Skip to content

Commit 0056d28

Browse files
Update tokio-util requirement from 0.4 to 0.5
Updates the requirements on [tokio-util](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits/tokio-util-0.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent bbf3169 commit 0056d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ phf = "0.8"
5050
postgres-protocol = { version = "0.5.0", path = "../postgres-protocol" }
5151
postgres-types = { version = "0.1.2", path = "../postgres-types" }
5252
tokio = { version = "0.3", features = ["io-util"] }
53-
tokio-util = { version = "0.4", features = ["codec"] }
53+
tokio-util = { version = "0.5", features = ["codec"] }
5454

5555
[dev-dependencies]
5656
tokio = { version = "0.3", features = ["full"] }

0 commit comments

Comments
 (0)