Skip to content

chore: bump the rustcrypto group with 3 updates - #10

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rustcrypto-492d2505d1
Closed

chore: bump the rustcrypto group with 3 updates#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rustcrypto-492d2505d1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the rustcrypto group with 3 updates: hmac, sha1 and sha2.

Updates hmac from 0.12.1 to 0.13.0

Commits

Updates sha1 from 0.10.7 to 0.11.0

Commits

Updates sha2 from 0.10.9 to 0.11.0

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the rustcrypto group with 3 updates: [hmac](https://github.com/RustCrypto/MACs), [sha1](https://github.com/RustCrypto/hashes) and [sha2](https://github.com/RustCrypto/hashes).


Updates `hmac` from 0.12.1 to 0.13.0
- [Commits](RustCrypto/MACs@hmac-v0.12.1...hmac-v0.13.0)

Updates `sha1` from 0.10.7 to 0.11.0
- [Commits](RustCrypto/hashes@sha1-v0.10.7...sha1-v0.11.0)

Updates `sha2` from 0.10.9 to 0.11.0
- [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0)

---
updated-dependencies:
- dependency-name: hmac
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rustcrypto
- dependency-name: sha1
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rustcrypto
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rustcrypto
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 2, 2026
@Le-Syl21

Le-Syl21 commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Blocked upstream, not by us: rsa 0.9.10 (latest stable) requires sha2 ^0.10.6 and digest ^0.10.5, and only the unreleased rsa 0.10.0-rc line moves to digest 0.11. With sha2 0.11 the graph holds two digest generations and sha2::Sha256 no longer satisfies rsa::sha2::Digest, so signing does not compile; hmac 0.13 also removes Mac::new_from_slice, which otp.rs uses. Reproduced locally. sha1/sha2/hmac are now held at the 0.10 generation in dependabot.yml — to be lifted when rsa 0.10 ships stable.

@Le-Syl21 Le-Syl21 closed this Sep 3, 2026
@Le-Syl21
Le-Syl21 deleted the dependabot/cargo/rustcrypto-492d2505d1 branch September 3, 2026 08:22
@dependabot @github

dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant