Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the netlink group with 3 updates in the / directory: netlink-packet-core, netlink-packet-route and rtnetlink.

Updates netlink-packet-core from 0.7.0 to 0.8.0

Release notes

Sourced from netlink-packet-core's releases.

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

  • N/A
Changelog

Sourced from netlink-packet-core's changelog.

[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

  • N/A
Commits
  • 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
  • cc6bf08 macro: Fix buffer! macro
  • 260e596 parser: Use macro to generate integer parser functions
  • Additional commits viewable in compare view

Updates netlink-packet-route from 0.19.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

  • N/A

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)

New release 0.24.0

Breaking changes

  • Changed InfoBond::PrimaryReselect from u8 to enum. (7be1634)

New features

  • ICMP6: Add support of ICMP6_MIB_RATELIMITHOST. (3497a69)
  • Support Seg6 encapsulation type. (1a33cd3)
  • impl From<IpAddr> for RouteVia. (7ef6bf6)

Bug fixes

  • Fix parsing error on empty IFLA_AF_SPEC. (5e54549)
  • Fix panic of integer underflow in RouteNextHopBuffer. (a285aba)

New release 0.23.0

Breaking changes

  • InfoBond::ArpAllTargets changed to enum. (507ea73)
  • InfoBond::XmitHashPolicy changed to enum. (b2572da)
  • InfoBond::FailOverMac changed to enum. (3270863)

New features

  • tc: Add support of tunnel key. (f5535f3)

... (truncated)

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

  • N/A

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)

[0.24.0] - 2025-05-21

Breaking changes

  • Changed InfoBond::PrimaryReselect from u8 to enum. (7be1634)

New features

  • ICMP6: Add support of ICMP6_MIB_RATELIMITHOST. (3497a69)
  • Support Seg6 encapsulation type. (1a33cd3)
  • impl From<IpAddr> for RouteVia. (7ef6bf6)

Bug fixes

  • Fix parsing error on empty IFLA_AF_SPEC. (5e54549)
  • Fix panic of integer underflow in RouteNextHopBuffer. (a285aba)

[0.23.0] - 2025-04-30

Breaking changes

  • InfoBond::ArpAllTargets changed to enum. (507ea73)
  • InfoBond::XmitHashPolicy changed to enum. (b2572da)
  • InfoBond::FailOverMac changed to enum. (3270863)

New features

  • tc: Add support of tunnel key. (f5535f3)

... (truncated)

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.14.1 to 0.18.0

Release notes

Sourced from rtnetlink's releases.

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)

New release 0.17.0

Breaking changes

  • Please check netlink-packet-route 0.24.0 breaking changes.

New features

  • route: Implement support for the ONLINK flag. (30aa30f)
  • route: Support for MPLS routes and nexthop label stacks. (e7e7344)
  • route: Support for multipath routes. (0236751)

Bug fixes

  • N/A

New release 0.16.0

Breaking changes

  • N/A

New features

  • Add support of tc filter del command. (51cfceb)

Bug fixes

  • Fix error on decoding empty IFLA_VFINFO_LIST. (581b4ac)

New release 0.15.0

Breaking changes

  • Deprecated LinkAddRequest::xfrmtun() in the favor of LinkAddRequest::xfrmtun_link. (de62338)
  • Changed RouteGetRequest::new() to use RouteMessageBuilder. (9be24c6)
  • Changed LinkAddRequest() and LinkSetRequest to use LinkMessageBuilder. (230a729)

... (truncated)

Changelog

Sourced from rtnetlink's changelog.

[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)

[0.17.0] - 2025-05-29

Breaking changes

  • Please check netlink-packet-route 0.24.0 breaking changes.

New features

  • route: Implement support for the ONLINK flag. (30aa30f)
  • route: Support for MPLS routes and nexthop label stacks. (e7e7344)
  • route: Support for multipath routes. (0236751)

Bug fixes

  • N/A

[0.16.0] - 2025-03-10

Breaking changes

  • N/A

New features

  • Add support of tc filter del command. (51cfceb)

Bug fixes

  • Fix error on decoding empty IFLA_VFINFO_LIST. (581b4ac)

[0.15.0] - 2025-03-10

Breaking changes

  • Deprecated LinkAddRequest::xfrmtun() in the favor of LinkAddRequest::xfrmtun_link. (de62338)
  • Changed RouteGetRequest::new() to use RouteMessageBuilder. (9be24c6)
  • Changed LinkAddRequest() and LinkSetRequest to use LinkMessageBuilder. (230a729)

New features

  • Support specifying link when crating xfrm interface. (de62338)

... (truncated)

Commits

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 8, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-6a2c1aa791 branch 2 times, most recently from b65ea10 to 15cfb4b Compare September 15, 2025 07:44
@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-6a2c1aa791 branch 2 times, most recently from 4602369 to 27d3ece Compare September 23, 2025 05:01
Bumps the netlink group with 3 updates in the / directory: [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.0
- [Release notes](https://github.com/rust-netlink/netlink-packet-core/releases)
- [Changelog](https://github.com/rust-netlink/netlink-packet-core/blob/main/CHANGELOG)
- [Commits](rust-netlink/netlink-packet-core@v0.7.0...v0.8.0)

Updates `netlink-packet-route` from 0.19.0 to 0.25.1
- [Release notes](https://github.com/rust-netlink/netlink-packet-route/releases)
- [Changelog](https://github.com/rust-netlink/netlink-packet-route/blob/main/CHANGELOG)
- [Commits](rust-netlink/netlink-packet-route@v0.19.0...v0.25.1)

Updates `rtnetlink` from 0.14.1 to 0.18.0
- [Release notes](https://github.com/rust-netlink/rtnetlink/releases)
- [Changelog](https://github.com/rust-netlink/rtnetlink/blob/main/CHANGELOG)
- [Commits](rust-netlink/rtnetlink@v0.14.1...v0.18.0)

---
updated-dependencies:
- dependency-name: netlink-packet-core
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: netlink
- dependency-name: netlink-packet-route
  dependency-version: 0.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: netlink
- dependency-name: rtnetlink
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: netlink
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-6a2c1aa791 branch from 27d3ece to 0e7d410 Compare September 29, 2025 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants