Skip to content

Commit f4d8d60

Browse files
authored
Merge pull request sfackler#982 from palfrey/upgrade-futures-util
[bug] futures-util <0.3.14 doesn't have Stream
2 parents 56fb0d0 + cf77dc0 commit f4d8d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)