1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 12:03:55 +02:00

Update to async/await-enabled tokio

This commit is contained in:
Eelco Dolstra 2019-12-04 15:32:28 +01:00
parent 7f08975050
commit a6f0bef0a7
7 changed files with 274 additions and 533 deletions

View file

@ -11,11 +11,11 @@ crate-type = ["cdylib"]
[dependencies]
tar = "0.4"
libc = "0.2"
futures-preview = { version = "=0.3.0-alpha.18", features = ["compat"] }
futures-preview = { version = "=0.3.0-alpha.19", features = ["compat"] }
#hyper = "0.12"
reqwest = { version = "0.9", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "=0.10.0-alpha.2", default-features = false }
http = "0.1"
tokio = { version = "0.1", default-features = false }
tokio = { version = "0.2.0-alpha.6", default-features = false, features = ["rt-full"] }
lazy_static = "1.4"
byteorder = "1.3"