diff options
| -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" |
