Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps twox-hash from 1.6.3 to 2.1.1.

Changelog

Sourced from twox-hash's changelog.

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:

    // Before
    let mut hasher = XxHash64::new(); // or XxHash32, or with seeds
    some_bytes.hash(&mut hasher);
    let hash = hasher.finish();
    // After

... (truncated)

Commits

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 dependabot bot added dependencies Pull requests that update a dependency file rust labels Jun 9, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/twox-hash-2.1.1 branch 2 times, most recently from d4b18ec to 9f092f1 Compare June 10, 2025 01:37
@ctb
Copy link
Contributor

ctb commented Jun 10, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/twox-hash-2.1.1 branch from 9f092f1 to 07c3e2f Compare June 10, 2025 14:20
@dependabot dependabot bot force-pushed the dependabot/cargo/twox-hash-2.1.1 branch 2 times, most recently from f91ce35 to 267c241 Compare June 24, 2025 13:17
Bumps [twox-hash](https://github.com/shepmaster/twox-hash) from 1.6.3 to 2.1.1.
- [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md)
- [Commits](shepmaster/twox-hash@v1.6.3...v2.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/twox-hash-2.1.1 branch from 267c241 to 73e7b61 Compare June 24, 2025 14:09
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2025

Superseded by #3767.

@dependabot dependabot bot closed this Aug 5, 2025
@dependabot dependabot bot deleted the dependabot/cargo/twox-hash-2.1.1 branch August 5, 2025 23:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant