summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml4
-rw-r--r--talpid-wireguard/Cargo.toml2
3 files changed, 3 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 57ded721dc..7e83ea7655 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1591,7 +1591,7 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
[[package]]
name = "gotatun"
version = "0.1.2"
-source = "git+https://github.com/mullvad/gotatun?branch=improve-api#b791086cec2b457c8b67b36dc8bdaf863e008c7f"
+source = "git+https://github.com/mullvad/gotatun.git?rev=a4790b4230db7d0d8c7b8f8a233f0d36c9140364#a4790b4230db7d0d8c7b8f8a233f0d36c9140364"
dependencies = [
"aead",
"base64 0.13.1",
@@ -1625,7 +1625,7 @@ dependencies = [
"tokio",
"tun 0.8.5",
"typed-builder 0.21.0",
- "windows-sys 0.60.2",
+ "windows-sys 0.59.0",
"x25519-dalek",
"zerocopy",
]
diff --git a/Cargo.toml b/Cargo.toml
index 549188f1ac..5e62b7e724 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,10 +6,6 @@ edition = "2024"
# Must be less than or equal to `channel` in `rust-toolchain.toml`
rust-version = "1.91.0"
-[patch.crates-io.gotatun]
-git = "https://github.com/mullvad/gotatun"
-branch = "improve-api"
-
[workspace]
resolver = "2"
exclude = [ "ci/ios/test-router/raas" ]
diff --git a/talpid-wireguard/Cargo.toml b/talpid-wireguard/Cargo.toml
index 6434c6d731..6e721612f1 100644
--- a/talpid-wireguard/Cargo.toml
+++ b/talpid-wireguard/Cargo.toml
@@ -40,7 +40,7 @@ byteorder = "1"
internet-checksum = "0.2"
socket2 = { workspace = true, features = ["all"] }
tokio-stream = { version = "0.1", features = ["io-util"] }
-gotatun = { version = "0.1.2", features = ["device", "tun", "daita"] }
+gotatun = { git = "https://github.com/mullvad/gotatun.git", rev = "a4790b4230db7d0d8c7b8f8a233f0d36c9140364", features = ["device", "tun", "daita"] }
[target.'cfg(unix)'.dependencies]
nix = { workspace = true, features = ["fs"] }