Skip to content

Bump rapidhash from 4.2.1 to 4.4.0#10

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rapidhash-4.4.0
Closed

Bump rapidhash from 4.2.1 to 4.4.0#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rapidhash-4.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 19, 2026

Copy link
Copy Markdown

Bumps rapidhash from 4.2.1 to 4.4.0.

Release notes

Sourced from rapidhash's releases.

v4.4.0

Additions

  • Added v3::RapidStreamHasherV3, an incremental streaming hasher with a write/finish API that mirrors std::hash::Hasher. It deliberately does not implement Hasher directly, ensuring hash output remains stable and portable across platforms and compiler versions. Multiple calls to write will produce the same hash as a single call to rapidhash_v3 with the concatenated input.

Performance

  • rapidhash_v3_file now uses RapidStreamHasherV3 internally, replacing the old ChunkedStreamReader and significantly improving throughput by avoiding redundant buffer copies for large chunks.

What's Changed

Full Changelog: hoxxep/rapidhash@v4.3.0...v4.4.0

v4.3.0

What's Changed

Full Changelog: hoxxep/rapidhash@v4.2.2...v4.3.0

v4.2.2

Fixes

New Contributors

Full Changelog: hoxxep/rapidhash@v4.2.1...v4.2.2

Changelog

Sourced from rapidhash's changelog.

4.4.0 (20260214)

Additions

  • Added v3::RapidStreamHasherV3, an incremental streaming hasher with a write/finish API that mirrors std::hash::Hasher. It deliberately does not implement Hasher directly, ensuring hash output remains stable and portable across platforms and compiler versions. Multiple calls to write will produce the same hash as a single call to rapidhash_v3 with the concatenated input.

Performance

  • rapidhash_v3_file now uses RapidStreamHasherV3 internally, replacing the old ChunkedStreamReader and significantly improving throughput by avoiding redundant buffer copies for large chunks.

4.3.0 (20260208)

Additions

4.2.2 (20260205)

Fixes

Commits
  • 8b1e907 Merge pull request #81 from hoxxep/v3-hasher
  • 88d632b Add RapidStreamHasherV3 example to the readme
  • 19715cf Prepare v4.4.0 release
  • eda9aaa Fix clippy lint issues
  • 995c875 Fix RapidStreamHasherV3 MSRV and test PROTECTED mode
  • c15bcaf RapidStreamHasherV3 implementation, test, and benchmarks
  • fb81b94 Release v4.3.0
  • 7235595 Merge pull request #79 from hoxxep/state-debug
  • 48190f2 Implement a consistent Debug on all inner::state::*_state.rs types
  • af697be Merge pull request #78 from anp/master
  • 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 [rapidhash](https://github.com/hoxxep/rapidhash) from 4.2.1 to 4.4.0.
- [Release notes](https://github.com/hoxxep/rapidhash/releases)
- [Changelog](https://github.com/hoxxep/rapidhash/blob/master/CHANGELOG.md)
- [Commits](hoxxep/rapidhash@v4.2.1...v4.4.0)

---
updated-dependencies:
- dependency-name: rapidhash
  dependency-version: 4.4.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 Feb 19, 2026
@dependabot @github

dependabot Bot commented on behalf of github Feb 26, 2026

Copy link
Copy Markdown
Author

Superseded by #11.

@dependabot dependabot Bot closed this Feb 26, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/rapidhash-4.4.0 branch February 26, 2026 14:38
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