We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf3169 commit 0056d28Copy full SHA for 0056d28
tokio-postgres/Cargo.toml
@@ -50,7 +50,7 @@ phf = "0.8"
50
postgres-protocol = { version = "0.5.0", path = "../postgres-protocol" }
51
postgres-types = { version = "0.1.2", path = "../postgres-types" }
52
tokio = { version = "0.3", features = ["io-util"] }
53
-tokio-util = { version = "0.4", features = ["codec"] }
+tokio-util = { version = "0.5", features = ["codec"] }
54
55
[dev-dependencies]
56
tokio = { version = "0.3", features = ["full"] }
0 commit comments