diff options
| author | Linus Färnstrand <faern@faern.net> | 2022-03-24 15:29:09 +0100 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2022-03-25 09:32:56 +0100 |
| commit | 9bf22b3381907f5d265811d4d74656b43dec8377 (patch) | |
| tree | 5b6b82493ede5aacadf243c3fb509cc98333801f | |
| parent | 3c60af05b9a7a48b1bbc56b270a1d9eba46ae71a (diff) | |
| download | mullvadvpn-9bf22b3381907f5d265811d4d74656b43dec8377.tar.xz mullvadvpn-9bf22b3381907f5d265811d4d74656b43dec8377.zip | |
Upgrade udp-over-tcp to get rid of structopt dependency
| -rw-r--r-- | Cargo.lock | 90 | ||||
| -rw-r--r-- | tunnel-obfuscation/Cargo.toml | 2 |
2 files changed, 8 insertions, 84 deletions
diff --git a/Cargo.lock b/Cargo.lock index ec81510c51..f03c8d1445 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,15 +81,6 @@ dependencies = [ ] [[package]] -name = "ansi_term" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" -dependencies = [ - "winapi 0.3.9", -] - -[[package]] name = "anyhow" version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -290,21 +281,6 @@ dependencies = [ [[package]] name = "clap" -version = "2.33.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" -dependencies = [ - "ansi_term", - "atty", - "bitflags", - "strsim 0.8.0", - "textwrap 0.11.0", - "unicode-width", - "vec_map", -] - -[[package]] -name = "clap" version = "3.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b63edc3f163b3c71ec8aa23f9bd6070f77edbf3d1d198b164afa90ff00e4ec62" @@ -316,7 +292,7 @@ dependencies = [ "os_str_bytes", "strsim 0.10.0", "termcolor", - "textwrap 0.14.2", + "textwrap", ] [[package]] @@ -325,7 +301,7 @@ version = "3.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "678db4c39c013cc68b54d372bce2efc58e30a0337c497c9032fd196802df3bc3" dependencies = [ - "clap 3.0.14", + "clap", ] [[package]] @@ -1589,7 +1565,7 @@ version = "2022.1.0" dependencies = [ "base64", "chrono", - "clap 3.0.14", + "clap", "clap_complete", "env_logger 0.8.4", "err-derive", @@ -1613,7 +1589,7 @@ dependencies = [ "android_logger", "cfg-if 1.0.0", "chrono", - "clap 3.0.14", + "clap", "ctrlc", "dirs-next", "duct", @@ -1714,7 +1690,7 @@ dependencies = [ name = "mullvad-problem-report" version = "2022.1.0" dependencies = [ - "clap 3.0.14", + "clap", "dirs-next", "duct", "env_logger 0.8.4", @@ -1736,7 +1712,7 @@ dependencies = [ name = "mullvad-setup" version = "2022.1.0" dependencies = [ - "clap 3.0.14", + "clap", "env_logger 0.8.4", "err-derive", "lazy_static", @@ -2962,12 +2938,6 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "strsim" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" - -[[package]] -name = "strsim" version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" @@ -2979,30 +2949,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] -name = "structopt" -version = "0.3.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf9d950ef167e25e0bdb073cf1d68e9ad2795ac826f2f3f59647817cf23c0bfa" -dependencies = [ - "clap 2.33.3", - "lazy_static", - "structopt-derive", -] - -[[package]] -name = "structopt-derive" -version = "0.4.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "134d838a2c9943ac3125cf6df165eda53493451b719f3255b2a26b85f772d0ba" -dependencies = [ - "heck", - "proc-macro-error", - "proc-macro2", - "quote", - "syn", -] - -[[package]] name = "subslice" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -3204,15 +3150,6 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" -dependencies = [ - "unicode-width", -] - -[[package]] -name = "textwrap" version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" @@ -3644,14 +3581,13 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" [[package]] name = "udp-over-tcp" version = "0.2.0" -source = "git+https://github.com/mullvad/udp-over-tcp?rev=572827e69debc80d281ae1e184050feeee458792#572827e69debc80d281ae1e184050feeee458792" +source = "git+https://github.com/mullvad/udp-over-tcp?rev=3dae584677ed26aff08ab759f7799a55c0ff1aec#3dae584677ed26aff08ab759f7799a55c0ff1aec" dependencies = [ "err-context", "futures", "lazy_static", "log", "nix 0.23.1", - "structopt", "tokio", ] @@ -3677,12 +3613,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" [[package]] -name = "unicode-width" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" - -[[package]] name = "unicode-xid" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -3742,12 +3672,6 @@ dependencies = [ ] [[package]] -name = "vec_map" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" - -[[package]] name = "version_check" version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" diff --git a/tunnel-obfuscation/Cargo.toml b/tunnel-obfuscation/Cargo.toml index 14af93682d..a1d8e31618 100644 --- a/tunnel-obfuscation/Cargo.toml +++ b/tunnel-obfuscation/Cargo.toml @@ -12,4 +12,4 @@ async-trait = "0.1" err-derive = "0.3.0" futures = "0.3.5" tokio = { version = "1.8", features = ["rt-multi-thread", "macros", "net", "io-util"] } -udp-over-tcp = { git = "https://github.com/mullvad/udp-over-tcp", rev = "572827e69debc80d281ae1e184050feeee458792" } +udp-over-tcp = { git = "https://github.com/mullvad/udp-over-tcp", rev = "3dae584677ed26aff08ab759f7799a55c0ff1aec" } |
