From 38068f2ebfe6a4197afa8b1218be1bf08b9c26b3 Mon Sep 17 00:00:00 2001 From: little-dude Date: Sun, 13 Feb 2022 15:32:33 +0100 Subject: [PATCH] bump dependencies in netlink-packet-netfilter --- netlink-packet-netfilter/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"