Merge pull request #71 from zcash/update-lockfile
Update lockfile after rename
This commit is contained in:
commit
a5535e129b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue