We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8262109 + 7fd748b commit 25cabd5Copy full SHA for 25cabd5
tokio-postgres/Cargo.toml
@@ -54,7 +54,7 @@ postgres-protocol = { version = "0.6.1", path = "../postgres-protocol" }
54
postgres-types = { version = "0.2.2", path = "../postgres-types" }
55
socket2 = "0.4"
56
tokio = { version = "1.0", features = ["io-util"] }
57
-tokio-util = { version = "0.6", features = ["codec"] }
+tokio-util = { version = "0.7", features = ["codec"] }
58
59
[dev-dependencies]
60
tokio = { version = "1.0", features = ["full"] }
0 commit comments