Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps rtnetlink from 0.14.1 to 0.19.0.

Release notes

Sourced from rtnetlink's releases.

New release 0.19.0

Breaking changes

  • Please check breaking changes of netlink-packet-route 0.19.0

New features

  • vlan: Add wrapper for setting VLAN protocol and flags. (50fbcb3)
  • Add function on RouteMessageBuilder for setting route mark. (c0edfbf)
  • Support creating multicast netlink connection. (84dfe67)

Bug fixes

  • Swap 'futures' dependency for 'futures-util' and 'futures-channel'. (26eda64)

New release 0.18.1

Breaking changes

  • N/A

New features

  • route: Support defining ECMP weight. (7fcba62)
  • route: Support defining ECMP flags. (18c4331)
  • route: allow IPv6 gateway in IPv4 route. (e1784a3)

Bug fixes

  • N/A

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)

... (truncated)

Changelog

Sourced from rtnetlink's changelog.

[0.19.0] - 2025-12-09

Breaking changes

  • Please check breaking changes of netlink-packet-route 0.19.0

New features

  • vlan: Add wrapper for setting VLAN protocol and flags. (50fbcb3)
  • Add function on RouteMessageBuilder for setting route mark. (c0edfbf)
  • Support creating multicast netlink connection. (84dfe67)

Bug fixes

  • Swap 'futures' dependency for 'futures-util' and 'futures-channel'. (26eda64)

[0.18.1] - 2025-09-09

Breaking changes

  • N/A

New features

  • route: Support defining ECMP weight. (7fcba62)
  • route: Support defining ECMP flags. (18c4331)
  • route: allow IPv6 gateway in IPv4 route. (e1784a3)

Bug fixes

  • N/A

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

... (truncated)

Commits
  • 522572a New release 0.19.0
  • 50fbcb3 vlan: Add wrapper for setting VLAN protocol and flags
  • 26eda64 Swap 'futures' dependency for 'futures-util' and 'futures-channel'
  • c0edfbf Add function on RouteMessageBuilder for setting route mark
  • 84dfe67 Support creating multicast netlink connection
  • 171cd72 Bump minimum nix version to 0.30.0
  • 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
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rtnetlink](https://github.com/rust-netlink/rtnetlink) from 0.14.1 to 0.19.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.19.0)

---
updated-dependencies:
- dependency-name: rtnetlink
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 22, 2025
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

Development

Successfully merging this pull request may close these issues.

2 participants