diff --git a/netlink-packet-netfilter/Cargo.toml b/netlink-packet-netfilter/Cargo.toml index f87bd94f..800d82f1 100644 --- a/netlink-packet-netfilter/Cargo.toml +++ b/netlink-packet-netfilter/Cargo.toml @@ -14,8 +14,8 @@ description = "netlink packet types for the netfilter subprotocol" [dependencies] anyhow = "1.0.32" byteorder = "1.3.4" -netlink-packet-core = "0.3" -netlink-packet-utils = "0.4" +netlink-packet-core = "0.4" +netlink-packet-utils = "0.5" bitflags = "1.2.1" libc = "0.2.77" derive_more = "0.99.16"