summaryrefslogtreecommitdiffstats
path: root/tokio-fs
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2019-08-11 06:09:28 +0900
committerCarl Lerche <me@carllerche.com>2019-08-10 14:09:28 -0700
commit930cce86771d318c640a16483b8b27d48844a8d7 (patch)
tree4df45dc6e062a955b14fe886516dd0d3c6d09b20 /tokio-fs
parent6a125082e48c6e2334d64e4ebc5b6a988cf27b3f (diff)
chore: update futures-preview to 0.3.0-alpha.18 (#1427)
Diffstat (limited to 'tokio-fs')
-rw-r--r--tokio-fs/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tokio-fs/Cargo.toml b/tokio-fs/Cargo.toml
index 24aaffff..91cd1058 100644
--- a/tokio-fs/Cargo.toml
+++ b/tokio-fs/Cargo.toml
@@ -25,8 +25,8 @@ categories = ["asynchronous", "network-programming", "filesystem"]
tokio-io = { version = "=0.2.0-alpha.1", features = ["util"], path = "../tokio-io" }
tokio-threadpool = { version = "=0.2.0-alpha.1", path = "../tokio-threadpool" }
-futures-core-preview = "=0.3.0-alpha.17"
-futures-util-preview = "=0.3.0-alpha.17"
+futures-core-preview = "=0.3.0-alpha.18"
+futures-util-preview = "=0.3.0-alpha.18"
[dev-dependencies]
tokio = { version = "=0.2.0-alpha.1", path = "../tokio" }