mirror of
https://github.com/str4d/rage.git
synced 2025-04-05 11:57:41 +03:00
bech32 0.9
This commit is contained in:
parent
7299b6a76c
commit
a28cd5b438
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -222,9 +222,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bech32"
|
name = "bech32"
|
||||||
version = "0.8.1"
|
version = "0.9.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b"
|
checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bitflags"
|
name = "bitflags"
|
||||||
|
|
|
@ -12,7 +12,7 @@ rust-version = "1.56"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
age-core = { version = "0.8.0", path = "../age-core", features = ["plugin"] }
|
age-core = { version = "0.8.0", path = "../age-core", features = ["plugin"] }
|
||||||
base64 = "0.13"
|
base64 = "0.13"
|
||||||
bech32 = "0.8"
|
bech32 = "0.9"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
@ -41,7 +41,7 @@ rand = "0.8"
|
||||||
rand_7 = { package = "rand", version = "0.7" }
|
rand_7 = { package = "rand", version = "0.7" }
|
||||||
|
|
||||||
# - Key encoding
|
# - Key encoding
|
||||||
bech32 = "0.8"
|
bech32 = "0.9"
|
||||||
|
|
||||||
# OpenSSH-specific dependencies:
|
# OpenSSH-specific dependencies:
|
||||||
# - RSAES-OAEP from RFC 8017 with SHA-256 and MGF1
|
# - RSAES-OAEP from RFC 8017 with SHA-256 and MGF1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue