summaryrefslogtreecommitdiffhomepage
path: root/talpid-core
diff options
context:
space:
mode:
authorAndrii Yurchuk <ay@mntw.re>2021-02-23 13:23:38 +0100
committerAndrii Yurchuk <ay@mntw.re>2021-02-26 19:03:01 +0100
commitb02348cf14583129dbe2fa75b9d64db7dcfbfc6a (patch)
treee8bfc155617a2eeb09392f608fca56387373c900 /talpid-core
parent830a5db04dcc1c55440b41b1c2208f4077837c30 (diff)
downloadmullvadvpn-b02348cf14583129dbe2fa75b9d64db7dcfbfc6a.tar.xz
mullvadvpn-b02348cf14583129dbe2fa75b9d64db7dcfbfc6a.zip
Update tun version. Update Cargo.lock
Diffstat (limited to 'talpid-core')
-rw-r--r--talpid-core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index 5f0f266f1a..7c01358484 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -59,14 +59,14 @@ byteorder = "1"
nftnl = { version = "0.6", features = ["nftnl-1-1-0"] }
mnl = { version = "0.2.0", features = ["mnl-1-0-4"] }
which = { version = "4.0", default-features = false }
-tun = { git = "https://github.com/Ch00k/rust-tun.git", branch = "bump-ioctl" }
+tun = "0.5.1"
talpid-dbus = { path = "../talpid-dbus" }
[target.'cfg(target_os = "macos")'.dependencies]
pfctl = "0.4.1"
system-configuration = "0.4"
-tun = { git = "https://github.com/Ch00k/rust-tun.git", branch = "bump-ioctl" }
+tun = "0.5.1"
[target.'cfg(windows)'.dependencies]