Skip to content

Commit 78a8026

Browse files
committed
Update lock files
1 parent f5e3a17 commit 78a8026

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

Cargo-minimal.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ version = "0.13.1"
2424
source = "registry+https://github.com/rust-lang/crates.io-index"
2525
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2626

27+
[[package]]
28+
name = "base64"
29+
version = "0.21.7"
30+
source = "registry+https://github.com/rust-lang/crates.io-index"
31+
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
32+
2733
[[package]]
2834
name = "bech32"
2935
version = "0.11.0"
@@ -37,6 +43,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3743
checksum = "4bf33434c870e98ecc8608588ccc990c5daba9ba9ad39733dc85fba22c211504"
3844
dependencies = [
3945
"base58ck",
46+
"base64 0.21.7",
4047
"bech32",
4148
"bitcoin-internals",
4249
"bitcoin-io",
@@ -143,7 +150,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
143150
name = "jsonrpc"
144151
version = "0.18.0"
145152
dependencies = [
146-
"base64",
153+
"base64 0.13.1",
147154
"minreq",
148155
"serde",
149156
"serde_json",
@@ -297,7 +304,3 @@ name = "winapi-x86_64-pc-windows-gnu"
297304
version = "0.4.0"
298305
source = "registry+https://github.com/rust-lang/crates.io-index"
299306
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
300-
301-
[[patch.unused]]
302-
name = "corepc-node"
303-
version = "0.4.0"

Cargo-recent.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ version = "0.13.1"
2424
source = "registry+https://github.com/rust-lang/crates.io-index"
2525
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2626

27+
[[package]]
28+
name = "base64"
29+
version = "0.21.7"
30+
source = "registry+https://github.com/rust-lang/crates.io-index"
31+
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
32+
2733
[[package]]
2834
name = "bech32"
2935
version = "0.11.0"
@@ -37,6 +43,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3743
checksum = "4bf33434c870e98ecc8608588ccc990c5daba9ba9ad39733dc85fba22c211504"
3844
dependencies = [
3945
"base58ck",
46+
"base64 0.21.7",
4047
"bech32",
4148
"bitcoin-internals",
4249
"bitcoin-io",
@@ -143,7 +150,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
143150
name = "jsonrpc"
144151
version = "0.18.0"
145152
dependencies = [
146-
"base64",
153+
"base64 0.13.1",
147154
"minreq",
148155
"serde",
149156
"serde_json",
@@ -297,7 +304,3 @@ name = "winapi-x86_64-pc-windows-gnu"
297304
version = "0.4.0"
298305
source = "registry+https://github.com/rust-lang/crates.io-index"
299306
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
300-
301-
[[patch.unused]]
302-
name = "corepc-node"
303-
version = "0.4.0"

0 commit comments

Comments
 (0)