From 59854d4d3394f3853f7511d7f047793844522062 Mon Sep 17 00:00:00 2001 From: Daniel Noland Date: Thu, 17 Apr 2025 18:51:01 -0600 Subject: [PATCH] chore: bump rtnetlink Signed-off-by: Daniel Noland --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57a78d8..811513b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ dlopen2 = { version = "0.5", default-features = false } once_cell = "1" # netlink netlink-packet-core = "0.7" -netlink-packet-route = "0.21" +netlink-packet-route = "0.22.0" netlink-sys = "0.8" [target.'cfg(windows)'.dependencies.windows-sys]