Skip to content

build(deps): bump the rustcrypto group across 1 directory with 8 updates - #48

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rustcrypto-7398b6ddff
Open

build(deps): bump the rustcrypto group across 1 directory with 8 updates#48
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rustcrypto-7398b6ddff

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the rustcrypto group with 8 updates in the / directory:

Package From To
sha2 0.10.9 0.11.0
chacha20poly1305 0.10.1 0.11.0
pbkdf2 0.12.2 0.13.0
aes 0.8.4 0.9.2
cbc 0.1.2 0.2.1
sha1 0.10.6 0.11.0
cmac 0.7.2 0.8.0
hmac 0.12.1 0.13.0

Updates sha2 from 0.10.9 to 0.11.0

Commits

Updates chacha20poly1305 from 0.10.1 to 0.11.0

Commits

Updates pbkdf2 from 0.12.2 to 0.13.0

Commits

Updates aes from 0.8.4 to 0.9.2

Commits

Updates cbc from 0.1.2 to 0.2.1

Commits

Updates sha1 from 0.10.6 to 0.11.0

Commits

Updates cmac from 0.7.2 to 0.8.0

Commits

Updates hmac from 0.12.1 to 0.13.0

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 14, 2026
@dependabot dependabot Bot changed the title build(deps): bump the rustcrypto group with 8 updates build(deps): bump the rustcrypto group across 1 directory with 8 updates Jul 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/rustcrypto-7398b6ddff branch 2 times, most recently from 4f64afb to 523cc23 Compare July 19, 2026 13:32
@dependabot
dependabot Bot force-pushed the dependabot/cargo/rustcrypto-7398b6ddff branch from 523cc23 to 1e2b7c1 Compare July 28, 2026 07:45
Bumps the rustcrypto group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` |
| [chacha20poly1305](https://github.com/RustCrypto/AEADs) | `0.10.1` | `0.11.0` |
| [pbkdf2](https://github.com/RustCrypto/password-hashes) | `0.12.2` | `0.13.0` |
| [aes](https://github.com/RustCrypto/block-ciphers) | `0.8.4` | `0.9.2` |
| [cbc](https://github.com/RustCrypto/block-modes) | `0.1.2` | `0.2.1` |
| [sha1](https://github.com/RustCrypto/hashes) | `0.10.6` | `0.11.0` |
| [cmac](https://github.com/RustCrypto/MACs) | `0.7.2` | `0.8.0` |
| [hmac](https://github.com/RustCrypto/MACs) | `0.12.1` | `0.13.0` |



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

Updates `chacha20poly1305` from 0.10.1 to 0.11.0
- [Commits](RustCrypto/AEADs@chacha20poly1305-v0.10.1...chacha20poly1305-v0.11.0)

Updates `pbkdf2` from 0.12.2 to 0.13.0
- [Commits](RustCrypto/password-hashes@pbkdf2-v0.12.2...pbkdf2-v0.13.0)

Updates `aes` from 0.8.4 to 0.9.2
- [Commits](RustCrypto/block-ciphers@aes-v0.8.4...aes-v0.9.2)

Updates `cbc` from 0.1.2 to 0.2.1
- [Commits](RustCrypto/block-modes@cbc-v0.1.2...cbc-v0.2.1)

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

Updates `cmac` from 0.7.2 to 0.8.0
- [Commits](RustCrypto/MACs@cmac-v0.7.2...cmac-v0.8.0)

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

---
updated-dependencies:
- dependency-name: aes
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rustcrypto
- dependency-name: cbc
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rustcrypto
- dependency-name: chacha20poly1305
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rustcrypto
- dependency-name: cmac
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rustcrypto
- dependency-name: hmac
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rustcrypto
- dependency-name: pbkdf2
  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 force-pushed the dependabot/cargo/rustcrypto-7398b6ddff branch from 1e2b7c1 to 4060439 Compare August 1, 2026 10:58
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.

0 participants