summaryrefslogtreecommitdiffstats
path: root/tokio-test
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2019-11-07 05:09:10 +0900
committerGitHub <noreply@github.com>2019-11-07 05:09:10 +0900
commit6f8b986bdb61843171ab90a1947349d5ac25576e (patch)
treeeca5ee41f20bedf90376da6002d435d04dd7e229 /tokio-test
parent1a7f6fb201c04e8bb02c6e59ddaabadceb8413c2 (diff)
chore: update futures to 0.3.0 (#1741)
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 6d7ebc34..ad0a567a 100644
--- a/tokio-test/Cargo.toml
+++ b/tokio-test/Cargo.toml
@@ -23,10 +23,10 @@ categories = ["asynchronous", "testing"]
tokio = { version = "=0.2.0-alpha.6", path = "../tokio" }
bytes = "0.4"
-futures-core-preview = "=0.3.0-alpha.19"
+futures-core = "0.3.0"
[dev-dependencies]
-futures-util-preview = "=0.3.0-alpha.19"
+futures-util = "0.3.0"
[package.metadata.docs.rs]
all-features = true