Skip to content

Commit b19fdd4

Browse files
authored
Fix postgres-protocol constraint
Closes sfackler#1012
1 parent 65a68df commit b19fdd4

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
@@ -53,7 +53,7 @@ parking_lot = "0.12"
5353
percent-encoding = "2.0"
5454
pin-project-lite = "0.2"
5555
phf = "0.11"
56-
postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" }
56+
postgres-protocol = { version = "0.6.5", path = "../postgres-protocol" }
5757
postgres-types = { version = "0.2.4", path = "../postgres-types" }
5858
socket2 = { version = "0.5", features = ["all"] }
5959
tokio = { version = "1.27", features = ["io-util"] }

0 commit comments

Comments
 (0)