Skip to content

chore(deps): update rust crate age to v0.12.1 - #9

Merged
chikof merged 1 commit into
mainfrom
renovate/age-0.x
Aug 8, 2026
Merged

chore(deps): update rust crate age to v0.12.1#9
chikof merged 1 commit into
mainfrom
renovate/age-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
age workspace.dependencies minor =0.11.2=0.12.1

Release Notes

str4d/rage (age)

v0.12.1: rage v0.12.1

Compare Source

rage

Fixed
  • Armored files that contain an empty final line are now correctly rejected.

age

Fixed
  • age::armor::ArmoredReader:
    • It now correctly implements the intended strict parsing profile (initially implemented in 0.9.0) by rejecting an empty final line.
    • The async API now correctly rejects some classes of truncated files that previously would cause it to hang.

v0.12.0: rage v0.12.0

Compare Source

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
    • hpke_open
Changed
  • MSRV is now 1.74.0.

New Contributors

Full Changelog: str4d/rage@v0.11.3...v0.12.0

v0.11.5

Compare Source

v0.11.4: rage v0.11.4

Compare Source

rage

Fixed
  • Armored files that contain an empty final line are now correctly rejected.

age 0.11.5

Fixed
  • age::armor::ArmoredReader:
    • It now correctly implements the intended strict parsing profile (initially implemented in 0.9.0) by rejecting an empty final line.
    • The async API now correctly rejects some classes of truncated files that previously would cause it to hang.

v0.11.3: rage v0.11.3

Compare Source

Fixed
  • Parsing of recipient and identity files now returns an error if the input is larger than the limit, instead of silently truncating.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/age-0.x branch 2 times, most recently from 669cd84 to 828c7d0 Compare August 8, 2026 00:12
@renovate
renovate Bot requested a review from chikof as a code owner August 8, 2026 00:12
@renovate
renovate Bot force-pushed the renovate/age-0.x branch from 828c7d0 to 9dca508 Compare August 8, 2026 02:32
@renovate
renovate Bot force-pushed the renovate/age-0.x branch from 9dca508 to ad12769 Compare August 8, 2026 02:38
@chikof
chikof merged commit f9493e7 into main Aug 8, 2026
4 of 5 checks passed
@chikof
chikof deleted the renovate/age-0.x branch August 8, 2026 02:40
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.

1 participant