Migrate to latest revision of age-core and age-plugin
This commit is contained in:
+6
-2
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user