diff --git a/Cargo.lock b/Cargo.lock index 9dda3cb..2dbc847 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,9 +222,9 @@ dependencies = [ [[package]] name = "bech32" -version = "0.8.1" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b" +checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" [[package]] name = "bitflags" diff --git a/age-plugin/Cargo.toml b/age-plugin/Cargo.toml index 7df8010..a683b76 100644 --- a/age-plugin/Cargo.toml +++ b/age-plugin/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.56" [dependencies] age-core = { version = "0.8.0", path = "../age-core", features = ["plugin"] } base64 = "0.13" -bech32 = "0.8" +bech32 = "0.9" chrono = "0.4" [dev-dependencies] diff --git a/age/Cargo.toml b/age/Cargo.toml index 29d03c9..5ce85eb 100644 --- a/age/Cargo.toml +++ b/age/Cargo.toml @@ -41,7 +41,7 @@ rand = "0.8" rand_7 = { package = "rand", version = "0.7" } # - Key encoding -bech32 = "0.8" +bech32 = "0.9" # OpenSSH-specific dependencies: # - RSAES-OAEP from RFC 8017 with SHA-256 and MGF1