Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2025

Updates the requirements on netlink-packet-core to permit the latest version.

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

[0.7.0] - 2023-07-09

Breaking changes

  • NetlinkPayload::Ack removed and replaced by NetlinkPayload::Error where ErrorMessage.code is set to None. (52732b3)

New features

  • Derive Default for ErrorMessage. (3514766)

Bug fixes

  • N/A

[0.6.0] - 2023-06-26

Breaking changes

  • NetlinkPayload::Done changed to NetlinkPayload::Done(DoneMessage). (0c75fb5)

New features

  • Support full done message. (0c75fb5)

Bug fixes

  • N/A

[0.5.0] - 2023-01-28

Breaking changes

New features

  • N/A

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

Updates the requirements on [netlink-packet-core](https://github.com/rust-netlink/netlink-packet-core) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 28, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 19, 2025

Superseded by #18.

@dependabot dependabot bot closed this Sep 19, 2025
@dependabot dependabot bot deleted the dependabot/cargo/netlink-packet-core-0.8.0 branch September 19, 2025 04:25
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