From 543d396416e4faf6ce0267b5d9e355539b96c529 Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Sun, 9 Jul 2023 15:59:54 +0800 Subject: [PATCH] Use latest netlink-packet-core and netlink-proto * netlink-packet-core 0.5.0 -> 0.7.0 * netlink-proto 0.11.1 -> 0.11.2 Signed-off-by: Gris Ge --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 90f1962..754ad24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,10 @@ description = "netlink xfrm packet types for IPsec" anyhow = "1.0.39" byteorder = "1.4.2" libc= "0.2.86" -netlink-packet-core = { version = "0.5.0" } +netlink-packet-core = { version = "0.7.0" } netlink-packet-utils = { version = "0.5.2" } [dev-dependencies] lazy_static = "1.4.0" -netlink-proto = { version = "0.11.1" } +netlink-proto = { version = "0.11.2" } netlink-sys = { version = "0.8.4" }