vector icon indicating copy to clipboard operation
vector copied to clipboard

chore(deps): Bump netlink-packet-utils from 0.5.2 to 0.6.0

Open dependabot[bot] opened this issue 8 months ago • 2 comments

Bumps 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

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Apr 07 '25 04:04 dependabot[bot]

Datadog Report

Branch report: dependabot/cargo/netlink-packet-utils-0.6.0 Commit report: 1d0ae51 Test service: vector

:white_check_mark: 0 Failed, 520 Passed, 0 Skipped, 3m 59.34s Total Time

@dependabot recreate

pront avatar Jun 09 '25 14:06 pront

Need some code changes

pront avatar Jul 02 '25 20:07 pront

Dependency hell: netlink-packet-core 0.7.0 and netlink-packet-sock-diag 0.4.2 both depend on netlink-packet-utils 0.5.2

netlink-packet-core's main branch already updated to netlink-packet-utils 0.6.0 but no release was made. netlink-packet-sock-diag's main branch is still using 0.5.2.

These are the latest package versions as of right now.

thomasqueirozb avatar Jul 08 '25 20:07 thomasqueirozb

Superseded by #23929.

dependabot[bot] avatar Oct 02 '25 21:10 dependabot[bot]