Merge pull request #982 from palfrey/upgrade-futures-util
[bug] futures-util <0.3.14 doesn't have Stream
This commit is contained in:
commit
f4d8d603f1
@ -38,7 +38,7 @@ with-time-0_3 = ["tokio-postgres/with-time-0_3"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1.0"
|
bytes = "1.0"
|
||||||
fallible-iterator = "0.2"
|
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-postgres = { version = "0.7.7", path = "../tokio-postgres" }
|
||||||
|
|
||||||
tokio = { version = "1.0", features = ["rt", "time"] }
|
tokio = { version = "1.0", features = ["rt", "time"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user