From 9d88ff687f2e823fcb7beb541c4e83a73892bc4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:25:49 +0000 Subject: [PATCH] chore(deps): Bump netlink-packet-utils from 0.5.2 to 0.6.0 Bumps [netlink-packet-utils](https://github.com/rust-netlink/netlink-packet-utils) from 0.5.2 to 0.6.0. - [Release notes](https://github.com/rust-netlink/netlink-packet-utils/releases) - [Changelog](https://github.com/rust-netlink/netlink-packet-utils/blob/main/CHANGELOG) - [Commits](https://github.com/rust-netlink/netlink-packet-utils/compare/v0.5.2...v0.6.0) --- updated-dependencies: - dependency-name: netlink-packet-utils dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 23 ++++++++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c465db7ff350..467b5efb09fe3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6353,7 +6353,7 @@ checksum = "72724faf704479d67b388da142b186f916188505e7e0b26719019c525882eda4" dependencies = [ "anyhow", "byteorder", - "netlink-packet-utils", + "netlink-packet-utils 0.5.2", ] [[package]] @@ -6367,7 +6367,7 @@ dependencies = [ "byteorder", "libc", "netlink-packet-core", - "netlink-packet-utils", + "netlink-packet-utils 0.5.2", "smallvec", ] @@ -6383,6 +6383,17 @@ dependencies = [ "thiserror 1.0.68", ] +[[package]] +name = "netlink-packet-utils" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3176f18d11a1ae46053e59ec89d46ba318ae1343615bd3f8c908bfc84edae35c" +dependencies = [ + "byteorder", + "pastey", + "thiserror 2.0.3", +] + [[package]] name = "netlink-sys" version = "0.8.7" @@ -7145,6 +7156,12 @@ version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" +[[package]] +name = "pastey" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3a8cb46bdc156b1c90460339ae6bfd45ba0394e5effbaa640badb4987fdc261" + [[package]] name = "pbkdf2" version = "0.11.0" @@ -11542,7 +11559,7 @@ dependencies = [ "mongodb", "netlink-packet-core", "netlink-packet-sock-diag", - "netlink-packet-utils", + "netlink-packet-utils 0.6.0", "netlink-sys", "nix 0.26.2", "nkeys 0.4.4", diff --git a/Cargo.toml b/Cargo.toml index 4bf10447c73ac..bc720ba15ff25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -413,7 +413,7 @@ windows-service = "0.7.0" nix = { version = "0.26.2", default-features = false, features = ["socket", "signal"] } [target.'cfg(target_os = "linux")'.dependencies] -netlink-packet-utils = "0.5.2" +netlink-packet-utils = "0.6.0" netlink-packet-sock-diag = "0.4.2" netlink-packet-core = "0.7.0" netlink-sys = { version = "0.8.7", features = ["tokio_socket"] }