We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f0661 commit a205d23Copy full SHA for a205d23
tokio-postgres/Cargo.toml
@@ -56,7 +56,7 @@ phf = "0.11"
56
postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" }
57
postgres-types = { version = "0.2.4", path = "../postgres-types" }
58
socket2 = { version = "0.5", features = ["all"] }
59
-tokio = { version = "1.0", features = ["io-util"] }
+tokio = { version = "1.27", features = ["io-util"] }
60
tokio-util = { version = "0.7", features = ["codec"] }
61
62
[dev-dependencies]
0 commit comments