From 11144a34de9ecc4ef8a8678ea8d4d91ca562707f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 02:55:48 +0000 Subject: [PATCH] build(deps): bump netlink-packet-route from 0.19.0 to 0.22.0 Bumps [netlink-packet-route](https://github.com/rust-netlink/netlink-packet-route) from 0.19.0 to 0.22.0. - [Release notes](https://github.com/rust-netlink/netlink-packet-route/releases) - [Changelog](https://github.com/rust-netlink/netlink-packet-route/blob/main/CHANGELOG) - [Commits](https://github.com/rust-netlink/netlink-packet-route/compare/v0.19.0...v0.22.0) --- updated-dependencies: - dependency-name: netlink-packet-route dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 +++++++++++++++++-- crates/network-scanner/Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2e5d1a8d..4ac58462d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3434,6 +3434,21 @@ dependencies = [ "netlink-packet-utils", ] +[[package]] +name = "netlink-packet-route" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc0e7987b28514adf555dc1f9a5c30dfc3e50750bbaffb1aec41ca7b23dcd8e4" +dependencies = [ + "anyhow", + "bitflags 2.6.0", + "byteorder", + "libc", + "log", + "netlink-packet-core", + "netlink-packet-utils", +] + [[package]] name = "netlink-packet-utils" version = "0.5.2" @@ -3496,7 +3511,7 @@ dependencies = [ "futures-util", "ipconfig", "mdns-sd", - "netlink-packet-route", + "netlink-packet-route 0.22.0", "network-interface", "network-scanner-net", "network-scanner-proto", @@ -4904,7 +4919,7 @@ dependencies = [ "futures", "log", "netlink-packet-core", - "netlink-packet-route", + "netlink-packet-route 0.19.0", "netlink-packet-utils", "netlink-proto", "netlink-sys", diff --git a/crates/network-scanner/Cargo.toml b/crates/network-scanner/Cargo.toml index f90885861..9b514a927 100644 --- a/crates/network-scanner/Cargo.toml +++ b/crates/network-scanner/Cargo.toml @@ -29,7 +29,7 @@ ipconfig = "0.3" [target.'cfg(target_os = "linux")'.dependencies] futures-util = "0.3" -netlink-packet-route = "0.19" +netlink-packet-route = "0.22" rtnetlink = "0.14" [dev-dependencies]