chore(deps): batched rust dependency updates (hmac 0.13, sha2 0.11, clap, rand)#121
Merged
Conversation
- hmac 0.12 -> 0.13 and sha2 0.10 -> 0.11 ship together because hmac 0.13 pulls in digest 0.11 (the crate is locked alongside sha2). Import KeyInit explicitly in webhook + generic alerting modules (new_from_slice moved off the Mac trait), and qualify the integration test through hmac::KeyInit. - clap 4.6.0 -> 4.6.1 and rand 0.10.0 -> 0.10.1 are patch bumps with no API surface changes. Closes #106, #118, #119, #120. argon2/password-hash 0.6 deferred: argon2 0.6 is still RC; bumping password-hash alone (#116) creates a dual-version transitive (argon2 0.5 still pulls password-hash 0.5). Will revisit when argon2 0.6 ships stable.
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.
Batches four green dependabot updates plus the coupled hmac/sha2 majors into a single review.
What's bumped
use hmac::KeyInit;—new_from_slicemoved off theMactraitCloses #106, #118, #119, #120.
Deferred
#116 password-hash 0.6 — not included.
argon2 0.6is still RC (latest stable is 0.5.x), and bumpingpassword-hashalone creates a dual-version transitive becauseargon2 0.5still depends onpassword-hash 0.5. Will revisit when argon2 0.6 ships stable.Verification
cargo fmt --check+cargo clippy --all-targets -- -D warningscleantest_webhook_hmac_*andtest_alerting_generic_hmac_*suites — all passing