summaryrefslogtreecommitdiffhomepage
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
parent830a5db04dcc1c55440b41b1c2208f4077837c30 (diff)
downloadmullvadvpn-b02348cf14583129dbe2fa75b9d64db7dcfbfc6a.tar.xz
mullvadvpn-b02348cf14583129dbe2fa75b9d64db7dcfbfc6a.zip
Update tun version. Update Cargo.lock
-rw-r--r--Cargo.lock10
-rw-r--r--talpid-core/Cargo.toml4
2 files changed, 8 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 17c7d5c4bc..9601349809 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1724,8 +1724,9 @@ dependencies = [
[[package]]
name = "pfctl"
-version = "0.4.0"
-source = "git+https://github.com/mullvad/pfctl-rs.git#351b0ed6a27ca7bdae4c223b1e69096aff197a0b"
+version = "0.4.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "26d091ecb01c905b5a31757cd43a6d00b484c835831e41e8b20385dec08514fc"
dependencies = [
"derive_builder",
"errno",
@@ -3103,8 +3104,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "tun"
-version = "0.5.0"
-source = "git+https://github.com/Ch00k/rust-tun.git?branch=bump-ioctl#b7e4de6e9f8c0ed74125d94aae56968dd4045b00"
+version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cde2c6cb9cc8643fda7ef1b093de76a682bccd6b2868eeea7e96afde072c44fd"
dependencies = [
"ioctl-sys",
"libc",
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]