summaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-07-25 14:17:06 +0200
committerDavid Lönnhager <david.l@mullvad.net>2025-07-25 15:43:29 +0200
commite2d91ff3d404d17a66c925bc5cd22dc29417550b (patch)
tree55e3de5d39638022dd89c3083ea25b39edf08f64 /Cargo.lock
parent427ebeed0f7004357ddc3dcd2c72330b0373ca9b (diff)
downloadmullvadvpn-e2d91ff3d404d17a66c925bc5cd22dc29417550b.tar.xz
mullvadvpn-e2d91ff3d404d17a66c925bc5cd22dc29417550b.zip
Create new boringtun devices when toggling multihop
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 74c8ccd761..f6c6c26dfb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -444,7 +444,7 @@ dependencies = [
[[package]]
name = "boringtun"
version = "0.6.0"
-source = "git+https://github.com/mullvad/boringtun?rev=9194fbfd5ba578408887429c59c3b9d9171722fa#9194fbfd5ba578408887429c59c3b9d9171722fa"
+source = "git+https://github.com/mullvad/boringtun?rev=ad10b7b1aecc8bbd73925bf6c332f97f27923c77#ad10b7b1aecc8bbd73925bf6c332f97f27923c77"
dependencies = [
"aead",
"async-trait",