commonmarker 2.3.2 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Cargo.lock +145 -186
- data/ext/commonmarker/Cargo.toml +1 -1
- data/ext/commonmarker/src/lib.rs +4 -6
- data/ext/commonmarker/src/node.rs +96 -77
- data/ext/commonmarker/src/options.rs +3 -2
- data/ext/commonmarker/src/plugins/syntax_highlighting.rs +21 -17
- data/lib/commonmarker/version.rb +1 -1
- metadata +2 -2
data/Cargo.lock
CHANGED
@@ -19,9 +19,9 @@ dependencies = [
|
|
19
19
|
|
20
20
|
[[package]]
|
21
21
|
name = "anstream"
|
22
|
-
version = "0.6.
|
22
|
+
version = "0.6.20"
|
23
23
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24
|
-
checksum = "
|
24
|
+
checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192"
|
25
25
|
dependencies = [
|
26
26
|
"anstyle",
|
27
27
|
"anstyle-parse",
|
@@ -49,22 +49,22 @@ dependencies = [
|
|
49
49
|
|
50
50
|
[[package]]
|
51
51
|
name = "anstyle-query"
|
52
|
-
version = "1.1.
|
52
|
+
version = "1.1.4"
|
53
53
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
54
|
-
checksum = "
|
54
|
+
checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
|
55
55
|
dependencies = [
|
56
|
-
"windows-sys 0.
|
56
|
+
"windows-sys 0.60.2",
|
57
57
|
]
|
58
58
|
|
59
59
|
[[package]]
|
60
60
|
name = "anstyle-wincon"
|
61
|
-
version = "3.0.
|
61
|
+
version = "3.0.10"
|
62
62
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
63
|
-
checksum = "
|
63
|
+
checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
|
64
64
|
dependencies = [
|
65
65
|
"anstyle",
|
66
66
|
"once_cell_polyfill",
|
67
|
-
"windows-sys 0.
|
67
|
+
"windows-sys 0.60.2",
|
68
68
|
]
|
69
69
|
|
70
70
|
[[package]]
|
@@ -88,7 +88,7 @@ version = "0.69.5"
|
|
88
88
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
89
89
|
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
90
90
|
dependencies = [
|
91
|
-
"bitflags 2.9.
|
91
|
+
"bitflags 2.9.4",
|
92
92
|
"cexpr",
|
93
93
|
"clang-sys",
|
94
94
|
"itertools",
|
@@ -125,15 +125,15 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
125
125
|
|
126
126
|
[[package]]
|
127
127
|
name = "bitflags"
|
128
|
-
version = "2.9.
|
128
|
+
version = "2.9.4"
|
129
129
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
130
|
-
checksum = "
|
130
|
+
checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
|
131
131
|
|
132
132
|
[[package]]
|
133
133
|
name = "bon"
|
134
|
-
version = "3.
|
134
|
+
version = "3.7.2"
|
135
135
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
136
|
-
checksum = "
|
136
|
+
checksum = "c2529c31017402be841eb45892278a6c21a000c0a17643af326c73a73f83f0fb"
|
137
137
|
dependencies = [
|
138
138
|
"bon-macros",
|
139
139
|
"rustversion",
|
@@ -141,9 +141,9 @@ dependencies = [
|
|
141
141
|
|
142
142
|
[[package]]
|
143
143
|
name = "bon-macros"
|
144
|
-
version = "3.
|
144
|
+
version = "3.7.2"
|
145
145
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
146
|
-
checksum = "
|
146
|
+
checksum = "d82020dadcb845a345591863adb65d74fa8dc5c18a0b6d408470e13b7adc7005"
|
147
147
|
dependencies = [
|
148
148
|
"darling",
|
149
149
|
"ident_case",
|
@@ -171,10 +171,11 @@ dependencies = [
|
|
171
171
|
|
172
172
|
[[package]]
|
173
173
|
name = "cc"
|
174
|
-
version = "1.2.
|
174
|
+
version = "1.2.37"
|
175
175
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
176
|
-
checksum = "
|
176
|
+
checksum = "65193589c6404eb80b450d618eaf9a2cafaaafd57ecce47370519ef674a7bd44"
|
177
177
|
dependencies = [
|
178
|
+
"find-msvc-tools",
|
178
179
|
"shlex",
|
179
180
|
]
|
180
181
|
|
@@ -189,9 +190,9 @@ dependencies = [
|
|
189
190
|
|
190
191
|
[[package]]
|
191
192
|
name = "cfg-if"
|
192
|
-
version = "1.0.
|
193
|
+
version = "1.0.3"
|
193
194
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
194
|
-
checksum = "
|
195
|
+
checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
|
195
196
|
|
196
197
|
[[package]]
|
197
198
|
name = "clang-sys"
|
@@ -206,9 +207,9 @@ dependencies = [
|
|
206
207
|
|
207
208
|
[[package]]
|
208
209
|
name = "clap"
|
209
|
-
version = "4.5.
|
210
|
+
version = "4.5.47"
|
210
211
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
211
|
-
checksum = "
|
212
|
+
checksum = "7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931"
|
212
213
|
dependencies = [
|
213
214
|
"clap_builder",
|
214
215
|
"clap_derive",
|
@@ -216,9 +217,9 @@ dependencies = [
|
|
216
217
|
|
217
218
|
[[package]]
|
218
219
|
name = "clap_builder"
|
219
|
-
version = "4.5.
|
220
|
+
version = "4.5.47"
|
220
221
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
221
|
-
checksum = "
|
222
|
+
checksum = "2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6"
|
222
223
|
dependencies = [
|
223
224
|
"anstream",
|
224
225
|
"anstyle",
|
@@ -229,9 +230,9 @@ dependencies = [
|
|
229
230
|
|
230
231
|
[[package]]
|
231
232
|
name = "clap_derive"
|
232
|
-
version = "4.5.
|
233
|
+
version = "4.5.47"
|
233
234
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
234
|
-
checksum = "
|
235
|
+
checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
|
235
236
|
dependencies = [
|
236
237
|
"heck",
|
237
238
|
"proc-macro2",
|
@@ -265,9 +266,9 @@ dependencies = [
|
|
265
266
|
|
266
267
|
[[package]]
|
267
268
|
name = "comrak"
|
268
|
-
version = "0.41.
|
269
|
+
version = "0.41.1"
|
269
270
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
270
|
-
checksum = "
|
271
|
+
checksum = "9a45df55bc7f91b899160098a7c9b35d6e575dfb4fe22100f014b41a171af2c6"
|
271
272
|
dependencies = [
|
272
273
|
"bon",
|
273
274
|
"caseless",
|
@@ -294,9 +295,9 @@ dependencies = [
|
|
294
295
|
|
295
296
|
[[package]]
|
296
297
|
name = "darling"
|
297
|
-
version = "0.21.
|
298
|
+
version = "0.21.3"
|
298
299
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
299
|
-
checksum = "
|
300
|
+
checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
|
300
301
|
dependencies = [
|
301
302
|
"darling_core",
|
302
303
|
"darling_macro",
|
@@ -304,9 +305,9 @@ dependencies = [
|
|
304
305
|
|
305
306
|
[[package]]
|
306
307
|
name = "darling_core"
|
307
|
-
version = "0.21.
|
308
|
+
version = "0.21.3"
|
308
309
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
309
|
-
checksum = "
|
310
|
+
checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
|
310
311
|
dependencies = [
|
311
312
|
"fnv",
|
312
313
|
"ident_case",
|
@@ -318,9 +319,9 @@ dependencies = [
|
|
318
319
|
|
319
320
|
[[package]]
|
320
321
|
name = "darling_macro"
|
321
|
-
version = "0.21.
|
322
|
+
version = "0.21.3"
|
322
323
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
323
|
-
checksum = "
|
324
|
+
checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
|
324
325
|
dependencies = [
|
325
326
|
"darling_core",
|
326
327
|
"quote",
|
@@ -329,9 +330,9 @@ dependencies = [
|
|
329
330
|
|
330
331
|
[[package]]
|
331
332
|
name = "deranged"
|
332
|
-
version = "0.
|
333
|
+
version = "0.5.3"
|
333
334
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
334
|
-
checksum = "
|
335
|
+
checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc"
|
335
336
|
dependencies = [
|
336
337
|
"powerfmt",
|
337
338
|
]
|
@@ -371,12 +372,12 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
371
372
|
|
372
373
|
[[package]]
|
373
374
|
name = "errno"
|
374
|
-
version = "0.3.
|
375
|
+
version = "0.3.14"
|
375
376
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
376
|
-
checksum = "
|
377
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
377
378
|
dependencies = [
|
378
379
|
"libc",
|
379
|
-
"windows-sys 0.
|
380
|
+
"windows-sys 0.61.0",
|
380
381
|
]
|
381
382
|
|
382
383
|
[[package]]
|
@@ -389,6 +390,12 @@ dependencies = [
|
|
389
390
|
"regex",
|
390
391
|
]
|
391
392
|
|
393
|
+
[[package]]
|
394
|
+
name = "find-msvc-tools"
|
395
|
+
version = "0.1.1"
|
396
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
397
|
+
checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d"
|
398
|
+
|
392
399
|
[[package]]
|
393
400
|
name = "flate2"
|
394
401
|
version = "1.1.2"
|
@@ -407,15 +414,15 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
407
414
|
|
408
415
|
[[package]]
|
409
416
|
name = "glob"
|
410
|
-
version = "0.3.
|
417
|
+
version = "0.3.3"
|
411
418
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
412
|
-
checksum = "
|
419
|
+
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
413
420
|
|
414
421
|
[[package]]
|
415
422
|
name = "hashbrown"
|
416
|
-
version = "0.15.
|
423
|
+
version = "0.15.5"
|
417
424
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
418
|
-
checksum = "
|
425
|
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
419
426
|
|
420
427
|
[[package]]
|
421
428
|
name = "heck"
|
@@ -431,9 +438,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
431
438
|
|
432
439
|
[[package]]
|
433
440
|
name = "indexmap"
|
434
|
-
version = "2.
|
441
|
+
version = "2.11.1"
|
435
442
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
436
|
-
checksum = "
|
443
|
+
checksum = "206a8042aec68fa4a62e8d3f7aa4ceb508177d9324faf261e1959e495b7a1921"
|
437
444
|
dependencies = [
|
438
445
|
"equivalent",
|
439
446
|
"hashbrown",
|
@@ -474,9 +481,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
474
481
|
|
475
482
|
[[package]]
|
476
483
|
name = "libc"
|
477
|
-
version = "0.2.
|
484
|
+
version = "0.2.175"
|
478
485
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
479
|
-
checksum = "
|
486
|
+
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
|
480
487
|
|
481
488
|
[[package]]
|
482
489
|
name = "libloading"
|
@@ -485,7 +492,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
485
492
|
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
486
493
|
dependencies = [
|
487
494
|
"cfg-if",
|
488
|
-
"windows-targets
|
495
|
+
"windows-targets",
|
489
496
|
]
|
490
497
|
|
491
498
|
[[package]]
|
@@ -496,21 +503,21 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
496
503
|
|
497
504
|
[[package]]
|
498
505
|
name = "linux-raw-sys"
|
499
|
-
version = "0.
|
506
|
+
version = "0.11.0"
|
500
507
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
501
|
-
checksum = "
|
508
|
+
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
502
509
|
|
503
510
|
[[package]]
|
504
511
|
name = "log"
|
505
|
-
version = "0.4.
|
512
|
+
version = "0.4.28"
|
506
513
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
507
|
-
checksum = "
|
514
|
+
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
508
515
|
|
509
516
|
[[package]]
|
510
517
|
name = "magnus"
|
511
|
-
version = "0.
|
518
|
+
version = "0.8.1"
|
512
519
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
513
|
-
checksum = "
|
520
|
+
checksum = "bd2ac6e71886be00ac34db92aa732c793c5107c95191805b9a1c7e70e6d342e0"
|
514
521
|
dependencies = [
|
515
522
|
"magnus-macros",
|
516
523
|
"rb-sys",
|
@@ -520,9 +527,9 @@ dependencies = [
|
|
520
527
|
|
521
528
|
[[package]]
|
522
529
|
name = "magnus-macros"
|
523
|
-
version = "0.
|
530
|
+
version = "0.8.0"
|
524
531
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
525
|
-
checksum = "
|
532
|
+
checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
|
526
533
|
dependencies = [
|
527
534
|
"proc-macro2",
|
528
535
|
"quote",
|
@@ -584,7 +591,7 @@ version = "6.5.1"
|
|
584
591
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
585
592
|
checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0"
|
586
593
|
dependencies = [
|
587
|
-
"bitflags 2.9.
|
594
|
+
"bitflags 2.9.4",
|
588
595
|
"libc",
|
589
596
|
"once_cell",
|
590
597
|
"onig_sys",
|
@@ -645,9 +652,9 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
645
652
|
|
646
653
|
[[package]]
|
647
654
|
name = "prettyplease"
|
648
|
-
version = "0.2.
|
655
|
+
version = "0.2.37"
|
649
656
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
650
|
-
checksum = "
|
657
|
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
651
658
|
dependencies = [
|
652
659
|
"proc-macro2",
|
653
660
|
"syn",
|
@@ -655,18 +662,18 @@ dependencies = [
|
|
655
662
|
|
656
663
|
[[package]]
|
657
664
|
name = "proc-macro2"
|
658
|
-
version = "1.0.
|
665
|
+
version = "1.0.101"
|
659
666
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
660
|
-
checksum = "
|
667
|
+
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
|
661
668
|
dependencies = [
|
662
669
|
"unicode-ident",
|
663
670
|
]
|
664
671
|
|
665
672
|
[[package]]
|
666
673
|
name = "quick-xml"
|
667
|
-
version = "0.38.
|
674
|
+
version = "0.38.3"
|
668
675
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
669
|
-
checksum = "
|
676
|
+
checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
|
670
677
|
dependencies = [
|
671
678
|
"memchr",
|
672
679
|
]
|
@@ -706,9 +713,9 @@ dependencies = [
|
|
706
713
|
|
707
714
|
[[package]]
|
708
715
|
name = "rb-sys-env"
|
709
|
-
version = "0.
|
716
|
+
version = "0.2.2"
|
710
717
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
711
|
-
checksum = "
|
718
|
+
checksum = "08f8d2924cf136a1315e2b4c7460a39f62ef11ee5d522df9b2750fab55b868b6"
|
712
719
|
|
713
720
|
[[package]]
|
714
721
|
name = "rctree"
|
@@ -718,9 +725,9 @@ checksum = "e03e7866abec1101869ffa8e2c8355c4c2419d0214ece0cc3e428e5b94dea6e9"
|
|
718
725
|
|
719
726
|
[[package]]
|
720
727
|
name = "regex"
|
721
|
-
version = "1.11.
|
728
|
+
version = "1.11.2"
|
722
729
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
723
|
-
checksum = "
|
730
|
+
checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912"
|
724
731
|
dependencies = [
|
725
732
|
"aho-corasick",
|
726
733
|
"memchr",
|
@@ -730,9 +737,9 @@ dependencies = [
|
|
730
737
|
|
731
738
|
[[package]]
|
732
739
|
name = "regex-automata"
|
733
|
-
version = "0.4.
|
740
|
+
version = "0.4.10"
|
734
741
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
735
|
-
checksum = "
|
742
|
+
checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6"
|
736
743
|
dependencies = [
|
737
744
|
"aho-corasick",
|
738
745
|
"memchr",
|
@@ -741,9 +748,9 @@ dependencies = [
|
|
741
748
|
|
742
749
|
[[package]]
|
743
750
|
name = "regex-syntax"
|
744
|
-
version = "0.8.
|
751
|
+
version = "0.8.6"
|
745
752
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
746
|
-
checksum = "
|
753
|
+
checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
|
747
754
|
|
748
755
|
[[package]]
|
749
756
|
name = "rustc-hash"
|
@@ -753,22 +760,22 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
753
760
|
|
754
761
|
[[package]]
|
755
762
|
name = "rustix"
|
756
|
-
version = "1.
|
763
|
+
version = "1.1.2"
|
757
764
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
758
|
-
checksum = "
|
765
|
+
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
759
766
|
dependencies = [
|
760
|
-
"bitflags 2.9.
|
767
|
+
"bitflags 2.9.4",
|
761
768
|
"errno",
|
762
769
|
"libc",
|
763
770
|
"linux-raw-sys",
|
764
|
-
"windows-sys 0.
|
771
|
+
"windows-sys 0.61.0",
|
765
772
|
]
|
766
773
|
|
767
774
|
[[package]]
|
768
775
|
name = "rustversion"
|
769
|
-
version = "1.0.
|
776
|
+
version = "1.0.22"
|
770
777
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
771
|
-
checksum = "
|
778
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
772
779
|
|
773
780
|
[[package]]
|
774
781
|
name = "ryu"
|
@@ -793,18 +800,27 @@ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
793
800
|
|
794
801
|
[[package]]
|
795
802
|
name = "serde"
|
796
|
-
version = "1.0.
|
803
|
+
version = "1.0.223"
|
804
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
805
|
+
checksum = "a505d71960adde88e293da5cb5eda57093379f64e61cf77bf0e6a63af07a7bac"
|
806
|
+
dependencies = [
|
807
|
+
"serde_core",
|
808
|
+
]
|
809
|
+
|
810
|
+
[[package]]
|
811
|
+
name = "serde_core"
|
812
|
+
version = "1.0.223"
|
797
813
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
798
|
-
checksum = "
|
814
|
+
checksum = "20f57cbd357666aa7b3ac84a90b4ea328f1d4ddb6772b430caa5d9e1309bb9e9"
|
799
815
|
dependencies = [
|
800
816
|
"serde_derive",
|
801
817
|
]
|
802
818
|
|
803
819
|
[[package]]
|
804
820
|
name = "serde_derive"
|
805
|
-
version = "1.0.
|
821
|
+
version = "1.0.223"
|
806
822
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
807
|
-
checksum = "
|
823
|
+
checksum = "3d428d07faf17e306e699ec1e91996e5a165ba5d6bce5b5155173e91a8a01a56"
|
808
824
|
dependencies = [
|
809
825
|
"proc-macro2",
|
810
826
|
"quote",
|
@@ -813,14 +829,15 @@ dependencies = [
|
|
813
829
|
|
814
830
|
[[package]]
|
815
831
|
name = "serde_json"
|
816
|
-
version = "1.0.
|
832
|
+
version = "1.0.145"
|
817
833
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
818
|
-
checksum = "
|
834
|
+
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
819
835
|
dependencies = [
|
820
836
|
"itoa",
|
821
837
|
"memchr",
|
822
838
|
"ryu",
|
823
839
|
"serde",
|
840
|
+
"serde_core",
|
824
841
|
]
|
825
842
|
|
826
843
|
[[package]]
|
@@ -859,9 +876,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
859
876
|
|
860
877
|
[[package]]
|
861
878
|
name = "syn"
|
862
|
-
version = "2.0.
|
879
|
+
version = "2.0.106"
|
863
880
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
864
|
-
checksum = "
|
881
|
+
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
|
865
882
|
dependencies = [
|
866
883
|
"proc-macro2",
|
867
884
|
"quote",
|
@@ -893,12 +910,12 @@ dependencies = [
|
|
893
910
|
|
894
911
|
[[package]]
|
895
912
|
name = "terminal_size"
|
896
|
-
version = "0.4.
|
913
|
+
version = "0.4.3"
|
897
914
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
898
|
-
checksum = "
|
915
|
+
checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
|
899
916
|
dependencies = [
|
900
917
|
"rustix",
|
901
|
-
"windows-sys 0.
|
918
|
+
"windows-sys 0.60.2",
|
902
919
|
]
|
903
920
|
|
904
921
|
[[package]]
|
@@ -923,12 +940,11 @@ dependencies = [
|
|
923
940
|
|
924
941
|
[[package]]
|
925
942
|
name = "time"
|
926
|
-
version = "0.3.
|
943
|
+
version = "0.3.43"
|
927
944
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
928
|
-
checksum = "
|
945
|
+
checksum = "83bde6f1ec10e72d583d91623c939f623002284ef622b87de38cfd546cbf2031"
|
929
946
|
dependencies = [
|
930
947
|
"deranged",
|
931
|
-
"itoa",
|
932
948
|
"num-conv",
|
933
949
|
"powerfmt",
|
934
950
|
"serde",
|
@@ -938,15 +954,15 @@ dependencies = [
|
|
938
954
|
|
939
955
|
[[package]]
|
940
956
|
name = "time-core"
|
941
|
-
version = "0.1.
|
957
|
+
version = "0.1.6"
|
942
958
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
943
|
-
checksum = "
|
959
|
+
checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
|
944
960
|
|
945
961
|
[[package]]
|
946
962
|
name = "time-macros"
|
947
|
-
version = "0.2.
|
963
|
+
version = "0.2.24"
|
948
964
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
949
|
-
checksum = "
|
965
|
+
checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
|
950
966
|
dependencies = [
|
951
967
|
"num-conv",
|
952
968
|
"time-core",
|
@@ -954,9 +970,9 @@ dependencies = [
|
|
954
970
|
|
955
971
|
[[package]]
|
956
972
|
name = "tinyvec"
|
957
|
-
version = "1.
|
973
|
+
version = "1.10.0"
|
958
974
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
959
|
-
checksum = "
|
975
|
+
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
|
960
976
|
dependencies = [
|
961
977
|
"tinyvec_macros",
|
962
978
|
]
|
@@ -975,9 +991,9 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
|
975
991
|
|
976
992
|
[[package]]
|
977
993
|
name = "unicode-ident"
|
978
|
-
version = "1.0.
|
994
|
+
version = "1.0.19"
|
979
995
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
980
|
-
checksum = "
|
996
|
+
checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
|
981
997
|
|
982
998
|
[[package]]
|
983
999
|
name = "unicode-normalization"
|
@@ -1012,21 +1028,22 @@ dependencies = [
|
|
1012
1028
|
|
1013
1029
|
[[package]]
|
1014
1030
|
name = "wasm-bindgen"
|
1015
|
-
version = "0.2.
|
1031
|
+
version = "0.2.101"
|
1016
1032
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1017
|
-
checksum = "
|
1033
|
+
checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b"
|
1018
1034
|
dependencies = [
|
1019
1035
|
"cfg-if",
|
1020
1036
|
"once_cell",
|
1021
1037
|
"rustversion",
|
1022
1038
|
"wasm-bindgen-macro",
|
1039
|
+
"wasm-bindgen-shared",
|
1023
1040
|
]
|
1024
1041
|
|
1025
1042
|
[[package]]
|
1026
1043
|
name = "wasm-bindgen-backend"
|
1027
|
-
version = "0.2.
|
1044
|
+
version = "0.2.101"
|
1028
1045
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1029
|
-
checksum = "
|
1046
|
+
checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb"
|
1030
1047
|
dependencies = [
|
1031
1048
|
"bumpalo",
|
1032
1049
|
"log",
|
@@ -1038,9 +1055,9 @@ dependencies = [
|
|
1038
1055
|
|
1039
1056
|
[[package]]
|
1040
1057
|
name = "wasm-bindgen-macro"
|
1041
|
-
version = "0.2.
|
1058
|
+
version = "0.2.101"
|
1042
1059
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1043
|
-
checksum = "
|
1060
|
+
checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d"
|
1044
1061
|
dependencies = [
|
1045
1062
|
"quote",
|
1046
1063
|
"wasm-bindgen-macro-support",
|
@@ -1048,9 +1065,9 @@ dependencies = [
|
|
1048
1065
|
|
1049
1066
|
[[package]]
|
1050
1067
|
name = "wasm-bindgen-macro-support"
|
1051
|
-
version = "0.2.
|
1068
|
+
version = "0.2.101"
|
1052
1069
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1053
|
-
checksum = "
|
1070
|
+
checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa"
|
1054
1071
|
dependencies = [
|
1055
1072
|
"proc-macro2",
|
1056
1073
|
"quote",
|
@@ -1061,20 +1078,20 @@ dependencies = [
|
|
1061
1078
|
|
1062
1079
|
[[package]]
|
1063
1080
|
name = "wasm-bindgen-shared"
|
1064
|
-
version = "0.2.
|
1081
|
+
version = "0.2.101"
|
1065
1082
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1066
|
-
checksum = "
|
1083
|
+
checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1"
|
1067
1084
|
dependencies = [
|
1068
1085
|
"unicode-ident",
|
1069
1086
|
]
|
1070
1087
|
|
1071
1088
|
[[package]]
|
1072
1089
|
name = "winapi-util"
|
1073
|
-
version = "0.1.
|
1090
|
+
version = "0.1.11"
|
1074
1091
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1075
|
-
checksum = "
|
1092
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
1076
1093
|
dependencies = [
|
1077
|
-
"windows-sys 0.
|
1094
|
+
"windows-sys 0.61.0",
|
1078
1095
|
]
|
1079
1096
|
|
1080
1097
|
[[package]]
|
@@ -1084,13 +1101,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1084
1101
|
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
1085
1102
|
|
1086
1103
|
[[package]]
|
1087
|
-
name = "windows-
|
1088
|
-
version = "0.
|
1104
|
+
name = "windows-link"
|
1105
|
+
version = "0.2.0"
|
1089
1106
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1090
|
-
checksum = "
|
1091
|
-
dependencies = [
|
1092
|
-
"windows-targets 0.52.6",
|
1093
|
-
]
|
1107
|
+
checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
|
1094
1108
|
|
1095
1109
|
[[package]]
|
1096
1110
|
name = "windows-sys"
|
@@ -1098,23 +1112,16 @@ version = "0.60.2"
|
|
1098
1112
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1099
1113
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
1100
1114
|
dependencies = [
|
1101
|
-
"windows-targets
|
1115
|
+
"windows-targets",
|
1102
1116
|
]
|
1103
1117
|
|
1104
1118
|
[[package]]
|
1105
|
-
name = "windows-
|
1106
|
-
version = "0.
|
1119
|
+
name = "windows-sys"
|
1120
|
+
version = "0.61.0"
|
1107
1121
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1108
|
-
checksum = "
|
1122
|
+
checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
|
1109
1123
|
dependencies = [
|
1110
|
-
"
|
1111
|
-
"windows_aarch64_msvc 0.52.6",
|
1112
|
-
"windows_i686_gnu 0.52.6",
|
1113
|
-
"windows_i686_gnullvm 0.52.6",
|
1114
|
-
"windows_i686_msvc 0.52.6",
|
1115
|
-
"windows_x86_64_gnu 0.52.6",
|
1116
|
-
"windows_x86_64_gnullvm 0.52.6",
|
1117
|
-
"windows_x86_64_msvc 0.52.6",
|
1124
|
+
"windows-link 0.2.0",
|
1118
1125
|
]
|
1119
1126
|
|
1120
1127
|
[[package]]
|
@@ -1123,107 +1130,59 @@ version = "0.53.3"
|
|
1123
1130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1124
1131
|
checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
|
1125
1132
|
dependencies = [
|
1126
|
-
"windows-link",
|
1127
|
-
"windows_aarch64_gnullvm
|
1128
|
-
"windows_aarch64_msvc
|
1129
|
-
"windows_i686_gnu
|
1130
|
-
"windows_i686_gnullvm
|
1131
|
-
"windows_i686_msvc
|
1132
|
-
"windows_x86_64_gnu
|
1133
|
-
"windows_x86_64_gnullvm
|
1134
|
-
"windows_x86_64_msvc
|
1133
|
+
"windows-link 0.1.3",
|
1134
|
+
"windows_aarch64_gnullvm",
|
1135
|
+
"windows_aarch64_msvc",
|
1136
|
+
"windows_i686_gnu",
|
1137
|
+
"windows_i686_gnullvm",
|
1138
|
+
"windows_i686_msvc",
|
1139
|
+
"windows_x86_64_gnu",
|
1140
|
+
"windows_x86_64_gnullvm",
|
1141
|
+
"windows_x86_64_msvc",
|
1135
1142
|
]
|
1136
1143
|
|
1137
|
-
[[package]]
|
1138
|
-
name = "windows_aarch64_gnullvm"
|
1139
|
-
version = "0.52.6"
|
1140
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1141
|
-
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
1142
|
-
|
1143
1144
|
[[package]]
|
1144
1145
|
name = "windows_aarch64_gnullvm"
|
1145
1146
|
version = "0.53.0"
|
1146
1147
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1147
1148
|
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
1148
1149
|
|
1149
|
-
[[package]]
|
1150
|
-
name = "windows_aarch64_msvc"
|
1151
|
-
version = "0.52.6"
|
1152
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1153
|
-
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
1154
|
-
|
1155
1150
|
[[package]]
|
1156
1151
|
name = "windows_aarch64_msvc"
|
1157
1152
|
version = "0.53.0"
|
1158
1153
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1159
1154
|
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
1160
1155
|
|
1161
|
-
[[package]]
|
1162
|
-
name = "windows_i686_gnu"
|
1163
|
-
version = "0.52.6"
|
1164
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1165
|
-
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
1166
|
-
|
1167
1156
|
[[package]]
|
1168
1157
|
name = "windows_i686_gnu"
|
1169
1158
|
version = "0.53.0"
|
1170
1159
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1171
1160
|
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
1172
1161
|
|
1173
|
-
[[package]]
|
1174
|
-
name = "windows_i686_gnullvm"
|
1175
|
-
version = "0.52.6"
|
1176
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1177
|
-
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
1178
|
-
|
1179
1162
|
[[package]]
|
1180
1163
|
name = "windows_i686_gnullvm"
|
1181
1164
|
version = "0.53.0"
|
1182
1165
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1183
1166
|
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
1184
1167
|
|
1185
|
-
[[package]]
|
1186
|
-
name = "windows_i686_msvc"
|
1187
|
-
version = "0.52.6"
|
1188
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1189
|
-
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
1190
|
-
|
1191
1168
|
[[package]]
|
1192
1169
|
name = "windows_i686_msvc"
|
1193
1170
|
version = "0.53.0"
|
1194
1171
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1195
1172
|
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
1196
1173
|
|
1197
|
-
[[package]]
|
1198
|
-
name = "windows_x86_64_gnu"
|
1199
|
-
version = "0.52.6"
|
1200
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1201
|
-
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
1202
|
-
|
1203
1174
|
[[package]]
|
1204
1175
|
name = "windows_x86_64_gnu"
|
1205
1176
|
version = "0.53.0"
|
1206
1177
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1207
1178
|
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
1208
1179
|
|
1209
|
-
[[package]]
|
1210
|
-
name = "windows_x86_64_gnullvm"
|
1211
|
-
version = "0.52.6"
|
1212
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1213
|
-
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
1214
|
-
|
1215
1180
|
[[package]]
|
1216
1181
|
name = "windows_x86_64_gnullvm"
|
1217
1182
|
version = "0.53.0"
|
1218
1183
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1219
1184
|
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
1220
1185
|
|
1221
|
-
[[package]]
|
1222
|
-
name = "windows_x86_64_msvc"
|
1223
|
-
version = "0.52.6"
|
1224
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1225
|
-
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
1226
|
-
|
1227
1186
|
[[package]]
|
1228
1187
|
name = "windows_x86_64_msvc"
|
1229
1188
|
version = "0.53.0"
|