diff options
| author | David Lönnhager <david.l@mullvad.net> | 2025-05-30 17:48:22 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-06-03 12:09:39 +0200 |
| commit | 821d4e6ad110a1f16f4039b0459efe5dfb47ed08 (patch) | |
| tree | 35911a39fd010bd4b270b4e938ce17e84d0d10ce | |
| parent | d292f1c9deb590c2ee6b877bd67ca3d635984567 (diff) | |
| download | mullvadvpn-821d4e6ad110a1f16f4039b0459efe5dfb47ed08.tar.xz mullvadvpn-821d4e6ad110a1f16f4039b0459efe5dfb47ed08.zip | |
Fix boringtun device not being closed
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | talpid-wireguard/Cargo.toml | 2 |
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" |
