From a61f5ba3f1c6c6ecf6e1618247b9ef559d10adb8 Mon Sep 17 00:00:00 2001 From: Gene Harvey Date: Thu, 10 Apr 2025 15:43:18 -0500 Subject: [PATCH] Upgrade `netlink-packet-utils` to 0.6 The latest version has a fix for RUSTSEC-2024-0436. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c49675e..15eed12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ futures = "0.3.11" log = "0.4.8" thiserror = "1" netlink-sys = { version = "0.8" } -netlink-packet-utils = { version = "0.5" } +netlink-packet-utils = { version = "0.6" } netlink-packet-route = { version = "0.22" } netlink-packet-core = { version = "0.7" } netlink-proto = { default-features = false, version = "0.11" }