Skip to content

build(deps): bump aes-gcm from 0.10.3 to 0.11.1 - #114

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/aes-gcm-0.11.1
Open

build(deps): bump aes-gcm from 0.10.3 to 0.11.1#114
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/aes-gcm-0.11.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps aes-gcm from 0.10.3 to 0.11.1.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 31, 2026

@praxis-bot praxis-bot left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Review

[Critical] This is a 0.x major version bump (0.10 -> 0.11) with breaking API changes. CI fails with three compilation errors in swim/src/crypto.rs:

  1. Aes256Gcm::generate_nonce(OsRng) no longer exists in aes-gcm 0.11. Nonce generation uses a different API path.
  2. Nonce::from_slice and Key::<Aes256Gcm>::from_slice are deprecated in 0.11; callers must use TryFrom conversions instead.
  3. The AeadCore trait import is unused in 0.11 (functionality merged into other traits).

This bump requires updating swim/src/crypto.rs to the aes-gcm 0.11 API before the workspace can build. Close this dependabot PR and open a manual one that pairs the dependency bump with the required code migration.

Bumps [aes-gcm](https://github.com/RustCrypto/AEADs) from 0.10.3 to 0.11.1.
- [Commits](RustCrypto/AEADs@aes-gcm-v0.10.3...aes-gcm-v0.11.1)

---
updated-dependencies:
- dependency-name: aes-gcm
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/aes-gcm-0.11.1 branch from 719fb0a to 30b61a3 Compare September 4, 2026 02:57
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