From bbab7a431cd200b1990bb437ae4ecc05619b3eff Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Tue, 18 Aug 2026 14:28:59 +0800 Subject: [PATCH] Use netlink-packet-core 0.9.0 The test will not pass because all dependency chain is not updated to netlink-packet-core 0.9.0. Signed-off-by: Gris Ge --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8bb3c57..aff40d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ smol_socket = ["async-io", "futures-util"] [dev-dependencies] netlink-packet-audit = "0.6.1" -netlink-packet-core = "0.8.0" +netlink-packet-core = "0.9.0" [dev-dependencies.tokio] version = "1.0.1"