Skip to content

build(deps): bump twox-hash from 1.6.3 to 2.1.2 - #21

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/twox-hash-2.1.2
Open

build(deps): bump twox-hash from 1.6.3 to 2.1.2#21
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/twox-hash-2.1.2

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps twox-hash from 1.6.3 to 2.1.2.

Changelog

Sourced from twox-hash's changelog.

2.1.2 - 2025-09-03

Changed

  • The documentation has been updated to account for XxHash3_128.

2.1.1 - 2025-06-09

Changed

  • The version range for the optional rand dependency is now 0.9.

2.1.0 - 2024-12-09

Added

  • The XXH3 128-bit algorithm is implemented via XxHash3_128 and the xxhash3_128 module.

2.0.1 - 2024-11-04

Fixed

  • Removed a panic that could occur when using XxHash3_64 to hash 1 to 3 bytes of data in debug mode. Release mode and different lengths of data are unaffected.

2.0.0 - 2024-10-18

This release is a complete rewrite of the crate, including reorganization of the code. The XXH3 algorithm now matches the 0.8 release of the reference C xxHash implementation.

Added

  • XxHash32::oneshot and XxHash64::oneshot can perform hashing with zero allocation and generally improved performance. If you have code that creates a hasher and hashes a slice of bytes exactly once, you are strongly encouraged to use the new functions. This might look like:

... (truncated)

Commits
  • bc5bb80 Release version 2.1.2
  • b1415bc Update the changelog
  • 04e77f9 Merge pull request #112 from shepmaster/doc-tweaks
  • 7c176ff Document why xxhash3_128::Hasher doesn't implement the Hasher trait
  • 400d3c6 Mention XxHash3_128 in the top-level docs
  • 067e391 Merge pull request #113 from shepmaster/maint
  • 393c801 Gate SIMD modules behind the std feature flag
  • 2b90de0 Release version 2.1.1
  • 1e4c075 Update the changelog
  • fbe802e Merge pull request #108 from ChrisDenton/rand-0-9
  • 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 [twox-hash](https://github.com/shepmaster/twox-hash) from 1.6.3 to 2.1.2.
- [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md)
- [Commits](shepmaster/twox-hash@v1.6.3...v2.1.2)

---
updated-dependencies:
- dependency-name: twox-hash
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 1, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants