summaryrefslogtreecommitdiffstats
path: root/tokio-timer
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-timer
parent6a125082e48c6e2334d64e4ebc5b6a988cf27b3f (diff)
chore: update futures-preview to 0.3.0-alpha.18 (#1427)
Diffstat (limited to 'tokio-timer')
-rw-r--r--tokio-timer/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tokio-timer/Cargo.toml b/tokio-timer/Cargo.toml
index e18ec683..55f7e365 100644
--- a/tokio-timer/Cargo.toml
+++ b/tokio-timer/Cargo.toml
@@ -27,8 +27,8 @@ async-traits = []
tokio-executor = { version = "=0.2.0-alpha.1", path = "../tokio-executor" }
tokio-sync = { version = "=0.2.0-alpha.1", path = "../tokio-sync" }
-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"
crossbeam-utils = "0.6.0"
# Backs `DelayQueue`