Update tokio alpha.6
This commit is contained in:
committed by
Sean McArthur
parent
7615867a5e
commit
9c5bc03908
17
Cargo.toml
17
Cargo.toml
@@ -42,12 +42,12 @@ members = [
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
futures-core-preview = "=0.3.0-alpha.18"
|
||||
futures-sink-preview = "=0.3.0-alpha.18"
|
||||
futures-util-preview = "=0.3.0-alpha.18"
|
||||
tokio-codec = "=0.2.0-alpha.5"
|
||||
tokio-io = { version = "=0.2.0-alpha.5", features = ["util"] }
|
||||
tokio-sync = "=0.2.0-alpha.5"
|
||||
futures-core-preview = "=0.3.0-alpha.19"
|
||||
futures-sink-preview = "=0.3.0-alpha.19"
|
||||
futures-util-preview = "=0.3.0-alpha.19"
|
||||
tokio-codec = "=0.2.0-alpha.6"
|
||||
tokio-io = { version = "=0.2.0-alpha.6", features = ["util"] }
|
||||
tokio-sync = "=0.2.0-alpha.6"
|
||||
bytes = "0.4.7"
|
||||
http = "0.1.8"
|
||||
log = "0.4.1"
|
||||
@@ -69,9 +69,10 @@ serde = "1.0.0"
|
||||
serde_json = "1.0.0"
|
||||
|
||||
# Akamai example
|
||||
tokio = "=0.2.0-alpha.5"
|
||||
tokio = "=0.2.0-alpha.6"
|
||||
env_logger = { version = "0.5.3", default-features = false }
|
||||
rustls = "0.16"
|
||||
tokio-rustls = "0.12.0-alpha.2"
|
||||
# tokio-rustls = "0.12.0-alpha.2"
|
||||
tokio-rustls = { git = "https://github.com/taiki-e/tokio-rustls", branch = "tokio02alpha6" }
|
||||
webpki = "0.21"
|
||||
webpki-roots = "0.17"
|
||||
|
||||
Reference in New Issue
Block a user