From e67a9e657431d31cfde50ba3a44b3132f876e0b6 Mon Sep 17 00:00:00 2001 From: Frando Date: Mon, 15 Jun 2026 12:19:24 +0200 Subject: [PATCH] deps: update netlink-packet-route to 0.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b9cc79..51ebc53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ libc = "0.2" [target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies] netlink-packet-core = "0.8" -netlink-packet-route = "0.30" +netlink-packet-route = "0.31" netlink-sys = "0.8.8" [target.'cfg(target_os = "android")'.dependencies]