1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-16 02:01:59 +02:00

Drop some dependencies

This commit is contained in:
Eelco Dolstra 2019-09-12 18:30:34 +02:00
parent d832a355ea
commit ce3c41aef0
2 changed files with 1 additions and 72 deletions

View file

@ -15,4 +15,4 @@ futures-preview = { version = "=0.3.0-alpha.18", features = ["compat"] }
#hyper = "0.12"
reqwest = { version = "0.9", default-features = false, features = ["rustls-tls"] }
http = "0.1"
tokio = "0.1"
tokio = { version = "0.1", default-features = false }