commonmarker 2.3.2 → 2.4.1
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 +152 -186
- data/ext/commonmarker/Cargo.toml +2 -2
- data/ext/commonmarker/src/lib.rs +4 -6
- data/ext/commonmarker/src/node.rs +98 -91
- 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,15 +266,16 @@ dependencies = [
|
|
265
266
|
|
266
267
|
[[package]]
|
267
268
|
name = "comrak"
|
268
|
-
version = "0.
|
269
|
+
version = "0.43.0"
|
269
270
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
270
|
-
checksum = "
|
271
|
+
checksum = "5ccfd7678fba9aff54a74a70352d952b345e568823ed9d5a92ebc8ad0adad8ea"
|
271
272
|
dependencies = [
|
272
273
|
"bon",
|
273
274
|
"caseless",
|
274
275
|
"clap",
|
275
276
|
"emojis",
|
276
277
|
"entities",
|
278
|
+
"fmt2io",
|
277
279
|
"memchr",
|
278
280
|
"shell-words",
|
279
281
|
"slug",
|
@@ -294,9 +296,9 @@ dependencies = [
|
|
294
296
|
|
295
297
|
[[package]]
|
296
298
|
name = "darling"
|
297
|
-
version = "0.21.
|
299
|
+
version = "0.21.3"
|
298
300
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
299
|
-
checksum = "
|
301
|
+
checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
|
300
302
|
dependencies = [
|
301
303
|
"darling_core",
|
302
304
|
"darling_macro",
|
@@ -304,9 +306,9 @@ dependencies = [
|
|
304
306
|
|
305
307
|
[[package]]
|
306
308
|
name = "darling_core"
|
307
|
-
version = "0.21.
|
309
|
+
version = "0.21.3"
|
308
310
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
309
|
-
checksum = "
|
311
|
+
checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
|
310
312
|
dependencies = [
|
311
313
|
"fnv",
|
312
314
|
"ident_case",
|
@@ -318,9 +320,9 @@ dependencies = [
|
|
318
320
|
|
319
321
|
[[package]]
|
320
322
|
name = "darling_macro"
|
321
|
-
version = "0.21.
|
323
|
+
version = "0.21.3"
|
322
324
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
323
|
-
checksum = "
|
325
|
+
checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
|
324
326
|
dependencies = [
|
325
327
|
"darling_core",
|
326
328
|
"quote",
|
@@ -329,9 +331,9 @@ dependencies = [
|
|
329
331
|
|
330
332
|
[[package]]
|
331
333
|
name = "deranged"
|
332
|
-
version = "0.
|
334
|
+
version = "0.5.3"
|
333
335
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
334
|
-
checksum = "
|
336
|
+
checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc"
|
335
337
|
dependencies = [
|
336
338
|
"powerfmt",
|
337
339
|
]
|
@@ -371,12 +373,12 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
371
373
|
|
372
374
|
[[package]]
|
373
375
|
name = "errno"
|
374
|
-
version = "0.3.
|
376
|
+
version = "0.3.14"
|
375
377
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
376
|
-
checksum = "
|
378
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
377
379
|
dependencies = [
|
378
380
|
"libc",
|
379
|
-
"windows-sys 0.
|
381
|
+
"windows-sys 0.61.0",
|
380
382
|
]
|
381
383
|
|
382
384
|
[[package]]
|
@@ -389,6 +391,12 @@ dependencies = [
|
|
389
391
|
"regex",
|
390
392
|
]
|
391
393
|
|
394
|
+
[[package]]
|
395
|
+
name = "find-msvc-tools"
|
396
|
+
version = "0.1.1"
|
397
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
398
|
+
checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d"
|
399
|
+
|
392
400
|
[[package]]
|
393
401
|
name = "flate2"
|
394
402
|
version = "1.1.2"
|
@@ -399,6 +407,12 @@ dependencies = [
|
|
399
407
|
"miniz_oxide",
|
400
408
|
]
|
401
409
|
|
410
|
+
[[package]]
|
411
|
+
name = "fmt2io"
|
412
|
+
version = "1.0.0"
|
413
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
414
|
+
checksum = "6b6129284da9f7e5296cc22183a63f24300e945e297705dcc0672f7df01d62c8"
|
415
|
+
|
402
416
|
[[package]]
|
403
417
|
name = "fnv"
|
404
418
|
version = "1.0.7"
|
@@ -407,15 +421,15 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
407
421
|
|
408
422
|
[[package]]
|
409
423
|
name = "glob"
|
410
|
-
version = "0.3.
|
424
|
+
version = "0.3.3"
|
411
425
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
412
|
-
checksum = "
|
426
|
+
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
413
427
|
|
414
428
|
[[package]]
|
415
429
|
name = "hashbrown"
|
416
|
-
version = "0.15.
|
430
|
+
version = "0.15.5"
|
417
431
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
418
|
-
checksum = "
|
432
|
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
419
433
|
|
420
434
|
[[package]]
|
421
435
|
name = "heck"
|
@@ -431,9 +445,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
431
445
|
|
432
446
|
[[package]]
|
433
447
|
name = "indexmap"
|
434
|
-
version = "2.
|
448
|
+
version = "2.11.1"
|
435
449
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
436
|
-
checksum = "
|
450
|
+
checksum = "206a8042aec68fa4a62e8d3f7aa4ceb508177d9324faf261e1959e495b7a1921"
|
437
451
|
dependencies = [
|
438
452
|
"equivalent",
|
439
453
|
"hashbrown",
|
@@ -474,9 +488,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
474
488
|
|
475
489
|
[[package]]
|
476
490
|
name = "libc"
|
477
|
-
version = "0.2.
|
491
|
+
version = "0.2.175"
|
478
492
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
479
|
-
checksum = "
|
493
|
+
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
|
480
494
|
|
481
495
|
[[package]]
|
482
496
|
name = "libloading"
|
@@ -485,7 +499,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
485
499
|
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
486
500
|
dependencies = [
|
487
501
|
"cfg-if",
|
488
|
-
"windows-targets
|
502
|
+
"windows-targets",
|
489
503
|
]
|
490
504
|
|
491
505
|
[[package]]
|
@@ -496,21 +510,21 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
496
510
|
|
497
511
|
[[package]]
|
498
512
|
name = "linux-raw-sys"
|
499
|
-
version = "0.
|
513
|
+
version = "0.11.0"
|
500
514
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
501
|
-
checksum = "
|
515
|
+
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
502
516
|
|
503
517
|
[[package]]
|
504
518
|
name = "log"
|
505
|
-
version = "0.4.
|
519
|
+
version = "0.4.28"
|
506
520
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
507
|
-
checksum = "
|
521
|
+
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
508
522
|
|
509
523
|
[[package]]
|
510
524
|
name = "magnus"
|
511
|
-
version = "0.
|
525
|
+
version = "0.8.1"
|
512
526
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
513
|
-
checksum = "
|
527
|
+
checksum = "bd2ac6e71886be00ac34db92aa732c793c5107c95191805b9a1c7e70e6d342e0"
|
514
528
|
dependencies = [
|
515
529
|
"magnus-macros",
|
516
530
|
"rb-sys",
|
@@ -520,9 +534,9 @@ dependencies = [
|
|
520
534
|
|
521
535
|
[[package]]
|
522
536
|
name = "magnus-macros"
|
523
|
-
version = "0.
|
537
|
+
version = "0.8.0"
|
524
538
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
525
|
-
checksum = "
|
539
|
+
checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
|
526
540
|
dependencies = [
|
527
541
|
"proc-macro2",
|
528
542
|
"quote",
|
@@ -584,7 +598,7 @@ version = "6.5.1"
|
|
584
598
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
585
599
|
checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0"
|
586
600
|
dependencies = [
|
587
|
-
"bitflags 2.9.
|
601
|
+
"bitflags 2.9.4",
|
588
602
|
"libc",
|
589
603
|
"once_cell",
|
590
604
|
"onig_sys",
|
@@ -645,9 +659,9 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
645
659
|
|
646
660
|
[[package]]
|
647
661
|
name = "prettyplease"
|
648
|
-
version = "0.2.
|
662
|
+
version = "0.2.37"
|
649
663
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
650
|
-
checksum = "
|
664
|
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
651
665
|
dependencies = [
|
652
666
|
"proc-macro2",
|
653
667
|
"syn",
|
@@ -655,18 +669,18 @@ dependencies = [
|
|
655
669
|
|
656
670
|
[[package]]
|
657
671
|
name = "proc-macro2"
|
658
|
-
version = "1.0.
|
672
|
+
version = "1.0.101"
|
659
673
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
660
|
-
checksum = "
|
674
|
+
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
|
661
675
|
dependencies = [
|
662
676
|
"unicode-ident",
|
663
677
|
]
|
664
678
|
|
665
679
|
[[package]]
|
666
680
|
name = "quick-xml"
|
667
|
-
version = "0.38.
|
681
|
+
version = "0.38.3"
|
668
682
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
669
|
-
checksum = "
|
683
|
+
checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
|
670
684
|
dependencies = [
|
671
685
|
"memchr",
|
672
686
|
]
|
@@ -706,9 +720,9 @@ dependencies = [
|
|
706
720
|
|
707
721
|
[[package]]
|
708
722
|
name = "rb-sys-env"
|
709
|
-
version = "0.
|
723
|
+
version = "0.2.2"
|
710
724
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
711
|
-
checksum = "
|
725
|
+
checksum = "08f8d2924cf136a1315e2b4c7460a39f62ef11ee5d522df9b2750fab55b868b6"
|
712
726
|
|
713
727
|
[[package]]
|
714
728
|
name = "rctree"
|
@@ -718,9 +732,9 @@ checksum = "e03e7866abec1101869ffa8e2c8355c4c2419d0214ece0cc3e428e5b94dea6e9"
|
|
718
732
|
|
719
733
|
[[package]]
|
720
734
|
name = "regex"
|
721
|
-
version = "1.11.
|
735
|
+
version = "1.11.2"
|
722
736
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
723
|
-
checksum = "
|
737
|
+
checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912"
|
724
738
|
dependencies = [
|
725
739
|
"aho-corasick",
|
726
740
|
"memchr",
|
@@ -730,9 +744,9 @@ dependencies = [
|
|
730
744
|
|
731
745
|
[[package]]
|
732
746
|
name = "regex-automata"
|
733
|
-
version = "0.4.
|
747
|
+
version = "0.4.10"
|
734
748
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
735
|
-
checksum = "
|
749
|
+
checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6"
|
736
750
|
dependencies = [
|
737
751
|
"aho-corasick",
|
738
752
|
"memchr",
|
@@ -741,9 +755,9 @@ dependencies = [
|
|
741
755
|
|
742
756
|
[[package]]
|
743
757
|
name = "regex-syntax"
|
744
|
-
version = "0.8.
|
758
|
+
version = "0.8.6"
|
745
759
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
746
|
-
checksum = "
|
760
|
+
checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
|
747
761
|
|
748
762
|
[[package]]
|
749
763
|
name = "rustc-hash"
|
@@ -753,22 +767,22 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
753
767
|
|
754
768
|
[[package]]
|
755
769
|
name = "rustix"
|
756
|
-
version = "1.
|
770
|
+
version = "1.1.2"
|
757
771
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
758
|
-
checksum = "
|
772
|
+
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
759
773
|
dependencies = [
|
760
|
-
"bitflags 2.9.
|
774
|
+
"bitflags 2.9.4",
|
761
775
|
"errno",
|
762
776
|
"libc",
|
763
777
|
"linux-raw-sys",
|
764
|
-
"windows-sys 0.
|
778
|
+
"windows-sys 0.61.0",
|
765
779
|
]
|
766
780
|
|
767
781
|
[[package]]
|
768
782
|
name = "rustversion"
|
769
|
-
version = "1.0.
|
783
|
+
version = "1.0.22"
|
770
784
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
771
|
-
checksum = "
|
785
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
772
786
|
|
773
787
|
[[package]]
|
774
788
|
name = "ryu"
|
@@ -793,18 +807,27 @@ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
793
807
|
|
794
808
|
[[package]]
|
795
809
|
name = "serde"
|
796
|
-
version = "1.0.
|
810
|
+
version = "1.0.223"
|
797
811
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
798
|
-
checksum = "
|
812
|
+
checksum = "a505d71960adde88e293da5cb5eda57093379f64e61cf77bf0e6a63af07a7bac"
|
813
|
+
dependencies = [
|
814
|
+
"serde_core",
|
815
|
+
]
|
816
|
+
|
817
|
+
[[package]]
|
818
|
+
name = "serde_core"
|
819
|
+
version = "1.0.223"
|
820
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
821
|
+
checksum = "20f57cbd357666aa7b3ac84a90b4ea328f1d4ddb6772b430caa5d9e1309bb9e9"
|
799
822
|
dependencies = [
|
800
823
|
"serde_derive",
|
801
824
|
]
|
802
825
|
|
803
826
|
[[package]]
|
804
827
|
name = "serde_derive"
|
805
|
-
version = "1.0.
|
828
|
+
version = "1.0.223"
|
806
829
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
807
|
-
checksum = "
|
830
|
+
checksum = "3d428d07faf17e306e699ec1e91996e5a165ba5d6bce5b5155173e91a8a01a56"
|
808
831
|
dependencies = [
|
809
832
|
"proc-macro2",
|
810
833
|
"quote",
|
@@ -813,14 +836,15 @@ dependencies = [
|
|
813
836
|
|
814
837
|
[[package]]
|
815
838
|
name = "serde_json"
|
816
|
-
version = "1.0.
|
839
|
+
version = "1.0.145"
|
817
840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
818
|
-
checksum = "
|
841
|
+
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
819
842
|
dependencies = [
|
820
843
|
"itoa",
|
821
844
|
"memchr",
|
822
845
|
"ryu",
|
823
846
|
"serde",
|
847
|
+
"serde_core",
|
824
848
|
]
|
825
849
|
|
826
850
|
[[package]]
|
@@ -859,9 +883,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
859
883
|
|
860
884
|
[[package]]
|
861
885
|
name = "syn"
|
862
|
-
version = "2.0.
|
886
|
+
version = "2.0.106"
|
863
887
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
864
|
-
checksum = "
|
888
|
+
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
|
865
889
|
dependencies = [
|
866
890
|
"proc-macro2",
|
867
891
|
"quote",
|
@@ -893,12 +917,12 @@ dependencies = [
|
|
893
917
|
|
894
918
|
[[package]]
|
895
919
|
name = "terminal_size"
|
896
|
-
version = "0.4.
|
920
|
+
version = "0.4.3"
|
897
921
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
898
|
-
checksum = "
|
922
|
+
checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
|
899
923
|
dependencies = [
|
900
924
|
"rustix",
|
901
|
-
"windows-sys 0.
|
925
|
+
"windows-sys 0.60.2",
|
902
926
|
]
|
903
927
|
|
904
928
|
[[package]]
|
@@ -923,12 +947,11 @@ dependencies = [
|
|
923
947
|
|
924
948
|
[[package]]
|
925
949
|
name = "time"
|
926
|
-
version = "0.3.
|
950
|
+
version = "0.3.43"
|
927
951
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
928
|
-
checksum = "
|
952
|
+
checksum = "83bde6f1ec10e72d583d91623c939f623002284ef622b87de38cfd546cbf2031"
|
929
953
|
dependencies = [
|
930
954
|
"deranged",
|
931
|
-
"itoa",
|
932
955
|
"num-conv",
|
933
956
|
"powerfmt",
|
934
957
|
"serde",
|
@@ -938,15 +961,15 @@ dependencies = [
|
|
938
961
|
|
939
962
|
[[package]]
|
940
963
|
name = "time-core"
|
941
|
-
version = "0.1.
|
964
|
+
version = "0.1.6"
|
942
965
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
943
|
-
checksum = "
|
966
|
+
checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
|
944
967
|
|
945
968
|
[[package]]
|
946
969
|
name = "time-macros"
|
947
|
-
version = "0.2.
|
970
|
+
version = "0.2.24"
|
948
971
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
949
|
-
checksum = "
|
972
|
+
checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
|
950
973
|
dependencies = [
|
951
974
|
"num-conv",
|
952
975
|
"time-core",
|
@@ -954,9 +977,9 @@ dependencies = [
|
|
954
977
|
|
955
978
|
[[package]]
|
956
979
|
name = "tinyvec"
|
957
|
-
version = "1.
|
980
|
+
version = "1.10.0"
|
958
981
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
959
|
-
checksum = "
|
982
|
+
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
|
960
983
|
dependencies = [
|
961
984
|
"tinyvec_macros",
|
962
985
|
]
|
@@ -975,9 +998,9 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
|
975
998
|
|
976
999
|
[[package]]
|
977
1000
|
name = "unicode-ident"
|
978
|
-
version = "1.0.
|
1001
|
+
version = "1.0.19"
|
979
1002
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
980
|
-
checksum = "
|
1003
|
+
checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
|
981
1004
|
|
982
1005
|
[[package]]
|
983
1006
|
name = "unicode-normalization"
|
@@ -1012,21 +1035,22 @@ dependencies = [
|
|
1012
1035
|
|
1013
1036
|
[[package]]
|
1014
1037
|
name = "wasm-bindgen"
|
1015
|
-
version = "0.2.
|
1038
|
+
version = "0.2.101"
|
1016
1039
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1017
|
-
checksum = "
|
1040
|
+
checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b"
|
1018
1041
|
dependencies = [
|
1019
1042
|
"cfg-if",
|
1020
1043
|
"once_cell",
|
1021
1044
|
"rustversion",
|
1022
1045
|
"wasm-bindgen-macro",
|
1046
|
+
"wasm-bindgen-shared",
|
1023
1047
|
]
|
1024
1048
|
|
1025
1049
|
[[package]]
|
1026
1050
|
name = "wasm-bindgen-backend"
|
1027
|
-
version = "0.2.
|
1051
|
+
version = "0.2.101"
|
1028
1052
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1029
|
-
checksum = "
|
1053
|
+
checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb"
|
1030
1054
|
dependencies = [
|
1031
1055
|
"bumpalo",
|
1032
1056
|
"log",
|
@@ -1038,9 +1062,9 @@ dependencies = [
|
|
1038
1062
|
|
1039
1063
|
[[package]]
|
1040
1064
|
name = "wasm-bindgen-macro"
|
1041
|
-
version = "0.2.
|
1065
|
+
version = "0.2.101"
|
1042
1066
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1043
|
-
checksum = "
|
1067
|
+
checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d"
|
1044
1068
|
dependencies = [
|
1045
1069
|
"quote",
|
1046
1070
|
"wasm-bindgen-macro-support",
|
@@ -1048,9 +1072,9 @@ dependencies = [
|
|
1048
1072
|
|
1049
1073
|
[[package]]
|
1050
1074
|
name = "wasm-bindgen-macro-support"
|
1051
|
-
version = "0.2.
|
1075
|
+
version = "0.2.101"
|
1052
1076
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1053
|
-
checksum = "
|
1077
|
+
checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa"
|
1054
1078
|
dependencies = [
|
1055
1079
|
"proc-macro2",
|
1056
1080
|
"quote",
|
@@ -1061,20 +1085,20 @@ dependencies = [
|
|
1061
1085
|
|
1062
1086
|
[[package]]
|
1063
1087
|
name = "wasm-bindgen-shared"
|
1064
|
-
version = "0.2.
|
1088
|
+
version = "0.2.101"
|
1065
1089
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1066
|
-
checksum = "
|
1090
|
+
checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1"
|
1067
1091
|
dependencies = [
|
1068
1092
|
"unicode-ident",
|
1069
1093
|
]
|
1070
1094
|
|
1071
1095
|
[[package]]
|
1072
1096
|
name = "winapi-util"
|
1073
|
-
version = "0.1.
|
1097
|
+
version = "0.1.11"
|
1074
1098
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1075
|
-
checksum = "
|
1099
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
1076
1100
|
dependencies = [
|
1077
|
-
"windows-sys 0.
|
1101
|
+
"windows-sys 0.61.0",
|
1078
1102
|
]
|
1079
1103
|
|
1080
1104
|
[[package]]
|
@@ -1084,13 +1108,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1084
1108
|
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
1085
1109
|
|
1086
1110
|
[[package]]
|
1087
|
-
name = "windows-
|
1088
|
-
version = "0.
|
1111
|
+
name = "windows-link"
|
1112
|
+
version = "0.2.0"
|
1089
1113
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1090
|
-
checksum = "
|
1091
|
-
dependencies = [
|
1092
|
-
"windows-targets 0.52.6",
|
1093
|
-
]
|
1114
|
+
checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
|
1094
1115
|
|
1095
1116
|
[[package]]
|
1096
1117
|
name = "windows-sys"
|
@@ -1098,23 +1119,16 @@ version = "0.60.2"
|
|
1098
1119
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1099
1120
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
1100
1121
|
dependencies = [
|
1101
|
-
"windows-targets
|
1122
|
+
"windows-targets",
|
1102
1123
|
]
|
1103
1124
|
|
1104
1125
|
[[package]]
|
1105
|
-
name = "windows-
|
1106
|
-
version = "0.
|
1126
|
+
name = "windows-sys"
|
1127
|
+
version = "0.61.0"
|
1107
1128
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1108
|
-
checksum = "
|
1129
|
+
checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
|
1109
1130
|
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",
|
1131
|
+
"windows-link 0.2.0",
|
1118
1132
|
]
|
1119
1133
|
|
1120
1134
|
[[package]]
|
@@ -1123,107 +1137,59 @@ version = "0.53.3"
|
|
1123
1137
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1124
1138
|
checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
|
1125
1139
|
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
|
1140
|
+
"windows-link 0.1.3",
|
1141
|
+
"windows_aarch64_gnullvm",
|
1142
|
+
"windows_aarch64_msvc",
|
1143
|
+
"windows_i686_gnu",
|
1144
|
+
"windows_i686_gnullvm",
|
1145
|
+
"windows_i686_msvc",
|
1146
|
+
"windows_x86_64_gnu",
|
1147
|
+
"windows_x86_64_gnullvm",
|
1148
|
+
"windows_x86_64_msvc",
|
1135
1149
|
]
|
1136
1150
|
|
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
1151
|
[[package]]
|
1144
1152
|
name = "windows_aarch64_gnullvm"
|
1145
1153
|
version = "0.53.0"
|
1146
1154
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1147
1155
|
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
1148
1156
|
|
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
1157
|
[[package]]
|
1156
1158
|
name = "windows_aarch64_msvc"
|
1157
1159
|
version = "0.53.0"
|
1158
1160
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1159
1161
|
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
1160
1162
|
|
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
1163
|
[[package]]
|
1168
1164
|
name = "windows_i686_gnu"
|
1169
1165
|
version = "0.53.0"
|
1170
1166
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1171
1167
|
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
1172
1168
|
|
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
1169
|
[[package]]
|
1180
1170
|
name = "windows_i686_gnullvm"
|
1181
1171
|
version = "0.53.0"
|
1182
1172
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1183
1173
|
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
1184
1174
|
|
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
1175
|
[[package]]
|
1192
1176
|
name = "windows_i686_msvc"
|
1193
1177
|
version = "0.53.0"
|
1194
1178
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1195
1179
|
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
1196
1180
|
|
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
1181
|
[[package]]
|
1204
1182
|
name = "windows_x86_64_gnu"
|
1205
1183
|
version = "0.53.0"
|
1206
1184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1207
1185
|
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
1208
1186
|
|
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
1187
|
[[package]]
|
1216
1188
|
name = "windows_x86_64_gnullvm"
|
1217
1189
|
version = "0.53.0"
|
1218
1190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1219
1191
|
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
1220
1192
|
|
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
1193
|
[[package]]
|
1228
1194
|
name = "windows_x86_64_msvc"
|
1229
1195
|
version = "0.53.0"
|