From 63ac5b40aa02d52f51670e3c79a7d4bd3872b309 Mon Sep 17 00:00:00 2001 From: Matias Korhonen Date: Wed, 25 Dec 2024 13:12:17 +0200 Subject: [PATCH 1/2] Upgrade age to 0.11.1 --- CHANGELOG.md | 2 ++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d5d9f..67b80aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +- Update the age crate to v0.11.0 + ### Changed - Update the age crate to v0.11.0 diff --git a/Cargo.lock b/Cargo.lock index fba1baa..669cddc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,9 +20,9 @@ dependencies = [ [[package]] name = "age" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2020562e68d7a02c2743707b262c62484b340a296924a5e4146d5a0a96ca8103" +checksum = "57fc171f4874fa10887e47088f81a55fcf030cd421aa31ec2b370cafebcc608a" dependencies = [ "age-core", "base64", diff --git a/Cargo.toml b/Cargo.toml index ce3166a..8e0b01f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ pre-release-replacements = [ ] [dependencies] -age = { version = "0.11.0", features = ["armor"] } +age = { version = "0.11.1", features = ["armor"] } clap = { version = "4.5", features = ["derive"] } clap-verbosity-flag = "3.0" exitcode = "1.1.2" From 2d1b9a9496a0200a9dc15431e953291810ccc8e8 Mon Sep 17 00:00:00 2001 From: Matias Korhonen Date: Wed, 25 Dec 2024 13:14:44 +0200 Subject: [PATCH 2/2] Fix the changelog --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67b80aa..2f448e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate -- Update the age crate to v0.11.0 - ### Changed -- Update the age crate to v0.11.0 +- Update the age crate to v0.11.1 - Generated PDFs now have a white background layer ## [1.3.3] - 2024-08-14