summaryrefslogtreecommitdiffstats
path: root/tokio-timer
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2019-07-05 06:34:57 +0900
committerCarl Lerche <me@carllerche.com>2019-07-04 14:34:57 -0700
commit7b86acb71d11664f64104854ea69d41d9772786e (patch)
treee635291c6ce4dc2cdd6cdf529f2855e6adfd2ab2 /tokio-timer
parent0651f0942722a76be1f330bc42e365511fc81635 (diff)
chore: Update futures-preview to 0.3.0-alpha.17 (#1267)
Diffstat (limited to 'tokio-timer')
-rw-r--r--tokio-timer/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-timer/Cargo.toml b/tokio-timer/Cargo.toml
index 717b6cdb..3bcd1549 100644
--- a/tokio-timer/Cargo.toml
+++ b/tokio-timer/Cargo.toml
@@ -33,7 +33,7 @@ crossbeam-utils = "0.6.0"
# Backs `DelayQueue`
slab = "0.4.1"
# optionals
-futures-core-preview = { version = "0.3.0-alpha.16", optional = true }
+futures-core-preview = { version = "0.3.0-alpha.17", optional = true }
[dev-dependencies]
rand = "0.6"