1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2024-12-14 11:57:30 +00:00

attic: Update nix-base32 crate

This commit is contained in:
Zhaofeng Li 2024-08-24 18:56:18 -04:00
parent b4eb905953
commit b92e5ba4b5
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View file

@ -2778,8 +2778,9 @@ dependencies = [
[[package]]
name = "nix-base32"
version = "0.1.2-alpha.0"
source = "git+https://github.com/zhaofengli/nix-base32.git?rev=b850c6e9273d1c39bd93abb704a53345f5be92eb#b850c6e9273d1c39bd93abb704a53345f5be92eb"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2628953ed836273ee4262e3708a8ef63ca38bd8a922070626eef7f9e5d8d536"
[[package]]
name = "nom"

View file

@ -16,7 +16,7 @@ futures = "0.3.28"
hex = "0.4.3"
lazy_static = "1.4.0"
log = "0.4.18"
nix-base32 = { git = "https://github.com/zhaofengli/nix-base32.git", rev = "b850c6e9273d1c39bd93abb704a53345f5be92eb" }
nix-base32 = "0.2.0"
regex = "1.8.3"
serde = { version = "1.0.163", features = ["derive"] }
serde_yaml = "0.9.21"