Skip to content

Commit 25cabd5

Browse files
authored
Merge pull request sfackler#870 from sfackler/dependabot/cargo/tokio-util-0.7
Update tokio-util requirement from 0.6 to 0.7
2 parents 8262109 + 7fd748b commit 25cabd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/Cargo.toml

+1-1
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)