From 0d1582a27ceb11073cd5cafa9ad262aa0b638ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:20:52 +0000 Subject: [PATCH] chore(deps): bump netlink-packet-core from 0.7.0 to 0.8.1 Bumps [netlink-packet-core](https://github.com/rust-netlink/netlink-packet-core) from 0.7.0 to 0.8.1. - [Release notes](https://github.com/rust-netlink/netlink-packet-core/releases) - [Changelog](https://github.com/rust-netlink/netlink-packet-core/blob/main/CHANGELOG) - [Commits](https://github.com/rust-netlink/netlink-packet-core/compare/v0.7.0...v0.8.1) --- updated-dependencies: - dependency-name: netlink-packet-core dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- netwatch/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81bec711..84ca8de8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1315,7 +1315,7 @@ dependencies = [ "n0-watcher", "nested_enum_utils", "netdev", - "netlink-packet-core 0.7.0", + "netlink-packet-core 0.8.1", "netlink-packet-route 0.24.0", "netlink-proto", "netlink-sys", diff --git a/netwatch/Cargo.toml b/netwatch/Cargo.toml index b5f16165..6ab60212 100644 --- a/netwatch/Cargo.toml +++ b/netwatch/Cargo.toml @@ -54,7 +54,7 @@ tokio = { version = "1", features = [ [target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies] netlink-packet-route = "0.24.0" -netlink-packet-core = "0.7.0" +netlink-packet-core = "0.8.1" netlink-proto = "0.11.5" netlink-sys = "0.8.7"