File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ version = "0.13.1"
24
24
source = "registry+https://github.com/rust-lang/crates.io-index"
25
25
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
26
26
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
+
27
33
[[package]]
28
34
name = "bech32"
29
35
version = "0.11.0"
@@ -37,6 +43,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
37
43
checksum = "4bf33434c870e98ecc8608588ccc990c5daba9ba9ad39733dc85fba22c211504"
38
44
dependencies = [
39
45
"base58ck",
46
+ "base64 0.21.7",
40
47
"bech32",
41
48
"bitcoin-internals",
42
49
"bitcoin-io",
@@ -143,7 +150,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
143
150
name = "jsonrpc"
144
151
version = "0.18.0"
145
152
dependencies = [
146
- "base64",
153
+ "base64 0.13.1 ",
147
154
"minreq",
148
155
"serde",
149
156
"serde_json",
@@ -297,7 +304,3 @@ name = "winapi-x86_64-pc-windows-gnu"
297
304
version = "0.4.0"
298
305
source = "registry+https://github.com/rust-lang/crates.io-index"
299
306
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
300
-
301
- [[patch.unused]]
302
- name = "corepc-node"
303
- version = "0.4.0"
Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ version = "0.13.1"
24
24
source = "registry+https://github.com/rust-lang/crates.io-index"
25
25
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
26
26
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
+
27
33
[[package]]
28
34
name = "bech32"
29
35
version = "0.11.0"
@@ -37,6 +43,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
37
43
checksum = "4bf33434c870e98ecc8608588ccc990c5daba9ba9ad39733dc85fba22c211504"
38
44
dependencies = [
39
45
"base58ck",
46
+ "base64 0.21.7",
40
47
"bech32",
41
48
"bitcoin-internals",
42
49
"bitcoin-io",
@@ -143,7 +150,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
143
150
name = "jsonrpc"
144
151
version = "0.18.0"
145
152
dependencies = [
146
- "base64",
153
+ "base64 0.13.1 ",
147
154
"minreq",
148
155
"serde",
149
156
"serde_json",
@@ -297,7 +304,3 @@ name = "winapi-x86_64-pc-windows-gnu"
297
304
version = "0.4.0"
298
305
source = "registry+https://github.com/rust-lang/crates.io-index"
299
306
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
300
-
301
- [[patch.unused]]
302
- name = "corepc-node"
303
- version = "0.4.0"
You can’t perform that action at this time.
0 commit comments