From 38b0f45b06c154e252e1f55f24909576f609afa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 22:40:43 +0000 Subject: [PATCH] build(deps): bump netlink-packet-route from 0.19.0 to 0.23.0 Bumps [netlink-packet-route](https://github.com/rust-netlink/netlink-packet-route) from 0.19.0 to 0.23.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.23.0) --- updated-dependencies: - dependency-name: netlink-packet-route dependency-version: 0.23.0 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 d2ba878cb..a553f9276 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3516,6 +3516,21 @@ dependencies = [ "netlink-packet-utils", ] +[[package]] +name = "netlink-packet-route" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0800eae8638a299eaa67476e1c6b6692922273e0f7939fd188fc861c837b9cd2" +dependencies = [ + "anyhow", + "bitflags 2.9.0", + "byteorder", + "libc", + "log", + "netlink-packet-core", + "netlink-packet-utils", +] + [[package]] name = "netlink-packet-utils" version = "0.5.2" @@ -3577,7 +3592,7 @@ dependencies = [ "futures-util", "ipconfig", "mdns-sd", - "netlink-packet-route", + "netlink-packet-route 0.23.0", "network-interface", "network-scanner-net", "network-scanner-proto", @@ -5039,7 +5054,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 e0700be1f..ae274afc4 100644 --- a/crates/network-scanner/Cargo.toml +++ b/crates/network-scanner/Cargo.toml @@ -28,7 +28,7 @@ ipconfig = "0.3" [target.'cfg(target_os = "linux")'.dependencies] futures-util = "0.3" -netlink-packet-route = "0.19" +netlink-packet-route = "0.23" rtnetlink = "0.14" [dev-dependencies]