diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-06-04 18:21:35 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-06-04 18:49:34 +0200 |
| commit | 0f85d1ac2b728e0a50352df7970048daa11bc4a4 (patch) | |
| tree | 3bcbc777e365bdb9437aa9caa80f621117ff5051 /talpid-core | |
| parent | a67b4f59a176633bdae631e06edcd8c91af704d6 (diff) | |
| download | mullvadvpn-0f85d1ac2b728e0a50352df7970048daa11bc4a4.tar.xz mullvadvpn-0f85d1ac2b728e0a50352df7970048daa11bc4a4.zip | |
Bump nftnl-rs
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 b30484728f..4784dab54a 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.4", features = ["nftnl-1-1-0"] } +nftnl = { version = "0.5", 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" |
