diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 58afdf019..c47b292bb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -32,7 +32,7 @@ byteorder = "1.3.4" clap = "2.33.1" dissimilar = "1.0.2" dlopen = "0.1.8" -futures = { version = "0.3.5", features = ["compat", "io-compat"] } +futures = "0.3.5" http = "0.2.1" idna = "0.2.0" indexmap = "1.4.0" @@ -59,7 +59,7 @@ utime = "0.3.0" webpki = "0.21.3" webpki-roots = "0.19.0" walkdir = "2.3.1" -warp = "0.2.3" +warp = { version = "0.2.3", features = ["tls"] } semver-parser = "0.9.0" uuid = { version = "0.8.1", features = ["v4"] } |