diff options
| author | Linus Färnstrand <faern@faern.net> | 2023-02-27 16:51:33 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-02-28 16:04:23 +0100 |
| commit | b9bd3d7dcfe43853677911ef6729f32a127aa059 (patch) | |
| tree | 47d475ff5f57afdd0caeb71c0349f705cb595707 | |
| parent | c3825cade57944600cebe16d6567674cc050082f (diff) | |
| download | mullvadvpn-b9bd3d7dcfe43853677911ef6729f32a127aa059.tar.xz mullvadvpn-b9bd3d7dcfe43853677911ef6729f32a127aa059.zip | |
Upgrade udp-over-tcp to v0.3.0
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | tunnel-obfuscation/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index f058410aea..fc4d91dede 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3934,8 +3934,8 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" [[package]] name = "udp-over-tcp" -version = "0.2.0" -source = "git+https://github.com/mullvad/udp-over-tcp?rev=4d52f93cd9962562cb52d66e36771d5f5c70e25a#4d52f93cd9962562cb52d66e36771d5f5c70e25a" +version = "0.3.0" +source = "git+https://github.com/mullvad/udp-over-tcp?rev=87936ac29b68b902565955f138ab02294bcc8593#87936ac29b68b902565955f138ab02294bcc8593" dependencies = [ "err-context", "futures", diff --git a/tunnel-obfuscation/Cargo.toml b/tunnel-obfuscation/Cargo.toml index 0fd4453a87..71986379cf 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 = "4d52f93cd9962562cb52d66e36771d5f5c70e25a" } +udp-over-tcp = { git = "https://github.com/mullvad/udp-over-tcp", rev = "87936ac29b68b902565955f138ab02294bcc8593" } |
