Merge pull request #71 from zcash/update-lockfile

Update lockfile after rename
This commit is contained in:
Kris Nuttycombe 2024-12-19 11:23:46 -07:00 committed by GitHub
commit a5535e129b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 54 additions and 54 deletions

108
Cargo.lock generated
View File

@ -7408,6 +7408,60 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
[[package]]
name = "zcash-devtool"
version = "0.1.0"
dependencies = [
"age",
"anyhow",
"bip0039",
"bip32",
"chrono",
"crossterm",
"futures-util",
"gumdrop",
"hex",
"image",
"iso_currency",
"jubjub",
"minicbor",
"nokhwa",
"orchard",
"pczt",
"prost",
"qrcode",
"ratatui",
"rayon",
"roaring",
"rqrr",
"rusqlite",
"rust_decimal",
"sapling-crypto",
"schemerz",
"secrecy 0.8.0",
"serde",
"time",
"tokio",
"tokio-util",
"toml 0.8.19",
"tonic",
"tracing",
"tracing-subscriber",
"tui-logger",
"ur",
"uuid",
"zcash_address",
"zcash_client_backend",
"zcash_client_sqlite",
"zcash_keys",
"zcash_primitives",
"zcash_proofs",
"zcash_protocol",
"zcash_transparent",
"zip32",
"zip321",
]
[[package]]
name = "zcash_address"
version = "0.6.2"
@ -7681,60 +7735,6 @@ dependencies = [
"zip32",
]
[[package]]
name = "zec-sqlite-cli"
version = "0.1.0"
dependencies = [
"age",
"anyhow",
"bip0039",
"bip32",
"chrono",
"crossterm",
"futures-util",
"gumdrop",
"hex",
"image",
"iso_currency",
"jubjub",
"minicbor",
"nokhwa",
"orchard",
"pczt",
"prost",
"qrcode",
"ratatui",
"rayon",
"roaring",
"rqrr",
"rusqlite",
"rust_decimal",
"sapling-crypto",
"schemerz",
"secrecy 0.8.0",
"serde",
"time",
"tokio",
"tokio-util",
"toml 0.8.19",
"tonic",
"tracing",
"tracing-subscriber",
"tui-logger",
"ur",
"uuid",
"zcash_address",
"zcash_client_backend",
"zcash_client_sqlite",
"zcash_keys",
"zcash_primitives",
"zcash_proofs",
"zcash_protocol",
"zcash_transparent",
"zip32",
"zip321",
]
[[package]]
name = "zerocopy"
version = "0.7.35"