summaryrefslogtreecommitdiffstats
path: root/tokio-tls
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-tls
parent6a125082e48c6e2334d64e4ebc5b6a988cf27b3f (diff)
chore: update futures-preview to 0.3.0-alpha.18 (#1427)
Diffstat (limited to 'tokio-tls')
-rw-r--r--tokio-tls/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-tls/Cargo.toml b/tokio-tls/Cargo.toml
index c9c78977..4ce76eec 100644
--- a/tokio-tls/Cargo.toml
+++ b/tokio-tls/Cargo.toml
@@ -34,7 +34,7 @@ tokio-tcp = { version = "=0.2.0-alpha.1", path = "../tokio-tcp", features = ["as
cfg-if = "0.1"
env_logger = { version = "0.6", default-features = false }
-futures-preview = { version = "=0.3.0-alpha.17", features = ["async-await", "nightly"] }
+futures-preview = { version = "=0.3.0-alpha.18", features = ["async-await", "nightly"] }
[target.'cfg(all(not(target_os = "macos"), not(windows), not(target_os = "ios")))'.dev-dependencies]
openssl = "0.10"