Skip to content

chore(deps): bump rtnetlink from 0.14.1 to 0.22.0 - #65

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rtnetlink-0.22.0
Closed

chore(deps): bump rtnetlink from 0.14.1 to 0.22.0#65
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rtnetlink-0.22.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor

Bumps rtnetlink from 0.14.1 to 0.22.0.

Release notes

Sourced from rtnetlink's releases.

New release 0.22.0

Breaking changes

  • Please check netlink-packet-route 0.32.0 API breaks.
  • Bump minimum supported rust version to 1.71. (3041a35)

New features

  • link: link_gre6: add dev() builder method. (9d68ac6)
  • link: Support assign NSID to a namespace. (adf7bc4)
  • link: add LinkTun builder for TUN/TAP interface. (751284f)
  • link: add LinkIpoib builder for IPoIB interface. (59ba7e7)
  • link: add LinkAmt builder for AMT interface. (84a0a94)
  • link: Add more options to LinkVxlan. (240e4ea)
  • link: Add LinkVti and LinkVti6. (ae70e3a)
  • link: Add LinkRmNet for rmnet support. (694a83e)
  • link: Add LinkPfcp. (80307e9)
  • link: Expand LinkGre6 and LinkGre for more properties. (7d8d98b)
  • link: Add LinkDsa for DSA interface. (082903a)
  • link: Add LinkCan for CAN interface. (13f2a53)
  • link: Add LinkBatAdv builder for batadv interface type. (63c520f)
  • link: add builder for bareudp interface type. (39025dc)
  • link: add LinkTeam builder for team interface. (61e3142)
  • link: add WWAN builder. (d6ea80b)
  • link: Add gtp, netdevsim and virt_wifi builder. (fa565f9)
  • link: add LinkSit builder for SIT tunnel interface. (ed73430)
  • link: add LinkIfb builder for ifb interface type. (d323d43)
  • link: add afstats request support. (3c65356)
  • link: add helper methods to LinkMessageBuilder for generic actions. (11bfb11)
  • link: Add LinkVcan builder. (b7dd5bf)
  • link: Add LinkNetdevsim builder. (64cfe71)
  • link: Add LinkGre and LinkGre6 builders. (c2d8c1f)
  • link: Add LinkGeneve builder. (a25018e)
  • link: Add LinkIpVlan and LinkIpVtap builders. (5c8d62e)
  • link: ip6tnl: Fix flow_info and flag handling. (e7799b6)
  • link: Add LinkIp6Tnl builder for IPv4|IPv6 tunnel over IPv6. (908fa90)
  • link vxlan: Add builder functions for label_policy, reserved_bits and mc_route. (616450a)
  • link: Add IPIP message builder. (e92b23f)
  • link: add HSR interface support. (f1fb864)
  • link: vxlan: add localbypass support. (cf0a5c8)
  • link: Add support of nlmon. (9b4536a)
  • link: Add API for Seg6 Encapsulation. (e48d718)
  • Replace function on NeighbourGetRequest to set family. (97dd4ca)

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)

... (truncated)

Changelog

Sourced from rtnetlink's changelog.

[0.22.0] - 2026-08-12

Breaking changes

  • Please check netlink-packet-route 0.32.0 API breaks.
  • Bump minimum supported rust version to 1.71. (3041a35)

New features

  • link: link_gre6: add dev() builder method. (9d68ac6)
  • link: Support assign NSID to a namespace. (adf7bc4)
  • link: add LinkTun builder for TUN/TAP interface. (751284f)
  • link: add LinkIpoib builder for IPoIB interface. (59ba7e7)
  • link: add LinkAmt builder for AMT interface. (84a0a94)
  • link: Add more options to LinkVxlan. (240e4ea)
  • link: Add LinkVti and LinkVti6. (ae70e3a)
  • link: Add LinkRmNet for rmnet support. (694a83e)
  • link: Add LinkPfcp. (80307e9)
  • link: Expand LinkGre6 and LinkGre for more properties. (7d8d98b)
  • link: Add LinkDsa for DSA interface. (082903a)
  • link: Add LinkCan for CAN interface. (13f2a53)
  • link: Add LinkBatAdv builder for batadv interface type. (63c520f)
  • link: add builder for bareudp interface type. (39025dc)
  • link: add LinkTeam builder for team interface. (61e3142)
  • link: add WWAN builder. (d6ea80b)
  • link: Add gtp, netdevsim and virt_wifi builder. (fa565f9)
  • link: add LinkSit builder for SIT tunnel interface. (ed73430)
  • link: add LinkIfb builder for ifb interface type. (d323d43)
  • link: add afstats request support. (3c65356)
  • link: add helper methods to LinkMessageBuilder for generic actions. (11bfb11)
  • link: Add LinkVcan builder. (b7dd5bf)
  • link: Add LinkNetdevsim builder. (64cfe71)
  • link: Add LinkGre and LinkGre6 builders. (c2d8c1f)
  • link: Add LinkGeneve builder. (a25018e)
  • link: Add LinkIpVlan and LinkIpVtap builders. (5c8d62e)
  • link: ip6tnl: Fix flow_info and flag handling. (e7799b6)
  • link: Add LinkIp6Tnl builder for IPv4|IPv6 tunnel over IPv6. (908fa90)
  • link vxlan: Add builder functions for label_policy, reserved_bits and mc_route. (616450a)
  • link: Add IPIP message builder. (e92b23f)
  • link: add HSR interface support. (f1fb864)
  • link: vxlan: add localbypass support. (cf0a5c8)
  • link: Add support of nlmon. (9b4536a)
  • link: Add API for Seg6 Encapsulation. (e48d718)
  • Replace function on NeighbourGetRequest to set family. (97dd4ca)

Bug fixes

  • refactor: migrate to more permissive/accurate string types. (0c42c83)

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

... (truncated)

Commits
  • 0f001ba New release 0.22.0
  • 9d68ac6 link: link_gre6: add dev() builder method
  • adf7bc4 link: Support assign NSID to a namespace
  • 751284f link: add LinkTun builder for TUN/TAP interface
  • 59ba7e7 link: add LinkIpoib builder for IPoIB interface
  • 84a0a94 link: add LinkAmt builder for AMT interface
  • 240e4ea link: Add more options to LinkVxlan
  • ae70e3a link: Add LinkVti and LinkVti6
  • 694a83e link: Add LinkRmNet for rmnet support
  • 80307e9 link: Add LinkPfcp
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 16, 2026
Bumps [rtnetlink](https://github.com/rust-netlink/rtnetlink) from 0.14.1 to 0.22.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.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/rtnetlink-0.22.0 branch from 367c667 to 433893a Compare August 18, 2026 04:29
@gitctrlx gitctrlx closed this Aug 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/rtnetlink-0.22.0 branch August 20, 2026 03:58
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