chore(deps): bump sha1 from 0.10.7 to 0.11.0 in the cargo-dependencies group - #240
Merged
turnipdabeets merged 3 commits intoAug 28, 2026
Merged
Conversation
Bumps the cargo-dependencies group with 1 update: [sha1](https://github.com/RustCrypto/hashes). Updates `sha1` from 0.10.7 to 0.11.0 - [Commits](RustCrypto/hashes@sha1-v0.10.7...sha1-v0.11.0) --- updated-dependencies: - dependency-name: sha1 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
sha1 0.11 moves off `generic-array` onto `hybrid-array`, and the `Array`
that `finalize()` now returns does not implement `LowerHex`, so
`format!("{result:x}")` no longer compiles.
Read the digest's top 60 bits directly instead. `hexdigest()[:15]` is 15
nibbles, so `from_be_bytes(first 8 bytes) >> 4` is the same integer, and
bucketing stays bit-identical to the other SDKs.
Pin that with vectors generated from the Python SDK's algorithm — the
existing test only asserted self-consistency, so it would have passed
even if every user had been rebucketed.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
posthog-rs-v0 Compliance ReportDate: 2026-08-28 15:45:06 UTC ✅ All Tests Passed!46/46 tests passed Capture Tests✅ 29/29 tests passed View Details
Feature_Flags Tests✅ 17/17 tests passed View Details
|
Contributor
posthog-rs-v1 Compliance ReportDate: 2026-08-28 15:45:41 UTC ✅ All Tests Passed!111/111 tests passed Capture_V1 Tests✅ 94/94 tests passed View Details
Feature_Flags Tests✅ 17/17 tests passed View Details
|
turnipdabeets
enabled auto-merge (squash)
August 28, 2026 20:47
turnipdabeets
approved these changes
Aug 28, 2026
turnipdabeets
deleted the
dependabot/cargo/cargo-dependencies-44df3d0946
branch
August 28, 2026 20:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cargo-dependencies group with 1 update: sha1.
Updates
sha1from 0.10.7 to 0.11.0Commits
2f00175Release sha1 v0.11.0 (#810)07d370csha1: refactor backends selection (#808)7c7cb76Fix md5 project link in README (#809)ffe0939Release sha2 0.11.0 (#806)8991b65Use the standard order of the[package]section fields (#807)3d2bc57sha2: refactor backends (#802)faa55fbsha3: bumpkeccakto v0.2 (#803)d3e6489sha3 v0.11.0-rc.9 (#801)bbf6f51sha2: tweak backend docs (#800)155dbbfsha3: add default value for theDSgeneric parameter onTurboShake128/256...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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