From 868317e98a000c8247102f34178a5923b9b3a6d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 13:17:43 +0000 Subject: [PATCH] chore(deps): bump netlink-sys from 0.8.8 to 0.9.0 Bumps [netlink-sys](https://github.com/rust-netlink/netlink-sys) from 0.8.8 to 0.9.0. - [Release notes](https://github.com/rust-netlink/netlink-sys/releases) - [Changelog](https://github.com/rust-netlink/netlink-sys/blob/main/CHANGELOG) - [Commits](https://github.com/rust-netlink/netlink-sys/compare/v0.8.8...v0.9.0) --- updated-dependencies: - dependency-name: netlink-sys dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58608be..8f64ffb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1070,9 +1070,9 @@ checksum = "dce6dd36094cac388f119d2e9dc82dc730ef91c32a6222170d630e5414b956e6" [[package]] name = "netlink-sys" -version = "0.8.8" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd6c30ed10fa69cc491d491b85cc971f6bdeb8e7367b7cde2ee6cc878d583fae" +checksum = "c99d38e00b420df49e940fe0826e667c3dad82ac68eb4c2bbf754c1c14a83a10" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 197e539..9f26aa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ itoa = "1.0" inotify = "0.11.1" regex = "1.12" kobject-uevent = "0.2" -netlink-sys = "0.8" +netlink-sys = "0.9" # --- Scheduler 带来的依赖 --- log4rs = "1.4"