From 51289a75a4abd3a523dcdaefc199b329bb774551 Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Sun, 29 Jan 2023 20:48:10 +0800 Subject: [PATCH] Use latest rust-netlink crates for dev dependency also Signed-off-by: Gris Ge --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b5b46c2..639a4ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,5 @@ netlink-packet-utils = { version = "0.5.2" } [dev-dependencies] lazy_static = "1.4.0" -netlink-proto = { version = "0.10.0" } -netlink-sys = { version = "0.8.3" } +netlink-proto = { version = "0.11.1" } +netlink-sys = { version = "0.8.4" }