futures-util <0.3.14 doesn't have Stream

This commit is contained in:
Tom Parker-Shemilt 2023-01-10 11:47:53 +00:00
parent 56fb0d0426
commit cf77dc06e6

View File

@ -38,7 +38,7 @@ with-time-0_3 = ["tokio-postgres/with-time-0_3"]
[dependencies]
bytes = "1.0"
fallible-iterator = "0.2"
futures-util = { version = "0.3", features = ["sink"] }
futures-util = { version = "0.3.14", features = ["sink"] }
tokio-postgres = { version = "0.7.7", path = "../tokio-postgres" }
tokio = { version = "1.0", features = ["rt", "time"] }