Skip to content

Commit 9a2f6f0

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 5ad3c9a commit 9a2f6f0

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
@@ -51,7 +51,7 @@ postgres-protocol = { version = "0.5.0", path = "../postgres-protocol" }
5151
postgres-types = { version = "0.1.2", path = "../postgres-types" }
5252
socket2 = "0.3"
5353
tokio = { version = "0.3", features = ["io-util"] }
54-
tokio-util = { version = "0.4", features = ["codec"] }
54+
tokio-util = { version = "0.5", features = ["codec"] }
5555

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

0 commit comments

Comments
 (0)