chore(cargo): bump hmac from 0.12.1 to 0.13.0#313
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(cargo): bump hmac from 0.12.1 to 0.13.0#313dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
da268fb to
ba6d072
Compare
Bumps [hmac](https://github.com/RustCrypto/MACs) from 0.12.1 to 0.13.0. - [Commits](RustCrypto/MACs@hmac-v0.12.1...hmac-v0.13.0) --- updated-dependencies: - dependency-name: hmac dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
ba6d072 to
164409e
Compare
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 hmac from 0.12.1 to 0.13.0.
Commits
0236c8ehmac v0.13.0 (#263)b895e50Migrate tests to the new blobby format (#264)3d1440bWorkspace-level lint configuration (#261)11d4f36hmac: use release versions ofdev-dependencies(#260)c40b82bhmac: bumpsha2dev-dependency to v0.11 (#259)1fa0781Cut rc.5 prereleases (#258)a008265hmac v0.13.0-rc.6 (#256)da485cdUse(Reset)MacTraits(#254)2c51e3bhmac: deriveCloneinstead of relying on(Reset)MacTraits(#253)669d805RelaxClonebounds (#250)Note
Medium Risk
Updates a cryptography dependency (
hmac) across the SDK, which could subtly affect request signing and error behavior if upstream APIs or digest implementations changed. Changes are otherwise limited to dependency/version resolution inCargo.toml/Cargo.lock.Overview
Bumps the
hmaccrate from0.12.1to0.13.0inCargo.tomland refreshesCargo.lockaccordingly.The lockfile update pulls in the newer
digeststack (digest 0.11,block-buffer 0.12,crypto-common 0.2, plus new transitive crates likectutils/cmov/hybrid-array) while retaininghmac 0.12.1for other dependencies that still require it.Written by Cursor Bugbot for commit 164409e. This will update automatically on new commits. Configure here.