Merge pull request #982 from palfrey/upgrade-futures-util

[bug] futures-util <0.3.14 doesn't have Stream
This commit is contained in:
Steven Fackler 2023-01-10 07:36:30 -05:00 committed by GitHub
commit f4d8d603f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"] }