summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoakim Hulthe <joakim@hulthe.net>2025-08-05 11:15:26 +0200
committerJoakim Hulthe <joakim.hulthe@mullvad.net>2025-08-05 12:51:00 +0200
commitab418067dba1bcf02861a8b197a2f7708d0dc0ae (patch)
treee6f9ea1ec94c2e9239a7248bb719bb6e7b33e2a3
parenta67a8065bf1f4fe63c02c616f2803bd7ce1067c0 (diff)
downloadmullvadvpn-ab418067dba1bcf02861a8b197a2f7708d0dc0ae.tar.xz
mullvadvpn-ab418067dba1bcf02861a8b197a2f7708d0dc0ae.zip
Bump boringtun dep
-rw-r--r--Cargo.lock14
-rw-r--r--talpid-wireguard/Cargo.toml2
2 files changed, 14 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f6c6c26dfb..d9d9a990bb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -371,6 +371,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
+name = "bitfield-struct"
+version = "0.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d3ca019570363e800b05ad4fd890734f28ac7b72f563ad8a35079efb793616f8"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.100",
+]
+
+[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -444,11 +455,12 @@ dependencies = [
[[package]]
name = "boringtun"
version = "0.6.0"
-source = "git+https://github.com/mullvad/boringtun?rev=ad10b7b1aecc8bbd73925bf6c332f97f27923c77#ad10b7b1aecc8bbd73925bf6c332f97f27923c77"
+source = "git+https://github.com/mullvad/boringtun?rev=58fda6d4040d59e32034cb214906ccde51a21e5a#58fda6d4040d59e32034cb214906ccde51a21e5a"
dependencies = [
"aead",
"async-trait",
"base64 0.13.1",
+ "bitfield-struct",
"blake2",
"bytes",
"chacha20poly1305",
diff --git a/talpid-wireguard/Cargo.toml b/talpid-wireguard/Cargo.toml
index a4f12408b6..9ad5c4e0b7 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", "tun"]
git = "https://github.com/mullvad/boringtun"
-rev = "ad10b7b1aecc8bbd73925bf6c332f97f27923c77"
+rev = "58fda6d4040d59e32034cb214906ccde51a21e5a"
[target.'cfg(unix)'.dependencies]
nix = { workspace = true, features = ["fs"] }