diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2019-06-28 09:35:51 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2019-06-28 09:36:24 +0100 |
| commit | 1e6e7d2faa3a62a1c8a829a8975ffc49c94e62c7 (patch) | |
| tree | 8cc77ce972bee7a525c0bc9741052673e6a510ab | |
| parent | db25b325e2ae8081a4d36042bdaf878b2d6dc5b5 (diff) | |
| download | mullvadvpn-1e6e7d2faa3a62a1c8a829a8975ffc49c94e62c7.tar.xz mullvadvpn-1e6e7d2faa3a62a1c8a829a8975ffc49c94e62c7.zip | |
Use newer commit for netlink libraries
| -rw-r--r-- | talpid-core/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index f5266de09a..3c8c03453d 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -43,10 +43,10 @@ dbus = "0.6" failure = "0.1" notify = "4.0" resolv-conf = "0.6.1" -rtnetlink = { git = "https://github.com/mullvad/netlink", rev = "e629e58797c2d14d7f4777c4ade0d85ee0167027" } -netlink-proto = { git = "https://github.com/mullvad/netlink", rev = "e629e58797c2d14d7f4777c4ade0d85ee0167027" } -netlink-packet = { git = "https://github.com/mullvad/netlink", rev = "e629e58797c2d14d7f4777c4ade0d85ee0167027" } -netlink-sys = { git = "https://github.com/mullvad/netlink", rev = "e629e58797c2d14d7f4777c4ade0d85ee0167027" } +rtnetlink = { git = "https://github.com/mullvad/netlink", rev = "b367ac9c012e6c2a5e065e201384ec20d9708109" } +netlink-proto = { git = "https://github.com/mullvad/netlink", rev = "b367ac9c012e6c2a5e065e201384ec20d9708109" } +netlink-packet = { git = "https://github.com/mullvad/netlink", rev = "b367ac9c012e6c2a5e065e201384ec20d9708109" } +netlink-sys = { git = "https://github.com/mullvad/netlink", rev = "b367ac9c012e6c2a5e065e201384ec20d9708109" } nftnl = { git = "https://github.com/mullvad/nftnl-rs", rev = "86b30cdc38a6d4b30a900c21f7c644857d6f7401", features = ["nftnl-1-1-0"] } mnl = { git = "https://github.com/mullvad/mnl-rs", rev = "f0d19501b9b85be9a1ffaec8317a378bcbdf4fa6", features = ["mnl-1-0-4"] } which = "2.0" |
