Skip to content

Bump age from 0.11.3 to 0.12.0#125

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/cargo/age-0.12.0
Jul 20, 2026
Merged

Bump age from 0.11.3 to 0.12.0#125
github-actions[bot] merged 1 commit into
mainfrom
dependabot/cargo/age-0.12.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps age from 0.11.3 to 0.12.0.

Release notes

Sourced from age's releases.

rage v0.12.0

rage

Added

  • Support for the new native age recipient types:
    • age1tag1..
    • age1tagpq1..

Changed

  • MSRV is now 1.74.0.

age

Added

  • Support for new native age recipient types:
    • age::tag::Recipient (encryption-only)
    • age::tagpq::Recipient (encryption-only)
  • age::encrypted::EncryptedIdentity
  • age::plugin::ResolveError

Changed

  • MSRV is now 1.74.0.
  • Migrated to base64 0.22, i18n-embed 0.16.
  • age::IdentityFile::into_identities now returns Result<Vec<Box<dyn crate::Identity + Send + Sync>>, DecryptError> instead of Result<Vec<Box<dyn crate::Identity>>, DecryptError>. This re-enables cross-thread uses of IdentityFile, which were unintentionally disabled in 0.11.0.
  • age::plugin:
    • The following methods now returns Result<Self, ResolveError>:
      • Identity::default_for_plugin
      • RecipientPluginV1::new
      • IdentityPluginV1::new
  • All existing error enums nameable in the public API are now non-exhaustive:
    • age::{EncryptError, DecryptError}
    • age::IdentityFileConvertError
    • age::armor::ArmoredReadError
    • age::cli_common::ReadError
    • age::ssh::ParseRecipientKeyError
  • Removed the following error enum variants:
    • age::DecryptError::MissingPlugin
    • age::EncryptError::MissingPlugin
    • age::cli_common::ReadError::MissingPlugin

age-plugin 0.7.0

Changed

  • MSRV is now 1.74.0.
  • Migrated to age-core 0.12.

age-core

Added

  • age_core::primitives:
    • bech32_encode
    • bech32_encode_to_fmt
    • bech32_decode
    • hpke_seal

... (truncated)

Commits
  • f6383f3 v0.12.0
  • 6417286 Merge pull request #629 from str4d/rage-0.11.3
  • a7593e4 Merge branch 'main' into rage-0.11.3
  • 61b1f49 v0.11.3
  • 1c2e1cb Merge pull request #628 from str4d/age-0.11.4
  • 2f5c9cd age 0.11.4
  • 3f46d29 age: Return error if LimitedReader is given an oversized file
  • e29569f Merge pull request #627 from str4d/update-deps-yet-again
  • 7b5b0c6 Update dependencies yet again
  • 46acef3 Merge pull request #620 from holtrop/fix-italian-language-unit-tests
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [age](https://github.com/str4d/rage) from 0.11.3 to 0.12.0.
- [Release notes](https://github.com/str4d/rage/releases)
- [Commits](str4d/rage@age-0.11.3...v0.12.0)

---
updated-dependencies:
- dependency-name: age
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 20, 2026
@github-actions
github-actions Bot merged commit 74b71a5 into main Jul 20, 2026
21 checks passed
@github-actions
github-actions Bot deleted the dependabot/cargo/age-0.12.0 branch July 20, 2026 03:48
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