Skip to content

chore(deps): bump sha2 0.10 -> 0.11#107

Merged
swlynch99 merged 1 commit into
mainfrom
claude/bump-sha2-0.11
Jun 9, 2026
Merged

chore(deps): bump sha2 0.10 -> 0.11#107
swlynch99 merged 1 commit into
mainfrom
claude/bump-sha2-0.11

Conversation

@swlynch99

Copy link
Copy Markdown
Contributor

What

Bumps sha2 0.10.9 → 0.11.0 in durable-client.

The only usage is computing a program hash (Sha256::new() / update / finalize().into()). The Digest API is unchanged between the 0.10 and 0.11 RustCrypto releases, so no code changes are required. The 0.11 line pulls in digest 0.11 / crypto-common 0.2.

Verification

cargo check -p durable-client --all-features --locked

https://claude.ai/code/session_01KN3PaeQ1pFq1B3uReMqHjp


Generated by Claude Code

The Sha256 hashing usage (Digest::new/update/finalize) is unchanged
between the 0.10 and 0.11 RustCrypto releases, so no code changes are
required. The 0.11 line pulls in digest 0.11 / crypto-common 0.2.

https://claude.ai/code/session_01KN3PaeQ1pFq1B3uReMqHjp
@swlynch99 swlynch99 enabled auto-merge (squash) June 9, 2026 23:52
@swlynch99 swlynch99 merged commit 4a7204b into main Jun 9, 2026
7 checks passed
@swlynch99 swlynch99 deleted the claude/bump-sha2-0.11 branch June 9, 2026 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants