summaryrefslogtreecommitdiffhomepage
path: root/talpid-wireguard/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'talpid-wireguard/Cargo.toml')
-rw-r--r--talpid-wireguard/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }