diff options
| author | Linus Färnstrand <faern@faern.net> | 2022-06-30 23:24:14 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-07-01 11:44:24 +0200 |
| commit | 7b2ab60c4ee6e633dc7a4ffb26b0b820b6ac04da (patch) | |
| tree | efbccb983c5ab8708559d36bfd9be7e50b97069e | |
| parent | 8bd1c21bab5765be89d774a618a83281a10ce10a (diff) | |
| download | mullvadvpn-7b2ab60c4ee6e633dc7a4ffb26b0b820b6ac04da.tar.xz mullvadvpn-7b2ab60c4ee6e633dc7a4ffb26b0b820b6ac04da.zip | |
Remove dependencies reported as unused by cargo udeps
| -rw-r--r-- | Cargo.lock | 74 | ||||
| -rw-r--r-- | mullvad-api/Cargo.toml | 2 |
2 files changed, 0 insertions, 76 deletions
diff --git a/Cargo.lock b/Cargo.lock index eb71145648..4a916aac28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1134,21 +1134,6 @@ dependencies = [ ] [[package]] -name = "hyper-rustls" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac" -dependencies = [ - "http", - "hyper", - "log", - "rustls", - "rustls-native-certs", - "tokio", - "tokio-rustls", -] - -[[package]] name = "hyper-timeout" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1540,7 +1525,6 @@ dependencies = [ "futures", "http", "hyper", - "hyper-rustls", "ipnetwork", "lazy_static", "log", @@ -1555,7 +1539,6 @@ dependencies = [ "tokio", "tokio-rustls", "tokio-stream", - "urlencoding", "uuid", "webpki 0.21.4", ] @@ -1971,12 +1954,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] -name = "openssl-probe" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" - -[[package]] name = "openvpn-plugin" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2673,18 +2650,6 @@ dependencies = [ ] [[package]] -name = "rustls-native-certs" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943" -dependencies = [ - "openssl-probe", - "rustls-pemfile", - "schannel", - "security-framework", -] - -[[package]] name = "rustls-pemfile" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2715,16 +2680,6 @@ dependencies = [ ] [[package]] -name = "schannel" -version = "0.1.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" -dependencies = [ - "lazy_static", - "winapi", -] - -[[package]] name = "scopeguard" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2753,29 +2708,6 @@ dependencies = [ ] [[package]] -name = "security-framework" -version = "2.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467" -dependencies = [ - "bitflags", - "core-foundation", - "core-foundation-sys", - "libc", - "security-framework-sys", -] - -[[package]] -name = "security-framework-sys" -version = "2.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] name = "semver" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -3817,12 +3749,6 @@ dependencies = [ ] [[package]] -name = "urlencoding" -version = "1.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a1f0175e03a0973cf4afd476bef05c26e228520400eb1fd473ad417b1c00ffb" - -[[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" diff --git a/mullvad-api/Cargo.toml b/mullvad-api/Cargo.toml index 52d05878cf..f23daedc05 100644 --- a/mullvad-api/Cargo.toml +++ b/mullvad-api/Cargo.toml @@ -22,11 +22,9 @@ log = "0.4" regex = "1" serde = "1" serde_json = "1.0" -hyper-rustls = "0.23" tokio = { version = "1.8", features = ["macros", "time", "rt-multi-thread", "net", "io-std", "io-util", "fs"] } tokio-rustls = "0.23" rustls-pemfile = "0.2" -urlencoding = "1" webpki = { version = "0.21", features = [] } lazy_static = "1.1.0" |
