diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2019-07-01 14:30:16 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2019-07-01 15:12:44 +0100 |
| commit | 9e21fd7c07cd10fcc1dfc5a5c06045fd91d53624 (patch) | |
| tree | e2b8f2ea5ca391923bc3d44004f5174617527764 | |
| parent | 8ec6908566dbd16cc41c4306b4f1b100a9ca8a0f (diff) | |
| download | mullvadvpn-9e21fd7c07cd10fcc1dfc5a5c06045fd91d53624.tar.xz mullvadvpn-9e21fd7c07cd10fcc1dfc5a5c06045fd91d53624.zip | |
Update Cargo.lock to use updated netlink library
| -rw-r--r-- | Cargo.lock | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6ed1e941b0..2c54cc77a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1287,7 +1287,7 @@ dependencies = [ [[package]] name = "netlink-packet" version = "0.1.1" -source = "git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027#e629e58797c2d14d7f4777c4ade0d85ee0167027" +source = "git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109#b367ac9c012e6c2a5e065e201384ec20d9708109" dependencies = [ "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1295,28 +1295,28 @@ dependencies = [ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "netlink-sys 0.1.0 (git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027)", + "netlink-sys 0.1.0 (git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109)", ] [[package]] name = "netlink-proto" version = "0.1.1" -source = "git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027#e629e58797c2d14d7f4777c4ade0d85ee0167027" +source = "git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109#b367ac9c012e6c2a5e065e201384ec20d9708109" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "netlink-packet 0.1.1 (git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027)", - "netlink-sys 0.1.0 (git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027)", + "netlink-packet 0.1.1 (git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109)", + "netlink-sys 0.1.0 (git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "netlink-sys" version = "0.1.0" -source = "git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027#e629e58797c2d14d7f4777c4ade0d85ee0167027" +source = "git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109#b367ac9c012e6c2a5e065e201384ec20d9708109" dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1836,14 +1836,14 @@ dependencies = [ [[package]] name = "rtnetlink" version = "0.1.1" -source = "git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027#e629e58797c2d14d7f4777c4ade0d85ee0167027" +source = "git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109#b367ac9c012e6c2a5e065e201384ec20d9708109" dependencies = [ "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "netlink-packet 0.1.1 (git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027)", - "netlink-proto 0.1.1 (git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027)", + "netlink-packet 0.1.1 (git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109)", + "netlink-proto 0.1.1 (git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109)", ] [[package]] @@ -2106,9 +2106,9 @@ dependencies = [ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "mnl 0.1.0 (git+https://github.com/mullvad/mnl-rs?rev=f0d19501b9b85be9a1ffaec8317a378bcbdf4fa6)", - "netlink-packet 0.1.1 (git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027)", - "netlink-proto 0.1.1 (git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027)", - "netlink-sys 0.1.0 (git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027)", + "netlink-packet 0.1.1 (git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109)", + "netlink-proto 0.1.1 (git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109)", + "netlink-sys 0.1.0 (git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109)", "nftnl 0.2.0 (git+https://github.com/mullvad/nftnl-rs?rev=86b30cdc38a6d4b30a900c21f7c644857d6f7401)", "nix 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "notify 4.0.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2118,7 +2118,7 @@ dependencies = [ "pfctl 0.2.1 (git+https://github.com/mullvad/pfctl-rs?rev=9f31b5ddcab941862470075eab83bb398195f3d6)", "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rtnetlink 0.1.1 (git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027)", + "rtnetlink 0.1.1 (git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109)", "shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "system-configuration 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "talpid-ipc 0.1.0", @@ -2895,9 +2895,9 @@ dependencies = [ "checksum mnl 0.1.0 (git+https://github.com/mullvad/mnl-rs?rev=f0d19501b9b85be9a1ffaec8317a378bcbdf4fa6)" = "<none>" "checksum mnl-sys 0.1.0 (git+https://github.com/mullvad/mnl-rs?rev=f0d19501b9b85be9a1ffaec8317a378bcbdf4fa6)" = "<none>" "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" -"checksum netlink-packet 0.1.1 (git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027)" = "<none>" -"checksum netlink-proto 0.1.1 (git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027)" = "<none>" -"checksum netlink-sys 0.1.0 (git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027)" = "<none>" +"checksum netlink-packet 0.1.1 (git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109)" = "<none>" +"checksum netlink-proto 0.1.1 (git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109)" = "<none>" +"checksum netlink-sys 0.1.0 (git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109)" = "<none>" "checksum nftnl 0.2.0 (git+https://github.com/mullvad/nftnl-rs?rev=86b30cdc38a6d4b30a900c21f7c644857d6f7401)" = "<none>" "checksum nftnl-sys 0.2.0 (git+https://github.com/mullvad/nftnl-rs?rev=86b30cdc38a6d4b30a900c21f7c644857d6f7401)" = "<none>" "checksum nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d37e713a259ff641624b6cb20e3b12b2952313ba36b6823c0f16e6cfd9e5de17" @@ -2951,7 +2951,7 @@ dependencies = [ "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" "checksum resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b263b4aa1b5de9ffc0054a2386f96992058bb6870aab516f8cdeb8a667d56dcb" "checksum rs-release 0.1.7 (git+https://github.com/mullvad/rs-release?branch=snailquote-unescape)" = "<none>" -"checksum rtnetlink 0.1.1 (git+https://github.com/mullvad/netlink?rev=e629e58797c2d14d7f4777c4ade0d85ee0167027)" = "<none>" +"checksum rtnetlink 0.1.1 (git+https://github.com/mullvad/netlink?rev=b367ac9c012e6c2a5e065e201384ec20d9708109)" = "<none>" "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" |
