Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

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

Updates netlink-packet-utils from 0.5.2 to 0.6.0

Release notes

Sourced from netlink-packet-utils's releases.

New release 0.6.0

Breaking changes

  • Changed DecodeError from struct to enum. (5e39d65)
  • Changed EncodeError from struct to enum. (0353682)
  • DecodeError and EncodeError is marked as non_exhaustive. (1e7454c)
  • Removed the use of anyhow. (5e39d65, 0353682)
  • Replaced paste with pastey. (8897cf0)

New features

  • Add parse_i64(). (414d14e)

Bug fixes

  • N/A
Changelog

Sourced from netlink-packet-utils's changelog.

[0.6.0] - 2025-04-02

Breaking changes

  • Changed DecodeError from struct to enum. (5e39d65)
  • Changed EncodeError from struct to enum. (0353682)
  • DecodeError and EncodeError is marked as non_exhaustive. (1e7454c)
  • Removed the use of anyhow. (5e39d65, 0353682)
  • Replaced paste with pastey. (8897cf0)

New features

  • Add parse_i64(). (414d14e)

Bug fixes

  • N/A
Commits
  • ed3fc1b New release 0.6.0
  • 1e7454c Mark DecodeError and EncodeError as non_exhaustive
  • 0353682 Remove the use of anyhow in EncodeError
  • 414d14e Add parser for i64
  • 5e39d65 Use thiserror Errors instead of relying on anyhow
  • 8897cf0 paste crate was abandoned, replace it with pastey
  • 97c4a4b Bump thiserror to version 2
  • 70d74e4 Fix CI
  • See full diff in compare view

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

  • N/A

New features

  • N/A

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

  • N/A
Changelog

Sourced from netlink-packet-core's changelog.

[0.8.1] - 2025-09-18

Breaking changes

  • N/A

New features

  • N/A

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

  • N/A
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-sys from 0.8.7 to 0.8.8

Release notes

Sourced from netlink-sys's releases.

New release 0.8.8

Breaking changes

  • N/A

New features

  • N/A

Bug fixes

  • Do not need mut for socket. (f54c420, 51c01b6)
  • Replace 'futures' dependency for 'futures-util'. (498df8b)
  • Use latest rust-netlink crates in dev dependency. (1e0a9da)
Changelog

Sourced from netlink-sys's changelog.

[0.8.8] - 2026-01-22

Breaking changes

  • N/A

New features

  • N/A

Bug fixes

  • Do not need mut for socket. (f54c420, 51c01b6)
  • Replace 'futures' dependency for 'futures-util'. (498df8b)
  • Use latest rust-netlink crates in dev dependency. (1e0a9da)
Commits
  • 7b2743a New release 0.8.8
  • a037487 Cargo.toml: Remove leftover
  • f54c420 fix: none of these methods modify the socket, they merely modify the kernel's...
  • 51c01b6 fix: none of these methods modify the socket, they merely modify the kernel's...
  • f132331 fix: allow to run tests locally against modified version of netlink-sys
  • 498df8b Swap 'futures' dependency for 'futures-util'
  • 1e0a9da Use latest rust-netlink crates in dev dependency
  • 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 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 domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Feb 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2026 04:06
@dependabot dependabot bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Feb 1, 2026
@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-9e25b86ae5 branch 2 times, most recently from 2ad87f8 to cdb7e0a Compare February 2, 2026 18:38
Bumps the netlink group with 3 updates in the / directory: [netlink-packet-utils](https://github.com/rust-netlink/netlink-packet-utils), [netlink-packet-core](https://github.com/rust-netlink/netlink-packet-core) and [netlink-sys](https://github.com/rust-netlink/netlink-sys).


Updates `netlink-packet-utils` from 0.5.2 to 0.6.0
- [Release notes](https://github.com/rust-netlink/netlink-packet-utils/releases)
- [Changelog](https://github.com/rust-netlink/netlink-packet-utils/blob/main/CHANGELOG)
- [Commits](rust-netlink/netlink-packet-utils@v0.5.2...v0.6.0)

Updates `netlink-packet-core` from 0.7.0 to 0.8.1
- [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.1)

Updates `netlink-sys` from 0.8.7 to 0.8.8
- [Release notes](https://github.com/rust-netlink/netlink-sys/releases)
- [Changelog](https://github.com/rust-netlink/netlink-sys/blob/main/CHANGELOG)
- [Commits](rust-netlink/netlink-sys@v0.8.7...v0.8.8)

---
updated-dependencies:
- dependency-name: netlink-packet-utils
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: netlink
- dependency-name: netlink-packet-core
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: netlink
- dependency-name: netlink-sys
  dependency-version: 0.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: netlink
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-9e25b86ae5 branch from cdb7e0a to ebf2945 Compare February 2, 2026 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants