diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-09-16 11:15:19 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-09-16 12:38:27 +0200 |
| commit | 151dca249a74528f574bafdd05c9fa90c605a6aa (patch) | |
| tree | 358fe6b158bf55d2b1ab0c99fe8d77e253ee1b81 /mullvad-setup | |
| parent | 3f1e89c5a0c12dd9f3033114081ee53c6d16f7f5 (diff) | |
| download | mullvadvpn-151dca249a74528f574bafdd05c9fa90c605a6aa.tar.xz mullvadvpn-151dca249a74528f574bafdd05c9fa90c605a6aa.zip | |
Upgrade dependencies
Diffstat (limited to 'mullvad-setup')
| -rw-r--r-- | mullvad-setup/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-setup/Cargo.toml b/mullvad-setup/Cargo.toml index 323cc9658c..849d0a34b2 100644 --- a/mullvad-setup/Cargo.toml +++ b/mullvad-setup/Cargo.toml @@ -18,7 +18,7 @@ err-derive = "0.2.1" mullvad-management-interface = { path = "../mullvad-management-interface" } -tokio = { version = "0.2", features = [ "io-util", "process", "rt-core", "rt-threaded", "stream"] } +tokio = { version = "0.2", features = [ "rt-threaded" ] } mullvad-paths = { path = "../mullvad-paths" } talpid-core = { path = "../talpid-core" } |
