@@ -25,9 +25,9 @@ dependencies = [
25
25
26
26
[[package]]
27
27
name = "bitcoin-io"
28
- version = "0.1.2 "
28
+ version = "0.1.3 "
29
29
source = "registry+https://github.com/rust-lang/crates.io-index"
30
- checksum = "340e09e8399c7bd8912f495af6aa58bea0c9214773417ffaa8f6460f93aaee56 "
30
+ checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf "
31
31
32
32
[[package]]
33
33
name = "bitcoin_hashes"
@@ -39,6 +39,12 @@ dependencies = [
39
39
"hex-conservative",
40
40
]
41
41
42
+ [[package]]
43
+ name = "bitflags"
44
+ version = "2.9.0"
45
+ source = "registry+https://github.com/rust-lang/crates.io-index"
46
+ checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
47
+
42
48
[[package]]
43
49
name = "bumpalo"
44
50
version = "3.2.1"
@@ -47,9 +53,9 @@ checksum = "12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187"
47
53
48
54
[[package]]
49
55
name = "byteorder"
50
- version = "1.0 .0"
56
+ version = "1.5 .0"
51
57
source = "registry+https://github.com/rust-lang/crates.io-index"
52
- checksum = "c40977b0ee6b9885c9013cd41d9feffdd22deb3bb4dc3a71d901cc7a77de18c8 "
58
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b "
53
59
54
60
[[package]]
55
61
name = "cc"
@@ -100,10 +106,22 @@ dependencies = [
100
106
"cfg-if 0.1.2",
101
107
"libc",
102
108
"stdweb",
103
- "wasi",
109
+ "wasi 0.9.0+wasi-snapshot-preview1 ",
104
110
"wasm-bindgen",
105
111
]
106
112
113
+ [[package]]
114
+ name = "getrandom"
115
+ version = "0.3.1"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
118
+ dependencies = [
119
+ "cfg-if 1.0.0",
120
+ "libc",
121
+ "wasi 0.13.3+wasi-0.2.2",
122
+ "windows-targets",
123
+ ]
124
+
107
125
[[package]]
108
126
name = "half"
109
127
version = "1.2.0"
@@ -148,9 +166,9 @@ checksum = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
148
166
149
167
[[package]]
150
168
name = "libc"
151
- version = "0.2.64 "
169
+ version = "0.2.170 "
152
170
source = "registry+https://github.com/rust-lang/crates.io-index"
153
- checksum = "74dfca3d9957906e8d1e6a0b641dc9a59848e793f1da2165889fd4f62d10d79c "
171
+ checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828 "
154
172
155
173
[[package]]
156
174
name = "log"
@@ -169,9 +187,12 @@ checksum = "51eab148f171aefad295f8cece636fc488b9b392ef544da31ea4b8ef6b9e9c39"
169
187
170
188
[[package]]
171
189
name = "ppv-lite86"
172
- version = "0.2.8 "
190
+ version = "0.2.20 "
173
191
source = "registry+https://github.com/rust-lang/crates.io-index"
174
- checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
192
+ checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
193
+ dependencies = [
194
+ "zerocopy 0.7.35",
195
+ ]
175
196
176
197
[[package]]
177
198
name = "proc-macro2"
@@ -184,11 +205,11 @@ dependencies = [
184
205
185
206
[[package]]
186
207
name = "proc-macro2"
187
- version = "1.0.13 "
208
+ version = "1.0.93 "
188
209
source = "registry+https://github.com/rust-lang/crates.io-index"
189
- checksum = "53f5ffe53a6b28e37c9c1ce74893477864d64f74778a93a4beb43c8fa167f639 "
210
+ checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99 "
190
211
dependencies = [
191
- "unicode-xid 0.2.0 ",
212
+ "unicode-ident ",
192
213
]
193
214
194
215
[[package]]
@@ -208,51 +229,41 @@ dependencies = [
208
229
209
230
[[package]]
210
231
name = "quote"
211
- version = "1.0.0 "
232
+ version = "1.0.38 "
212
233
source = "registry+https://github.com/rust-lang/crates.io-index"
213
- checksum = "7ab938ebe6f1c82426b5fb82eaf10c3e3028c53deaa3fbe38f5904b37cf4d767 "
234
+ checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc "
214
235
dependencies = [
215
- "proc-macro2 1.0.13 ",
236
+ "proc-macro2 1.0.93 ",
216
237
]
217
238
218
239
[[package]]
219
240
name = "rand"
220
- version = "0.8 .0"
241
+ version = "0.9 .0"
221
242
source = "registry+https://github.com/rust-lang/crates.io-index"
222
- checksum = "a76330fb486679b4ace3670f117bbc9e16204005c4bde9c4bd372f45bed34f12 "
243
+ checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94 "
223
244
dependencies = [
224
- "libc",
225
245
"rand_chacha",
226
246
"rand_core",
227
- "rand_hc ",
247
+ "zerocopy 0.8.21 ",
228
248
]
229
249
230
250
[[package]]
231
251
name = "rand_chacha"
232
- version = "0.3 .0"
252
+ version = "0.9 .0"
233
253
source = "registry+https://github.com/rust-lang/crates.io-index"
234
- checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d "
254
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb "
235
255
dependencies = [
236
256
"ppv-lite86",
237
257
"rand_core",
238
258
]
239
259
240
260
[[package]]
241
261
name = "rand_core"
242
- version = "0.6.2 "
262
+ version = "0.9.3 "
243
263
source = "registry+https://github.com/rust-lang/crates.io-index"
244
- checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 "
264
+ checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 "
245
265
dependencies = [
246
- "getrandom",
247
- ]
248
-
249
- [[package]]
250
- name = "rand_hc"
251
- version = "0.3.0"
252
- source = "registry+https://github.com/rust-lang/crates.io-index"
253
- checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
254
- dependencies = [
255
- "rand_core",
266
+ "getrandom 0.3.1",
256
267
]
257
268
258
269
[[package]]
@@ -276,7 +287,7 @@ version = "0.30.0"
276
287
dependencies = [
277
288
"bincode",
278
289
"bitcoin_hashes",
279
- "getrandom",
290
+ "getrandom 0.2.0 ",
280
291
"hex_lit",
281
292
"rand",
282
293
"rand_core",
@@ -452,11 +463,22 @@ version = "1.0.27"
452
463
source = "registry+https://github.com/rust-lang/crates.io-index"
453
464
checksum = "ef781e621ee763a2a40721a8861ec519cb76966aee03bb5d00adb6a31dc1c1de"
454
465
dependencies = [
455
- "proc-macro2 1.0.13 ",
456
- "quote 1.0.0 ",
466
+ "proc-macro2 1.0.93 ",
467
+ "quote 1.0.38 ",
457
468
"unicode-xid 0.2.0",
458
469
]
459
470
471
+ [[package]]
472
+ name = "syn"
473
+ version = "2.0.98"
474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
475
+ checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
476
+ dependencies = [
477
+ "proc-macro2 1.0.93",
478
+ "quote 1.0.38",
479
+ "unicode-ident",
480
+ ]
481
+
460
482
[[package]]
461
483
name = "synom"
462
484
version = "0.11.0"
@@ -466,6 +488,12 @@ dependencies = [
466
488
"unicode-xid 0.0.4",
467
489
]
468
490
491
+ [[package]]
492
+ name = "unicode-ident"
493
+ version = "1.0.17"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"
496
+
469
497
[[package]]
470
498
name = "unicode-xid"
471
499
version = "0.0.4"
@@ -490,6 +518,15 @@ version = "0.9.0+wasi-snapshot-preview1"
490
518
source = "registry+https://github.com/rust-lang/crates.io-index"
491
519
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
492
520
521
+ [[package]]
522
+ name = "wasi"
523
+ version = "0.13.3+wasi-0.2.2"
524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
525
+ checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
526
+ dependencies = [
527
+ "wit-bindgen-rt",
528
+ ]
529
+
493
530
[[package]]
494
531
name = "wasm-bindgen"
495
532
version = "0.2.69"
@@ -509,8 +546,8 @@ dependencies = [
509
546
"bumpalo",
510
547
"lazy_static",
511
548
"log",
512
- "proc-macro2 1.0.13 ",
513
- "quote 1.0.0 ",
549
+ "proc-macro2 1.0.93 ",
550
+ "quote 1.0.38 ",
514
551
"syn 1.0.27",
515
552
"wasm-bindgen-shared",
516
553
]
@@ -533,7 +570,7 @@ version = "0.2.69"
533
570
source = "registry+https://github.com/rust-lang/crates.io-index"
534
571
checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
535
572
dependencies = [
536
- "quote 1.0.0 ",
573
+ "quote 1.0.38 ",
537
574
"wasm-bindgen-macro-support",
538
575
]
539
576
@@ -543,8 +580,8 @@ version = "0.2.69"
543
580
source = "registry+https://github.com/rust-lang/crates.io-index"
544
581
checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
545
582
dependencies = [
546
- "proc-macro2 1.0.13 ",
547
- "quote 1.0.0 ",
583
+ "proc-macro2 1.0.93 ",
584
+ "quote 1.0.38 ",
548
585
"syn 1.0.27",
549
586
"wasm-bindgen-backend",
550
587
"wasm-bindgen-shared",
@@ -576,8 +613,8 @@ version = "0.3.1"
576
613
source = "registry+https://github.com/rust-lang/crates.io-index"
577
614
checksum = "5f093012630c0c14be061ac7a8d99f82a94e2b1cfd74619fa71090705d2c91be"
578
615
dependencies = [
579
- "proc-macro2 1.0.13 ",
580
- "quote 1.0.0 ",
616
+ "proc-macro2 1.0.93 ",
617
+ "quote 1.0.38 ",
581
618
]
582
619
583
620
[[package]]
@@ -589,3 +626,117 @@ dependencies = [
589
626
"js-sys",
590
627
"wasm-bindgen",
591
628
]
629
+
630
+ [[package]]
631
+ name = "windows-targets"
632
+ version = "0.52.6"
633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
634
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
635
+ dependencies = [
636
+ "windows_aarch64_gnullvm",
637
+ "windows_aarch64_msvc",
638
+ "windows_i686_gnu",
639
+ "windows_i686_gnullvm",
640
+ "windows_i686_msvc",
641
+ "windows_x86_64_gnu",
642
+ "windows_x86_64_gnullvm",
643
+ "windows_x86_64_msvc",
644
+ ]
645
+
646
+ [[package]]
647
+ name = "windows_aarch64_gnullvm"
648
+ version = "0.52.6"
649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
650
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
651
+
652
+ [[package]]
653
+ name = "windows_aarch64_msvc"
654
+ version = "0.52.6"
655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
656
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
657
+
658
+ [[package]]
659
+ name = "windows_i686_gnu"
660
+ version = "0.52.6"
661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
662
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
663
+
664
+ [[package]]
665
+ name = "windows_i686_gnullvm"
666
+ version = "0.52.6"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
669
+
670
+ [[package]]
671
+ name = "windows_i686_msvc"
672
+ version = "0.52.6"
673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
674
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
675
+
676
+ [[package]]
677
+ name = "windows_x86_64_gnu"
678
+ version = "0.52.6"
679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
680
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
681
+
682
+ [[package]]
683
+ name = "windows_x86_64_gnullvm"
684
+ version = "0.52.6"
685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
686
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
687
+
688
+ [[package]]
689
+ name = "windows_x86_64_msvc"
690
+ version = "0.52.6"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
693
+
694
+ [[package]]
695
+ name = "wit-bindgen-rt"
696
+ version = "0.33.0"
697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
698
+ checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
699
+ dependencies = [
700
+ "bitflags",
701
+ ]
702
+
703
+ [[package]]
704
+ name = "zerocopy"
705
+ version = "0.7.35"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
708
+ dependencies = [
709
+ "byteorder",
710
+ "zerocopy-derive 0.7.35",
711
+ ]
712
+
713
+ [[package]]
714
+ name = "zerocopy"
715
+ version = "0.8.21"
716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
717
+ checksum = "dcf01143b2dd5d134f11f545cf9f1431b13b749695cb33bcce051e7568f99478"
718
+ dependencies = [
719
+ "zerocopy-derive 0.8.21",
720
+ ]
721
+
722
+ [[package]]
723
+ name = "zerocopy-derive"
724
+ version = "0.7.35"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
727
+ dependencies = [
728
+ "proc-macro2 1.0.93",
729
+ "quote 1.0.38",
730
+ "syn 2.0.98",
731
+ ]
732
+
733
+ [[package]]
734
+ name = "zerocopy-derive"
735
+ version = "0.8.21"
736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
737
+ checksum = "712c8386f4f4299382c9abee219bee7084f78fb939d88b6840fcc1320d5f6da2"
738
+ dependencies = [
739
+ "proc-macro2 1.0.93",
740
+ "quote 1.0.38",
741
+ "syn 2.0.98",
742
+ ]
0 commit comments