Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps netlink-packet-core from 0.7.0 to 0.8.0.

Release notes

Sourced from netlink-packet-core's releases.

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.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
  • 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
  • cc6bf08 macro: Fix buffer! macro
  • 260e596 parser: Use macro to generate integer parser functions
  • 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 [netlink-packet-core](https://github.com/rust-netlink/netlink-packet-core) from 0.7.0 to 0.8.0.
- [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.0)

---
updated-dependencies:
- dependency-name: netlink-packet-core
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@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 Sep 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 1, 2025 09:53
@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 Sep 1, 2025
@pront pront enabled auto-merge September 3, 2025 16:39
@pront pront added this pull request to the merge queue Sep 3, 2025
Merged via the queue into master with commit 8345693 Sep 3, 2025
100 checks passed
@pront pront deleted the dependabot/cargo/netlink-packet-core-0.8.0 branch September 3, 2025 17:28
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.

1 participant