|
|
|
@ -312,7 +312,7 @@ name = "btc_spv_bin"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"reqwest 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1385,7 +1385,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hex"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -3499,7 +3499,7 @@ dependencies = [
|
|
|
|
|
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"crossbeam-channel 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ed25519-dalek 1.0.0-pre.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -3525,7 +3525,7 @@ dependencies = [
|
|
|
|
|
name = "solana-archiver-utils"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"solana-chacha 1.1.0",
|
|
|
|
@ -3639,7 +3639,7 @@ name = "solana-btc-spv-program"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -4193,7 +4193,7 @@ name = "solana-merkle-tree"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"fast-math 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"solana-sdk 1.1.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -4402,7 +4402,7 @@ dependencies = [
|
|
|
|
|
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ed25519-dalek 1.0.0-pre.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -6225,7 +6225,7 @@ dependencies = [
|
|
|
|
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
|
|
|
|
"checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120"
|
|
|
|
|
"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
|
|
|
|
"checksum hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76cdda6bf525062a0c9e8f14ee2b37935c86b8efb6c8b69b3c83dfb518a914af"
|
|
|
|
|
"checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
|
|
|
|
|
"checksum hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "961de220ec9a91af2e1e5bd80d02109155695e516771762381ef8581317066e0"
|
|
|
|
|
"checksum hex-literal-impl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06095d08c7c05760f11a071b3e1d4c5b723761c01bd8d7201c30a9536668a612"
|
|
|
|
|
"checksum hex_fmt 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"
|
|
|
|
|