Skip to content

Bump the cargo group across 1 directory with 4 updates - #1264

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/cargo-387f710ba4
Closed

Bump the cargo group across 1 directory with 4 updates#1264
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/cargo-387f710ba4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 4 updates in the / directory: clap, etherparse, prefix-trie and serial_test.

Updates clap from 4.6.3 to 4.6.4

Release notes

Sourced from clap's releases.

v4.6.4

[4.6.4] - 2026-07-21

Internal

  • Update to syn v3
Changelog

Sourced from clap's changelog.

[4.6.4] - 2026-07-21

Internal

  • Update to syn v3
Commits
  • 87ec1ad chore: Release
  • 78f2529 docs: Update changelog
  • b61f270 Merge pull request #6369 from Metbcy/fix/zsh-completion-ordering
  • 74c6666 fix(complete): Keep zsh candidate order
  • d142d8f Merge pull request #6360 from epage/string
  • ba89563 style: Prefer explicit string operations
  • bea966e Merge pull request #6359 from epage/man
  • b811986 chore(man):Remove unused required-features
  • 0010bf2 Merge pull request #6358 from clap-rs/renovate/crate-ci-typos-1.x
  • bab9b24 chore(deps): Update compatible (dev) (#6357)
  • Additional commits viewable in compare view

Updates etherparse from 0.20.3 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

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

Updates prefix-trie from 0.9.4 to 0.10.1

Release notes

Sourced from prefix-trie's releases.

0.10.0

What's new

rkyv zero-copy (de)serialization

This release adds a new rkyv feature flag, bringing zero-copy serialization support to PrefixMap, PrefixSet, and JointPrefixMap/JointPrefixSet. The archived types implement the same TrieView interface as their live counterparts, so you can look up, iterate, and compute covering/LPM/SPM queries directly on the archived (mmap'ed) representation without deserializing.

  • get, get_key_value, contains, get_lpm, get_spm, is_covered, is_covered_in_aggregate, address_count, children, iter/iter_from, and cover iterators are all available on the archived variants.
  • ArchivedTrieRef type that implements TrieView, enabling integration with concrete (non-archive) types. The new functions on TrieView simplify this process.
  • See the new module-level examples for how to serialize, mmap, and query an archived trie.

Others

  • New FilterView to filter a view by a predicate closure.
  • New ClonedView and CopiedView adapters.
  • New MapView combinator for TrieView.
  • is_covered and is_covered_in_aggregate added to the core map/set API.

Fixes

  • Fixed a repositioning bug in TrieView that could cause UB.
  • Fixed Default implementations on Joint iterators (were previously inconsistent/incorrect).
  • Removed step and navigate_to from the public TrieView interface (internal-only).

Other

  • Raised rust minimal supported version to 1.81.0

Full Changelog: tiborschneider/prefix-trie@v0.9.4...v0.10.0

Commits

Updates serial_test from 3.5.0 to 4.0.1

Release notes

Sourced from serial_test's releases.

v4.0.1

As per v4.0.0, but with the root MSRV correctly set to 1.93.1

v4.0.0

What's Changed

New Contributors

Full Changelog: palfrey/serial_test@v3.5.0...v4.0.0

Commits
  • 383c894 4.0.1
  • 4298adf MSRV is actually 1.93.1
  • f25d56f 4.0.0
  • 7984bdc Merge pull request #160 from palfrey/pre-release-fixes
  • ec74212 Don't need to split build-all-features now
  • 03cd910 Upgrade MSRV to 1.93.1
  • 7cf8563 Add a "finish" CI job that depends on everything
  • d7c4137 Upgrade actix-macros to reduce syn 1.x needs
  • ae268b0 Merge pull request #159 from AudaciousAxiom/refactor/syn-v3
  • 98b2c36 refactor(derive): bump syn to v3
  • 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 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

Bumps the cargo group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [etherparse](https://github.com/JulianSchmid/etherparse), [prefix-trie](https://github.com/tiborschneider/prefix-trie) and [serial_test](https://github.com/palfrey/serial_test).


Updates `clap` from 4.6.3 to 4.6.4
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.6.3...clap_complete-v4.6.4)

Updates `etherparse` from 0.20.3 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.20.3...v0.21.0)

Updates `prefix-trie` from 0.9.4 to 0.10.1
- [Release notes](https://github.com/tiborschneider/prefix-trie/releases)
- [Commits](https://github.com/tiborschneider/prefix-trie/commits)

Updates `serial_test` from 3.5.0 to 4.0.1
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v3.5.0...v4.0.1)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: etherparse
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: prefix-trie
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: serial_test
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo
...

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 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 2, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/main/cargo-387f710ba4 branch August 2, 2026 16:11
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.

0 participants