diff options
Diffstat (limited to 'mullvad-rpc/Cargo.toml')
| -rw-r--r-- | mullvad-rpc/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mullvad-rpc/Cargo.toml b/mullvad-rpc/Cargo.toml index 46c3dcded4..2c98bc5017 100644 --- a/mullvad-rpc/Cargo.toml +++ b/mullvad-rpc/Cargo.toml @@ -10,8 +10,7 @@ publish = false [dependencies] chrono = { version = "0.4", features = ["serde"] } err-derive = "0.2.1" -futures = { version = "0.3", features = [ "default", "compat" ] } -futures01 = { package = "futures", version = "0.1" } +futures = "0.3" http = "0.2" hyper = "0.13" ipnetwork = "0.16" |
