We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a68df commit b19fdd4Copy full SHA for b19fdd4
tokio-postgres/Cargo.toml
@@ -53,7 +53,7 @@ parking_lot = "0.12"
53
percent-encoding = "2.0"
54
pin-project-lite = "0.2"
55
phf = "0.11"
56
-postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" }
+postgres-protocol = { version = "0.6.5", path = "../postgres-protocol" }
57
postgres-types = { version = "0.2.4", path = "../postgres-types" }
58
socket2 = { version = "0.5", features = ["all"] }
59
tokio = { version = "1.27", features = ["io-util"] }
0 commit comments