summaryrefslogtreecommitdiffstats
path: root/tokio-test
diff options
context:
space:
mode:
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