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