Skip to content

Update rtnetlink requirement from 0.20.0 to 0.21.0#31

Merged
ssrlive merged 1 commit intomasterfrom
dependabot/cargo/rtnetlink-0.21.0
Apr 21, 2026
Merged

Update rtnetlink requirement from 0.20.0 to 0.21.0#31
ssrlive merged 1 commit intomasterfrom
dependabot/cargo/rtnetlink-0.21.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Updates the requirements on rtnetlink to permit the latest version.

Release notes

Sourced from rtnetlink's releases.

New release 0.21.0

Breaking changes

  • Use netlink-packet-route 0.30. (7bfbbf5)
  • Deprecated NeighbourAddRequest::link_local_address(), please use NeighbourAddRequest::link_layer_address(). (7bfbbf5)

New features

  • link: add vxcan support. (cd212b8)

Bug fixes

  • addr: only assign broadcast when subnet over /31. (7c16a2d)
Changelog

Sourced from rtnetlink's changelog.

[0.21.0] - 2026-04-18

Breaking changes

  • Use netlink-packet-route 0.30. (7bfbbf5)
  • Deprecated NeighbourAddRequest::link_local_address(), please use NeighbourAddRequest::link_layer_address(). (7bfbbf5)

New features

  • link: add vxcan support. (cd212b8)

Bug fixes

  • addr: only assign broadcast when subnet over /31. (7c16a2d)

[0.20.0] - 2026-01-01

Breaking changes

  • Please check breaking changes in netlink-packet-route 0.28.0 and 0.27.0.
  • Use netlink-packet-route 0.28.0. (0486ff7)
  • Change LinkBond to align with rust-netlink-route 0.27.0. (563f95d)

New features

  • link: Support specifying arbitrary LinkMessage for RTM_DELLINK. (d4d5a4b)
  • link: Support changing VLAN filter of bridge itself. (1f8b7da)
  • link: Support changing bridge VLAN filtering. (e520140)
  • link: Add LinkBridgePort for modifying bridge port properties. (86dd67d)
  • link: Expand LinkBridge to support all bridge options. (c85d988)
  • link: Add support for netkit devices. (2f18ca4)
  • link: Add LinkHandle::change() to changing existing interface. (2d1a6cc)

Bug fixes

  • link bridge: Fix typo of document. (a994f72)

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

... (truncated)

Commits
  • dd77a6b New release 0.21.0
  • cd212b8 link: add vxcan support
  • 7bfbbf5 Use netlink-packet-route 0.30
  • eb68537 Use netlink-packet-route 0.29.0
  • 7c16a2d addr: only assign broadcast when subnet over /31
  • bd1d993 CI: Enable cargo clippy on tests and examples
  • See full diff 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 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 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)

Updates the requirements on [rtnetlink](https://github.com/rust-netlink/rtnetlink) to permit the latest version.
- [Release notes](https://github.com/rust-netlink/rtnetlink/releases)
- [Changelog](https://github.com/rust-netlink/rtnetlink/blob/main/CHANGELOG)
- [Commits](rust-netlink/rtnetlink@v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: rtnetlink
  dependency-version: 0.21.0
  dependency-type: direct:production
...

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 Apr 21, 2026
@ssrlive ssrlive merged commit c923f62 into master Apr 21, 2026
16 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/rtnetlink-0.21.0 branch April 21, 2026 11:30
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.

1 participant