diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-04-22 17:19:30 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-04-22 17:19:30 +0200 |
| commit | b253e81d6b15e0122ca8bd3fb13c7cfbe6ed406f (patch) | |
| tree | a6f35856ab76a6b52925454825e9dcb1cd284530 /talpid-core | |
| parent | b8b36573ed691c704044dff9f22774337a44879d (diff) | |
| download | mullvadvpn-b253e81d6b15e0122ca8bd3fb13c7cfbe6ed406f.tar.xz mullvadvpn-b253e81d6b15e0122ca8bd3fb13c7cfbe6ed406f.zip | |
Upgrade nftnl to 0.3 and all dependencies needed to make it build
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 996e7fae01..6d7c5effe5 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -54,7 +54,7 @@ rtnetlink = { git = "https://github.com/mullvad/netlink", rev = "f768adfcc8c6b06 netlink-proto = { git = "https://github.com/mullvad/netlink", rev = "f768adfcc8c6b064ef7ae3c792c4c21d0d96d0b5" } netlink-packet = { git = "https://github.com/mullvad/netlink", rev = "f768adfcc8c6b064ef7ae3c792c4c21d0d96d0b5" } netlink-sys = { git = "https://github.com/mullvad/netlink", rev = "f768adfcc8c6b064ef7ae3c792c4c21d0d96d0b5" } -nftnl = { version = "0.2.1", features = ["nftnl-1-1-0"] } +nftnl = { version = "0.3", 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" |
