From 5e36d3939d0bd9708db82a58623e5f0de18090ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 13:10:35 +0000 Subject: [PATCH] chore(deps): bump netlink-sys from 0.8.7 to 0.8.8 Bumps [netlink-sys](https://github.com/rust-netlink/netlink-sys) from 0.8.7 to 0.8.8. - [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.7...v0.8.8) --- updated-dependencies: - dependency-name: netlink-sys dependency-version: 0.8.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- netwatch/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca18ab86..be268e46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1025,12 +1025,12 @@ dependencies = [ [[package]] name = "netlink-sys" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16c903aa70590cb93691bf97a767c8d1d6122d2cc9070433deb3bbf36ce8bd23" +checksum = "cd6c30ed10fa69cc491d491b85cc971f6bdeb8e7367b7cde2ee6cc878d583fae" dependencies = [ "bytes", - "futures", + "futures-util", "libc", "log", "tokio", diff --git a/netwatch/Cargo.toml b/netwatch/Cargo.toml index f895f0b4..c4bc08eb 100644 --- a/netwatch/Cargo.toml +++ b/netwatch/Cargo.toml @@ -60,7 +60,7 @@ objc2-system-configuration = "0.3.2" netlink-packet-route = "0.28.0" netlink-packet-core = "0.8.1" netlink-proto = "0.12.0" -netlink-sys = "0.8.7" +netlink-sys = "0.8.8" [target.'cfg(target_os = "android")'.dependencies] derive_more = { version = "2.0.1", features = ["display"] }