Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2025

Bumps the netlink group with 2 updates: netlink-packet-utils and netlink-packet-core.

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

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 Oct 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 2, 2025 21:18
@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 Oct 2, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-ba159e626a branch from b39596d to 6b91d07 Compare October 2, 2025 22:17
Bumps the netlink group with 2 updates: [netlink-packet-utils](https://github.com/rust-netlink/netlink-packet-utils) and [netlink-packet-core](https://github.com/rust-netlink/netlink-packet-core).


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)

---
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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-ba159e626a branch from 6b91d07 to c68a341 Compare October 2, 2025 22:20
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