chore: update futures-preview to 0.3.0-alpha.19 (#1610)

This commit is contained in:
Taiki Endo
2019-09-30 13:32:37 -04:00
committed by Jon Gjengset
parent 7c341f45e0
commit 3b8ee2d991
10 changed files with 27 additions and 27 deletions
+3 -3
View File
@@ -24,9 +24,9 @@ async-traits = ["futures-sink-preview"]
[dependencies]
fnv = "1.0.6"
futures-core-preview = { version = "=0.3.0-alpha.18" }
futures-sink-preview = { version = "=0.3.0-alpha.18", optional = true }
futures-util-preview = { version = "=0.3.0-alpha.18" }
futures-core-preview = { version = "=0.3.0-alpha.19" }
futures-sink-preview = { version = "=0.3.0-alpha.19", optional = true }
futures-util-preview = { version = "=0.3.0-alpha.19" }
[dev-dependencies]
tokio = { version = "0.2.0-alpha.5", path = "../tokio" }