summaryrefslogtreecommitdiffstats
path: root/tokio-tls
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2019-11-07 05:09:10 +0900
committerGitHub <noreply@github.com>2019-11-07 05:09:10 +0900
commit6f8b986bdb61843171ab90a1947349d5ac25576e (patch)
treeeca5ee41f20bedf90376da6002d435d04dd7e229 /tokio-tls
parent1a7f6fb201c04e8bb02c6e59ddaabadceb8413c2 (diff)
chore: update futures to 0.3.0 (#1741)
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 2168aa8b..bfd5b686 100644
--- a/tokio-tls/Cargo.toml
+++ b/tokio-tls/Cargo.toml
@@ -33,7 +33,7 @@ tokio = { version = "=0.2.0-alpha.6", path = "../tokio" }
cfg-if = "0.1"
env_logger = { version = "0.6", default-features = false }
-futures-preview = { version = "=0.3.0-alpha.19", features = ["async-await"] }
+futures = { version = "0.3.0", features = ["async-await"] }
[target.'cfg(all(not(target_os = "macos"), not(windows), not(target_os = "ios")))'.dev-dependencies]
openssl = "0.10"