Skip to content

Commit 7fd748b

Browse files
Update tokio-util requirement from 0.6 to 0.7
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) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8262109 commit 7fd748b

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
@@ -54,7 +54,7 @@ postgres-protocol = { version = "0.6.1", path = "../postgres-protocol" }
5454
postgres-types = { version = "0.2.2", path = "../postgres-types" }
5555
socket2 = "0.4"
5656
tokio = { version = "1.0", features = ["io-util"] }
57-
tokio-util = { version = "0.6", features = ["codec"] }
57+
tokio-util = { version = "0.7", features = ["codec"] }
5858

5959
[dev-dependencies]
6060
tokio = { version = "1.0", features = ["full"] }

0 commit comments

Comments
 (0)