aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2020-04-20 16:17:25 +0200
committerLinus Färnstrand <linus@mullvad.net>2020-04-20 16:17:52 +0200
commit44d4502e788897fd24e3a94ee098eadace340c14 (patch)
treecff218ce6f902e517bc23225d946c65ed6602778
parent398ef82e3e0c1e7a759832980b347fb183b874e0 (diff)
Upgrading err-derive dependency since 0.1.6 is broken
-rw-r--r--nftnl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nftnl/Cargo.toml b/nftnl/Cargo.toml
index 849514b..fcab53a 100644
--- a/nftnl/Cargo.toml
+++ b/nftnl/Cargo.toml
@@ -20,7 +20,7 @@ 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" }