Update lib to std-future
This commit is contained in:
committed by
Sean McArthur
parent
782f1f712c
commit
c8fefd49f1
@@ -41,8 +41,9 @@ members = [
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1"
|
||||
tokio-io = "0.1.4"
|
||||
futures-preview = "0.3.0-alpha.18"
|
||||
tokio-io = { git = "https://github.com/tokio-rs/tokio" }
|
||||
tokio-codec = { git = "https://github.com/tokio-rs/tokio" }
|
||||
bytes = "0.4.7"
|
||||
http = "0.1.8"
|
||||
log = "0.4.1"
|
||||
@@ -64,7 +65,7 @@ serde = "1.0.0"
|
||||
serde_json = "1.0.0"
|
||||
|
||||
# Akamai example
|
||||
tokio = "0.1.8"
|
||||
tokio = { git = "https://github.com/tokio-rs/tokio" }
|
||||
env_logger = { version = "0.5.3", default-features = false }
|
||||
rustls = "0.12"
|
||||
tokio-rustls = "0.5.0"
|
||||
|
||||
Reference in New Issue
Block a user