diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-05-27 14:16:24 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-06-03 13:33:40 +0200 |
| commit | 902ce9fec479abc39584c8ab411b89a3d9056053 (patch) | |
| tree | 24241f4e7965cb94738aaaccdd43e9f03d69f78a | |
| parent | e6b1e57f8d51b491ffb6c973787c8d82c207a89b (diff) | |
| download | mullvadvpn-902ce9fec479abc39584c8ab411b89a3d9056053.tar.xz mullvadvpn-902ce9fec479abc39584c8ab411b89a3d9056053.zip | |
Bump nftnl
| -rw-r--r-- | Cargo.lock | 12 | ||||
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock index 067751089c..f440e4898d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1682,19 +1682,19 @@ dependencies = [ [[package]] name = "nftnl" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "err-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "nftnl-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nftnl-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "nftnl-sys" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2858,7 +2858,7 @@ dependencies = [ "netlink-packet-route 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "netlink-proto 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "netlink-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "nftnl 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nftnl 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", "notify 4.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "openvpn-plugin 0.3.0 (git+https://github.com/mullvad/openvpn-plugin-rs?branch=auth-failed-event)", @@ -4106,8 +4106,8 @@ dependencies = [ "checksum netlink-packet-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca26de3f3fe7cc09a925255291049c65699a95db6f124fa8019dc0bb396fdaff" "checksum netlink-proto 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "844a78a78bee85b99686973856e57ce339ef2490660305d26e35bb74a672ad15" "checksum netlink-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aee128bb9bcc04f426d9b5e0bf3077726776b5b41770a3b2e4db5f52295625bf" -"checksum nftnl 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f3727d1e8c1c9af88857f46539c3030693158a2a7586056b8cab6ded523bf7aa" -"checksum nftnl-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dba134c9b125b7d7c13d813388aaeb2aeeba60fb1eb702799163fb845086ca33" +"checksum nftnl 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c5311764dc98555fbf77d4c8161da87dfd6d63934cf92ecb933f156713ebd47" +"checksum nftnl-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3b9df6d98f492d1afcb861267a2d49396c1ac466c2dd814143cd8dd79675b2a3" "checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce" "checksum nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229" "checksum nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363" diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 1f25ff7017..b30484728f 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -63,7 +63,7 @@ netlink-packet-route = "0.2" netlink-proto = "0.2" netlink-sys = "0.2" futures = { package = "futures", version = "0.3" } -nftnl = { version = "0.3", features = ["nftnl-1-1-0"] } +nftnl = { version = "0.4", features = ["nftnl-1-1-0"] } mnl = { version = "0.2.0", features = ["mnl-1-0-4"] } which = { version = "3.1", default-features = false } tun = "0.4.3" |
