Skip to content

build(deps): bump etherparse from 0.15.0 to 0.21.0 - #1951

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/etherparse-0.21.0
Open

build(deps): bump etherparse from 0.15.0 to 0.21.0#1951
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/etherparse-0.21.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps etherparse from 0.15.0 to 0.21.0.

Release notes

Sourced from etherparse's releases.

v0.21.0 IGMP Support

What's Changed

New Contributors

Full Changelog: JulianSchmid/etherparse@v0.20.1...v0.21.0

v0.20.3 Fix bug in UDP checksum test

What's Changed

Full Changelog: JulianSchmid/etherparse@v0.20.2...v0.20.3

v0.20.2 Fix bug in parsing of IPv6 fragmentation header (offset & more_fragments)

Fixes the incorrect parsing of the fragment offset & more fragment fields in the IPv6 fragment header.

Thanks to @​deusmatrix for finding the bug and providing a fix.

What's Changed

Full Changelog: JulianSchmid/etherparse@v0.20.1...v0.20.2

v0.20.1 Update doc.rs links & remove broken codecov badge

What's Changed

Full Changelog: JulianSchmid/etherparse@v0.20.0...v0.20.1

v0.20.0 Structured ICMPv6 Support and no_std PacketBuilder

What's Changed

... (truncated)

Changelog

Sourced from etherparse's changelog.

Changelog:

Unreleased

  • Added zero-copy IGMP support (IGMPv1, IGMPv2 & IGMPv3):
    • IgmpSlice, an enum with one zero-copy variant per message type (MembershipQuery, MembershipQueryWithSources, MembershipReportV1, MembershipReportV2, MembershipReportV3, LeaveGroup & Unknown), plus common accessors (header, payload, slice, checksum, is_checksum_valid).
    • Per-variant slice types (MembershipQuerySlice, MembershipQueryWithSourcesSlice, MembershipReportV1Slice, MembershipReportV2Slice, MembershipReportV3Slice, LeaveGroupSlice & IgmpUnknownSlice) with typed field accessors. Variable-length data is exposed where it exists: MembershipReportV3Slice::group_records and MembershipQueryWithSourcesSlice::source_addresses / source_addrs_bytes (no longer Option-returning).
    • ReportGroupRecordV3Slice & ReportGroupRecordV3SliceIter for iterating IGMPv3 group records (incl. typed source_addresses).
    • Integrated IGMP into the transport layer parsing & building:
      • New enum variants TransportSlice::Igmp, TransportHeader::Igmp, PayloadSlice::Igmp & LaxPayloadSlice::Igmp.
      • SlicedPacket, LaxSlicedPacket, PacketHeaders & LaxPacketHeaders now decode ip_number::IGMP payloads.
      • PacketBuilder gained igmp & igmp_header setters and IgmpHeader::write.
Commits
  • 70f72be Merge pull request #162 from JulianSchmid/migrate-coverage-to-gist-badge
  • 17a3416 Fix coverage calculation in ci
  • c8ccb06 Publish coverage as gist badge instead of Codecov
  • c29b043 Merge pull request #161 from JulianSchmid/bump-version
  • 0264d41 Bump version to 0.21.0
  • 1f111d3 Merge pull request #160 from JulianSchmid/igmp-slice-continue
  • 4459414 Addressed review comments
  • ea3f6d3 Add IGMP slice implementation
  • f56e12a Merge pull request #148 from jeff-moon/igmp_slice
  • 9030c70 Add IgmpSlice and ReportGroupRecordV3Slice for zero-copy IGMP parsing
  • 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 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 [etherparse](https://github.com/JulianSchmid/etherparse) from 0.15.0 to 0.21.0.
- [Release notes](https://github.com/JulianSchmid/etherparse/releases)
- [Changelog](https://github.com/JulianSchmid/etherparse/blob/master/changelog.md)
- [Commits](JulianSchmid/etherparse@v0.15.0...v0.21.0)

---
updated-dependencies:
- dependency-name: etherparse
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 24, 2026
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

Development

Successfully merging this pull request may close these issues.

1 participant