diff options
author | Linus Färnstrand <linus@mullvad.net> | 2019-04-03 10:29:12 +0200 |
---|---|---|
committer | Linus Färnstrand <linus@mullvad.net> | 2019-04-03 10:29:12 +0200 |
commit | 9d596d522fc66f0c150877eeb68095790b2985ae (patch) | |
tree | babe2d38c0f162d3f00ba0e16cad3d480d22bd74 | |
parent | b887f7041b074753215f08b8e1f2fbfcd18ed760 (diff) |
Update ipnetwork dependency
-rw-r--r-- | nftnl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nftnl/Cargo.toml b/nftnl/Cargo.toml index 0336fd8..180ef94 100644 --- a/nftnl/Cargo.toml +++ b/nftnl/Cargo.toml @@ -25,5 +25,5 @@ log = "0.4" nftnl-sys = { path = "../nftnl-sys", version = "0.1" } [dev-dependencies] -ipnetwork = "0.13" +ipnetwork = "0.14" mnl = "0.1" |