From f872754540e3a839ebabd9da6972b218853f4bc3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 30 Oct 2025 01:17:46 +0000
Subject: [PATCH] build(deps): bump the netlink group in /rust with 3 updates
(#10635)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps the netlink group in /rust with 3 updates:
[netlink-packet-core](https://github.com/rust-netlink/netlink-packet-core),
[netlink-packet-route](https://github.com/rust-netlink/netlink-packet-route)
and [rtnetlink](https://github.com/rust-netlink/rtnetlink).
Updates `netlink-packet-core` from 0.7.0 to 0.8.1
Release notes
Sourced from netlink-packet-core's
releases.
New release 0.8.1
Breaking changes
New features
Bug fixes
- Revert back to paste dependency. (4447216)
New release 0.8.0
Breaking changes
- Changed
DecodeError from enum to struct. (f55d7b7,
63da36a)
- Merged
netlink-packet-utils into
netlink-packet-core. (f55d7b7, 0951455,
ba127bf, a232478, 8027f63, 41fe03d, 260e596, cc6bf08, 63da36a,
410c61d)
- Remove dependency of byteorder crate. (16d63fb)
New features
- Support zero sized done message. (100413a)
Bug fixes
Changelog
Sourced from netlink-packet-core's
changelog.
[0.8.1] - 2025-09-18
Breaking changes
New features
Bug fixes
- Revert back to paste dependency. (4447216)
[0.8.0] - 2025-08-27
Breaking changes
- Changed
DecodeError from enum to struct. (f55d7b7,
63da36a)
- Merged
netlink-packet-utils into
netlink-packet-core. (f55d7b7, 0951455,
ba127bf, a232478, 8027f63, 41fe03d, 260e596, cc6bf08, 63da36a,
410c61d)
- Remove dependency of byteorder crate. (16d63fb)
New features
- Support zero sized done message. (100413a)
Bug fixes
Commits
e34595f
New release 0.8.1
4447216
Revert back to paste dependency
b40f3d6
New release 0.8.0
46a3fee
Run cargo fmt
100413a
Support zero sized done message
81b2d0f
CI: Fail to test for clippy warnings
663310a
Revert "ci: add code coverage support"
16d63fb
Remove dependency of byteorder crate
410c61d
Changed Parseable to raise DecodeError
63da36a
Extend ErrorContext to accept std::fmt::Display
- Additional commits viewable in compare
view
Updates `netlink-packet-route` from 0.24.0 to 0.25.1
Release notes
Sourced from netlink-packet-route's
releases.
New release 0.25.1
Breaking changes
- Set minimum supported rust version to 1.77. (6bd5418)
New features
Bug fixes
- Fix compiling error on rust 1.77. (6bd5418)
New release 0.25.0
Breaking changes
- Drop the dependency on
netlink-packet-utils.
(e09acbd)
- Add
non_exhaustive to these bond options: (eacf67f)
BondArpValidate
BondPrimaryReselect
BondXmitHashPolicy
BondArpAllTargets
BondFailOverMac
- Changed
AfSpecInet6::AddrGenMode to enum.
(7daf895)
- Changed
LinkAttribute::Mode to enum. (be2796c)
New features
- Support
LWTUNNEL_ENCAP_IP6. (0e49453)
Bug fixes
- Expose In6AddrGenMode. (faf9d39)
Changelog
Sourced from netlink-packet-route's
changelog.
[0.25.1] - 2025-08-29
Breaking changes
- Set minimum supported rust version to 1.77. (6bd5418)
New features
Bug fixes
- Fix compiling error on rust 1.77. (6bd5418)
[0.25.0] - 2025-08-27
Breaking changes
- Drop the dependency on
netlink-packet-utils.
(e09acbd)
- Add
non_exhaustive to these bond options: (eacf67f)
BondArpValidate
BondPrimaryReselect
BondXmitHashPolicy
BondArpAllTargets
BondFailOverMac
- Changed
AfSpecInet6::AddrGenMode to enum.
(7daf895)
- Changed
LinkAttribute::Mode to enum. (be2796c)
New features
- Support
LWTUNNEL_ENCAP_IP6. (0e49453)
Bug fixes
- Expose In6AddrGenMode. (faf9d39)
Commits
e3dc02d
New release 0.25.1
4dfe87d
CI: Change MSRV test not using metric
6bd5418
Set minimum supported rust version to 1.77
a473cca
New release 0.25.0
e09acbd
Use netlink-packet-core 0.8.0
faf9d39
Fix private In6AddrGenMode
eacf67f
link: Add non_exhaustive to bond classes
eef9be7
Add example code of dumping routes
0e49453
Add support for LWTUNNEL_ENCAP_IP6
7daf895
Change AddrGenMode into enum
- Additional commits viewable in compare
view
Updates `rtnetlink` from 0.17.0 to 0.18.1
Release notes
Sourced from rtnetlink's
releases.
New release 0.18.1
Breaking changes
New features
- route: Support defining ECMP weight. (7fcba62)
- route: Support defining ECMP flags. (18c4331)
- route: allow IPv6 gateway in IPv4 route. (e1784a3)
Bug fixes
New release 0.18.0
Breaking changes
- Please check
netlink-packet-route 0.25.0 breaking
changes.
- Please check
netlink-packet-core 0.8.0 breaking
changes.
- Please check
netlink-proto 0.12.0 breaking
changes.
- Removed
rtnetlink::packet_utils. (9373d77)
New features
- ip: Introduced
AddressMessageBuilder. (1fe2569)
- macsec: Introduced
LinkMacSec. (b9dd9d9)
- Allow the user to specify their own socket. (6547f22)
- Allow
TrafficGetFilterRequest to get ingress or egress
filters. (45f9206)
Bug fixes
- Replace
impl TryStream with impl Stream.
(513e8c3)
- Fix android build. (3e270c6)
- Should not set
NLM_F_EXCL when deleting alt-name.
(7dd58dd)
Changelog
Sourced from rtnetlink's
changelog.
[0.18.1] - 2025-09-09
Breaking changes
New features
- route: Support defining ECMP weight. (7fcba62)
- route: Support defining ECMP flags. (18c4331)
- route: allow IPv6 gateway in IPv4 route. (e1784a3)
Bug fixes
[0.18.0] - 2025-08-27
Breaking changes
- Please check
netlink-packet-route 0.25.0 breaking
changes.
- Please check
netlink-packet-core 0.8.0 breaking
changes.
- Please check
netlink-proto 0.12.0 breaking
changes.
- Removed
rtnetlink::packet_utils. (9373d77)
New features
- ip: Introduced
AddressMessageBuilder. (1fe2569)
- macsec: Introduced
LinkMacSec. (b9dd9d9)
- Allow the user to specify their own socket. (6547f22)
- Allow
TrafficGetFilterRequest to get ingress or egress
filters. (45f9206)
Bug fixes
- Replace
impl TryStream with impl Stream.
(513e8c3)
- Fix android build. (3e270c6)
- Should not set
NLM_F_EXCL when deleting alt-name.
(7dd58dd)
Commits
e28f321
New release 0.18.1
18c4331
rotue: Add RouteNextHopBuilder::flags()
e1784a3
route: allow IPv6 gateway in IPv4 route
7fcba62
route: Support defining ECMP weight
e1184c0
New release 0.18.0
9373d77
Use latest rust-netlink crates
96d381e
Fix cargo fmt and cargo clippy warnings
1fe2569
Create AddressMessageBuilder
6485710
Fix document code for Macsec
c7598be
fix format
- Additional commits viewable in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
rust/Cargo.lock | 36 +++++++++---------------------------
rust/Cargo.toml | 6 +++---
2 files changed, 12 insertions(+), 30 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index f65f28dc8..d150e940c 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -4583,47 +4583,30 @@ dependencies = [
[[package]]
name = "netlink-packet-core"
-version = "0.7.0"
+version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "72724faf704479d67b388da142b186f916188505e7e0b26719019c525882eda4"
+checksum = "3463cbb78394cb0141e2c926b93fc2197e473394b761986eca3b9da2c63ae0f4"
dependencies = [
- "anyhow",
- "byteorder",
- "netlink-packet-utils",
+ "paste",
]
[[package]]
name = "netlink-packet-route"
-version = "0.24.0"
+version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "56d83370a96813d7c977f8b63054f1162df6e5784f1c598d689236564fb5a6f2"
+checksum = "3ec2f5b6839be2a19d7fa5aab5bc444380f6311c2b693551cb80f45caaa7b5ef"
dependencies = [
- "anyhow",
"bitflags 2.9.1",
- "byteorder",
"libc",
"log",
"netlink-packet-core",
- "netlink-packet-utils",
-]
-
-[[package]]
-name = "netlink-packet-utils"
-version = "0.5.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"
-dependencies = [
- "anyhow",
- "byteorder",
- "paste",
- "thiserror 1.0.69",
]
[[package]]
name = "netlink-proto"
-version = "0.11.5"
+version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "72452e012c2f8d612410d89eea01e2d9b56205274abb35d53f60200b2ec41d60"
+checksum = "b65d130ee111430e47eed7896ea43ca693c387f097dd97376bffafbf25812128"
dependencies = [
"bytes",
"futures",
@@ -6206,15 +6189,14 @@ dependencies = [
[[package]]
name = "rtnetlink"
-version = "0.17.0"
+version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fbe0a03f6b9b483c67d4b328fc5d66c8db0b6aa274e0fa2def71b5e442a69acf"
+checksum = "08fd15aa4c64c34d0b3178e45ec6dad313a9f02b193376d501668a7950264bb7"
dependencies = [
"futures",
"log",
"netlink-packet-core",
"netlink-packet-route",
- "netlink-packet-utils",
"netlink-proto",
"netlink-sys",
"nix 0.29.0",
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index b0a7c10e4..b81f35cde 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -111,8 +111,8 @@ lru = "0.12.5"
mio = "1.1.0"
moka = "0.12.11"
native-dialog = "0.7.0"
-netlink-packet-core = "0.7"
-netlink-packet-route = "0.24"
+netlink-packet-core = "0.8"
+netlink-packet-route = "0.25"
network-types = "0.1.0"
nix = "0.30.1"
nu-ansi-term = "0.50"
@@ -140,7 +140,7 @@ resolv-conf = "0.7.5"
ringbuffer = "0.16.0"
roxmltree = "0.20"
rpassword = "7.4.0"
-rtnetlink = { version = "0.17.0", default-features = false, features = ["tokio_socket"] }
+rtnetlink = { version = "0.18.1", default-features = false, features = ["tokio_socket"] }
rustls = { version = "0.23.31", default-features = false, features = ["ring"] }
sadness-generator = "0.6.0"
sd-notify = "0.4.5" # This is a pure Rust re-implementation, so it isn't vulnerable to CVE-2024-3094