diff options
| author | David Lönnhager <david.l@mullvad.net> | 2025-09-23 15:46:26 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-09-23 17:45:33 +0200 |
| commit | b2d7ce2e94754fd41eb96d2c11b658e8c2ea5807 (patch) | |
| tree | 20ccb6a9712536f7ae24ab2966c05d63d941cc1a | |
| parent | 693028ad74218430193e8b48e6d505cf1524def7 (diff) | |
| download | mullvadvpn-test-userspace-obfs.tar.xz mullvadvpn-test-userspace-obfs.zip | |
temp: point to fixed gotatuntest-userspace-obfs
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 0d9b8ae7ec..6974c8ca2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -470,7 +470,7 @@ dependencies = [ [[package]] name = "boringtun" version = "0.6.0" -source = "git+https://github.com/mullvad/boringtun?rev=b01a163de8c592b94b60b5769c002aad008c560f#b01a163de8c592b94b60b5769c002aad008c560f" +source = "git+https://github.com/mullvad/gotatun?rev=9b22581178542821c62f549de95514bf4b80bd46#9b22581178542821c62f549de95514bf4b80bd46" dependencies = [ "aead", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index fc0ab47331..28f250e482 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,7 +137,7 @@ shadowsocks-service = "1.20.3" itertools = "0.14" # WireGuard -boringtun = { git = "https://github.com/mullvad/boringtun", rev = "b01a163de8c592b94b60b5769c002aad008c560f" } +boringtun = { git = "https://github.com/mullvad/gotatun", rev = "9b22581178542821c62f549de95514bf4b80bd46" } # Test dependencies proptest = "1.4" |
