diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-09-23 16:56:42 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-09-23 16:56:42 +0200 |
| commit | 76f4f7490d64b30c710d0a49032afc45d566b21d (patch) | |
| tree | 88b7777629a9b33fec8bc4197d344c253ffc4ca4 /talpid-core | |
| parent | 56cab1133826be7e0a9888434c1de6a441d340d5 (diff) | |
| download | mullvadvpn-76f4f7490d64b30c710d0a49032afc45d566b21d.tar.xz mullvadvpn-76f4f7490d64b30c710d0a49032afc45d566b21d.zip | |
Bump nftnl and mnl dependencies to crates.io versions
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 9e6ac9c698..f573445df4 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -47,8 +47,8 @@ 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 = { 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"] } +nftnl = { version = "0.2.1", features = ["nftnl-1-1-0"] } +mnl = { version = "0.2.0", features = ["mnl-1-0-4"] } which = "2.0" tun = "0.4.3" |
