summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-05-30 17:48:22 +0200
committerDavid Lönnhager <david.l@mullvad.net>2025-06-03 12:09:39 +0200
commit821d4e6ad110a1f16f4039b0459efe5dfb47ed08 (patch)
tree35911a39fd010bd4b270b4e938ce17e84d0d10ce
parentd292f1c9deb590c2ee6b877bd67ca3d635984567 (diff)
downloadmullvadvpn-821d4e6ad110a1f16f4039b0459efe5dfb47ed08.tar.xz
mullvadvpn-821d4e6ad110a1f16f4039b0459efe5dfb47ed08.zip
Fix boringtun device not being closed
-rw-r--r--Cargo.lock2
-rw-r--r--talpid-wireguard/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2878ae49ec..4dc3a85b52 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=a7e11fb46d4a#a7e11fb46d4ae65d4c7bf4efb9617548c072afa0"
+source = "git+https://github.com/mullvad/boringtun?rev=c29681df54e1c10ba06d9ca7ff98722c9dcb5a81#c29681df54e1c10ba06d9ca7ff98722c9dcb5a81"
dependencies = [
"aead",
"base64 0.13.1",
diff --git a/talpid-wireguard/Cargo.toml b/talpid-wireguard/Cargo.toml
index b79ec503cd..5e7cbec526 100644
--- a/talpid-wireguard/Cargo.toml
+++ b/talpid-wireguard/Cargo.toml
@@ -46,7 +46,7 @@ tokio-stream = { version = "0.1", features = ["io-util"] }
optional = true
features = ["device"]
git = "https://github.com/mullvad/boringtun"
-rev = "a7e11fb46d4a"
+rev = "c29681df54e1c10ba06d9ca7ff98722c9dcb5a81"
[target.'cfg(unix)'.dependencies]
nix = "0.23"