diff options
-rw-r--r-- | nftnl/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nftnl/Cargo.toml b/nftnl/Cargo.toml index 849514b..56edc7b 100644 --- a/nftnl/Cargo.toml +++ b/nftnl/Cargo.toml @@ -20,11 +20,11 @@ nftnl-1-1-2 = ["nftnl-sys/nftnl-1-1-2"] [dependencies] bitflags = "1.0" -err-derive = "0.1.5" +err-derive = "0.2.4" libc = "0.2.40" log = "0.4" nftnl-sys = { path = "../nftnl-sys", version = "0.3" } [dev-dependencies] -ipnetwork = "0.15" -mnl = "0.1" +ipnetwork = "0.16" +mnl = "0.2" |