summaryrefslogtreecommitdiffstats
path: root/tokio-test
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2019-10-01 02:32:37 +0900
committerJon Gjengset <jon@thesquareplanet.com>2019-09-30 13:32:37 -0400
commit3b8ee2d9919283221226d469804a274b94fdaec2 (patch)
tree6fa0a81dd6a2f4266f6a0fe1d851b2d4d8b0cfa9 /tokio-test
parent7c341f45e03c26187b7146c5a10f404de86cca9c (diff)
chore: update futures-preview to 0.3.0-alpha.19 (#1610)
Diffstat (limited to 'tokio-test')
-rw-r--r--tokio-test/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tokio-test/Cargo.toml b/tokio-test/Cargo.toml
index f97e85b7..23b96ad9 100644
--- a/tokio-test/Cargo.toml
+++ b/tokio-test/Cargo.toml
@@ -26,11 +26,11 @@ tokio-io = { version = "=0.2.0-alpha.5", path = "../tokio-io" }
tokio-sync = { version = "=0.2.0-alpha.5", path = "../tokio-sync" }
tokio-timer = { version = "=0.3.0-alpha.5", path = "../tokio-timer" }
-futures-core-preview = "=0.3.0-alpha.18"
+futures-core-preview = "=0.3.0-alpha.19"
pin-convert = "0.1.0"
[dev-dependencies]
-futures-util-preview = "=0.3.0-alpha.18"
+futures-util-preview = "=0.3.0-alpha.19"
[package.metadata.docs.rs]
all-features = true