summaryrefslogtreecommitdiffstats
path: root/tokio-sync
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-sync
parent0651f0942722a76be1f330bc42e365511fc81635 (diff)
chore: Update futures-preview to 0.3.0-alpha.17 (#1267)
Diffstat (limited to 'tokio-sync')
-rw-r--r--tokio-sync/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-sync/Cargo.toml b/tokio-sync/Cargo.toml
index 154c6601..d8b5ebd8 100644
--- a/tokio-sync/Cargo.toml
+++ b/tokio-sync/Cargo.toml
@@ -28,7 +28,7 @@ async-traits = ["async-sink", "futures-core-preview"]
async-util = { git = "https://github.com/tokio-rs/async" }
async-sink = { git = "https://github.com/tokio-rs/async", optional = true }
fnv = "1.0.6"
-futures-core-preview = { version = "0.3.0-alpha.16", optional = true }
+futures-core-preview = { version = "0.3.0-alpha.17", optional = true }
[dev-dependencies]
env_logger = { version = "0.5", default-features = false }