Skip to content

chore(deps): bump hmac from 0.12.1 to 0.13.0 and sha2 from 0.10.9 to 0.11.0#119

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/cargo/hmac-0.13.0
Open

chore(deps): bump hmac from 0.12.1 to 0.13.0 and sha2 from 0.10.9 to 0.11.0#119
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/cargo/hmac-0.13.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps hmac from 0.12.1 to 0.13.0 and sha2 from 0.10.9 to 0.11.0.

Both upgrades are required together since hmac 0.13.0 and sha2 0.11.0 both depend on digest 0.11.x, making them compatible with each other. The new_from_slice method has moved to the KeyInit trait in the new API, so use hmac::KeyInit was added to the source.



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>
@dependabot dependabot bot added the dependencies Updates to dependencies label Mar 30, 2026
@sjoerdsimons
Copy link
Copy Markdown
Collaborator

@copilot please fix this PR; Will likely need to be squashed with #118

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 31, 2026

@copilot please fix this PR; Will likely need to be squashed with #118

Fixed in c65848c. Also bumped sha2 from 0.10.9 to 0.11.0 (squashing with #118) since both hmac 0.13.0 and sha2 0.11.0 require digest 0.11.x. Also added use hmac::KeyInit which is now the trait providing new_from_slice in the new API.

Copilot AI changed the title chore(deps): bump hmac from 0.12.1 to 0.13.0 chore(deps): bump hmac from 0.12.1 to 0.13.0 and sha2 from 0.10.9 to 0.11.0 Mar 31, 2026
Copilot AI requested a review from sjoerdsimons March 31, 2026 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Updates to dependencies

Development

Successfully merging this pull request may close these issues.

2 participants