Skip to content

Commit cf77dc0

Browse files
committedJan 10, 2023
futures-util <0.3.14 doesn't have Stream
1 parent 56fb0d0 commit cf77dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ with-time-0_3 = ["tokio-postgres/with-time-0_3"]
3838
[dependencies]
3939
bytes = "1.0"
4040
fallible-iterator = "0.2"
41-
futures-util = { version = "0.3", features = ["sink"] }
41+
futures-util = { version = "0.3.14", features = ["sink"] }
4242
tokio-postgres = { version = "0.7.7", path = "../tokio-postgres" }
4343

4444
tokio = { version = "1.0", features = ["rt", "time"] }

0 commit comments

Comments
 (0)
Please sign in to comment.