Migrate to latest revision of age-core and age-plugin

This commit is contained in:
Jack Grigg
2026-04-07 05:50:59 +01:00
parent 631f4426e1
commit 2a4d129548
5 changed files with 43 additions and 38 deletions
+6 -2
View File
@@ -24,8 +24,8 @@ assets = [
[dependencies]
age-core = "0.11"
age-plugin = "0.6"
base64 = "0.21"
bech32 = "0.9"
base64 = "0.22"
bech32 = "0.11"
console = { version = "0.15", default-features = false }
dialoguer = { version = "0.11", default-features = false, features = ["password"] }
env_logger = "0.10"
@@ -56,3 +56,7 @@ man = "0.3"
tempfile = "3"
test-with = "0.11"
which = "5"
[patch.crates-io]
age-core = { git = "https://github.com/str4d/rage.git", rev = "5e530a3a6aad9e189e26903bc8114e2da526b4b5" }
age-plugin = { git = "https://github.com/str4d/rage.git", rev = "5e530a3a6aad9e189e26903bc8114e2da526b4b5" }