Skip to content

build(deps): bump the crypto group with 3 updates#511

Merged
telecos merged 3 commits into
mainfrom
dependabot/cargo/crypto-0acebeb333
Jun 30, 2026
Merged

build(deps): bump the crypto group with 3 updates#511
telecos merged 3 commits into
mainfrom
dependabot/cargo/crypto-0acebeb333

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the crypto group with 3 updates: aes-gcm, sha1 and sha2.

Updates aes-gcm from 0.10.3 to 0.11.0

Commits

Updates sha1 from 0.10.6 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 crypto group with 3 updates: [aes-gcm](https://github.com/RustCrypto/AEADs), [sha1](https://github.com/RustCrypto/hashes) and [sha2](https://github.com/RustCrypto/hashes).


Updates `aes-gcm` from 0.10.3 to 0.11.0
- [Commits](RustCrypto/AEADs@aes-gcm-v0.10.3...aes-gcm-v0.11.0)

Updates `sha1` from 0.10.6 to 0.11.0
- [Commits](RustCrypto/hashes@sha1-v0.10.6...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: aes-gcm
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crypto
- dependency-name: sha1
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crypto
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crypto
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@telecos

telecos commented Jun 30, 2026

Copy link
Copy Markdown
Owner

@copilot fix failing CI in this PR

Copilot AI commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

@copilot fix failing CI in this PR

Fixed. Commit ec050e4 aligns sha1/sha2 with rsa digest compatibility and updates lockfiles, which resolves the CI failures in CI and Conformance Tests.

Copilot AI requested a review from telecos June 30, 2026 10:15
@telecos

telecos commented Jun 30, 2026

Copy link
Copy Markdown
Owner

@copilot fix failing CI

Copilot AI commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

@copilot fix failing CI

Fixed in commit 4fa1404. I replaced the deprecated Nonce::from_slice usage in src/decryption.rs with a non-deprecated TryFrom path and updated the decrypt call accordingly, which resolves the CI failure in the slicer crypto build (-D warnings).

@telecos telecos merged commit a483015 into main Jun 30, 2026
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants