Migrate to age-plugin 0.6

This commit is contained in:
Jack Grigg
2025-12-08 00:10:49 +00:00
parent 36290c74eb
commit 68e634c04e
3 changed files with 30 additions and 21 deletions
+2 -6
View File
@@ -22,8 +22,8 @@ assets = [
]
[dependencies]
age-core = "0.10"
age-plugin = "0.5"
age-core = "0.11"
age-plugin = "0.6"
base64 = "0.21"
bech32 = "0.9"
console = { version = "0.15", default-features = false }
@@ -56,7 +56,3 @@ man = "0.3"
tempfile = "3"
test-with = "0.11"
which = "5"
[patch.crates-io]
age-core = { git = "https://github.com/str4d/rage.git", rev = "baf277a749c839e49f93bffb58d36734ac94be83" }
age-plugin = { git = "https://github.com/str4d/rage.git", rev = "baf277a749c839e49f93bffb58d36734ac94be83" }