Skip to content

Commit

Permalink
Update lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharding committed Nov 25, 2024
1 parent 4c22adb commit 7e2dc9c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
13 changes: 8 additions & 5 deletions Cargo-minimal.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"

[[package]]
name = "base64"
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"

[[package]]
name = "bech32"
version = "0.11.0"
Expand All @@ -37,6 +43,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bf33434c870e98ecc8608588ccc990c5daba9ba9ad39733dc85fba22c211504"
dependencies = [
"base58ck",
"base64 0.21.7",
"bech32",
"bitcoin-internals",
"bitcoin-io",
Expand Down Expand Up @@ -143,7 +150,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
name = "jsonrpc"
version = "0.18.0"
dependencies = [
"base64",
"base64 0.13.1",
"minreq",
"serde",
"serde_json",
Expand Down Expand Up @@ -297,7 +304,3 @@ name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"

[[patch.unused]]
name = "corepc-node"
version = "0.4.0"
13 changes: 8 additions & 5 deletions Cargo-recent.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"

[[package]]
name = "base64"
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"

[[package]]
name = "bech32"
version = "0.11.0"
Expand All @@ -37,6 +43,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bf33434c870e98ecc8608588ccc990c5daba9ba9ad39733dc85fba22c211504"
dependencies = [
"base58ck",
"base64 0.21.7",
"bech32",
"bitcoin-internals",
"bitcoin-io",
Expand Down Expand Up @@ -143,7 +150,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
name = "jsonrpc"
version = "0.18.0"
dependencies = [
"base64",
"base64 0.13.1",
"minreq",
"serde",
"serde_json",
Expand Down Expand Up @@ -297,7 +304,3 @@ name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"

[[patch.unused]]
name = "corepc-node"
version = "0.4.0"

0 comments on commit 7e2dc9c

Please sign in to comment.