commonmarker 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Cargo.lock +255 -112
- data/lib/commonmarker/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de6266e9a2522ce683f532d04586107eea4774ed1ec9c2b72b10d526454ec25a
|
4
|
+
data.tar.gz: f10798128a0ebbd2bee7dd5891a979e8009a2df27177d169d13dda49921da46d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f978750cc46faf29213dfd038ff3f187a9ed981c64a685098a6db6a98deb2e71a6109f8df3d92dc4ac94ae9ddb9584e28df57993daa3a08b8a240a0cf66d1fb8
|
7
|
+
data.tar.gz: 15298865ab1eb0c789f37c147c04b7f38f0879b7b729243cca4feb1bb17927bb4f6984e968a6e258981c25971003386f07b8e27f9efbfcd063040bf3a21c752e
|
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.5"
|
23
23
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24
|
-
checksum = "
|
24
|
+
checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6"
|
25
25
|
dependencies = [
|
26
26
|
"anstyle",
|
27
27
|
"anstyle-parse",
|
@@ -39,43 +39,37 @@ checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
|
39
39
|
|
40
40
|
[[package]]
|
41
41
|
name = "anstyle-parse"
|
42
|
-
version = "0.2.
|
42
|
+
version = "0.2.3"
|
43
43
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
44
|
-
checksum = "
|
44
|
+
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
|
45
45
|
dependencies = [
|
46
46
|
"utf8parse",
|
47
47
|
]
|
48
48
|
|
49
49
|
[[package]]
|
50
50
|
name = "anstyle-query"
|
51
|
-
version = "1.0.
|
51
|
+
version = "1.0.2"
|
52
52
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
53
|
-
checksum = "
|
53
|
+
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
|
54
54
|
dependencies = [
|
55
|
-
"windows-sys",
|
55
|
+
"windows-sys 0.52.0",
|
56
56
|
]
|
57
57
|
|
58
58
|
[[package]]
|
59
59
|
name = "anstyle-wincon"
|
60
|
-
version = "3.0.
|
60
|
+
version = "3.0.2"
|
61
61
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
62
|
-
checksum = "
|
62
|
+
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
63
63
|
dependencies = [
|
64
64
|
"anstyle",
|
65
|
-
"windows-sys",
|
65
|
+
"windows-sys 0.52.0",
|
66
66
|
]
|
67
67
|
|
68
|
-
[[package]]
|
69
|
-
name = "autocfg"
|
70
|
-
version = "1.1.0"
|
71
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
72
|
-
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
73
|
-
|
74
68
|
[[package]]
|
75
69
|
name = "base64"
|
76
|
-
version = "0.21.
|
70
|
+
version = "0.21.5"
|
77
71
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
78
|
-
checksum = "
|
72
|
+
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
|
79
73
|
|
80
74
|
[[package]]
|
81
75
|
name = "bincode"
|
@@ -88,11 +82,11 @@ dependencies = [
|
|
88
82
|
|
89
83
|
[[package]]
|
90
84
|
name = "bindgen"
|
91
|
-
version = "0.
|
85
|
+
version = "0.69.1"
|
92
86
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
93
|
-
checksum = "
|
87
|
+
checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2"
|
94
88
|
dependencies = [
|
95
|
-
"bitflags 2.4.
|
89
|
+
"bitflags 2.4.1",
|
96
90
|
"cexpr",
|
97
91
|
"clang-sys",
|
98
92
|
"lazy_static",
|
@@ -103,7 +97,7 @@ dependencies = [
|
|
103
97
|
"regex",
|
104
98
|
"rustc-hash",
|
105
99
|
"shlex",
|
106
|
-
"syn 2.0.
|
100
|
+
"syn 2.0.43",
|
107
101
|
]
|
108
102
|
|
109
103
|
[[package]]
|
@@ -129,9 +123,15 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
129
123
|
|
130
124
|
[[package]]
|
131
125
|
name = "bitflags"
|
132
|
-
version = "2.4.
|
126
|
+
version = "2.4.1"
|
133
127
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
134
|
-
checksum = "
|
128
|
+
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
129
|
+
|
130
|
+
[[package]]
|
131
|
+
name = "bumpalo"
|
132
|
+
version = "3.14.0"
|
133
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
134
|
+
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
135
135
|
|
136
136
|
[[package]]
|
137
137
|
name = "cc"
|
@@ -170,9 +170,9 @@ dependencies = [
|
|
170
170
|
|
171
171
|
[[package]]
|
172
172
|
name = "clap"
|
173
|
-
version = "4.4.
|
173
|
+
version = "4.4.12"
|
174
174
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
175
|
-
checksum = "
|
175
|
+
checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d"
|
176
176
|
dependencies = [
|
177
177
|
"clap_builder",
|
178
178
|
"clap_derive",
|
@@ -180,9 +180,9 @@ dependencies = [
|
|
180
180
|
|
181
181
|
[[package]]
|
182
182
|
name = "clap_builder"
|
183
|
-
version = "4.4.
|
183
|
+
version = "4.4.12"
|
184
184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
185
|
-
checksum = "
|
185
|
+
checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9"
|
186
186
|
dependencies = [
|
187
187
|
"anstream",
|
188
188
|
"anstyle",
|
@@ -193,21 +193,21 @@ dependencies = [
|
|
193
193
|
|
194
194
|
[[package]]
|
195
195
|
name = "clap_derive"
|
196
|
-
version = "4.4.
|
196
|
+
version = "4.4.7"
|
197
197
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
198
|
-
checksum = "
|
198
|
+
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
|
199
199
|
dependencies = [
|
200
200
|
"heck",
|
201
201
|
"proc-macro2",
|
202
202
|
"quote",
|
203
|
-
"syn 2.0.
|
203
|
+
"syn 2.0.43",
|
204
204
|
]
|
205
205
|
|
206
206
|
[[package]]
|
207
207
|
name = "clap_lex"
|
208
|
-
version = "0.
|
208
|
+
version = "0.6.0"
|
209
209
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
210
|
-
checksum = "
|
210
|
+
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
|
211
211
|
|
212
212
|
[[package]]
|
213
213
|
name = "colorchoice"
|
@@ -291,9 +291,12 @@ dependencies = [
|
|
291
291
|
|
292
292
|
[[package]]
|
293
293
|
name = "deranged"
|
294
|
-
version = "0.3.
|
294
|
+
version = "0.3.10"
|
295
295
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
296
|
-
checksum = "
|
296
|
+
checksum = "8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc"
|
297
|
+
dependencies = [
|
298
|
+
"powerfmt",
|
299
|
+
]
|
297
300
|
|
298
301
|
[[package]]
|
299
302
|
name = "derive_builder"
|
@@ -328,9 +331,9 @@ dependencies = [
|
|
328
331
|
|
329
332
|
[[package]]
|
330
333
|
name = "deunicode"
|
331
|
-
version = "
|
334
|
+
version = "1.4.2"
|
332
335
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
333
|
-
checksum = "
|
336
|
+
checksum = "3ae2a35373c5c74340b79ae6780b498b2b183915ec5dacf263aac5a099bf485a"
|
334
337
|
|
335
338
|
[[package]]
|
336
339
|
name = "emojis"
|
@@ -347,14 +350,20 @@ version = "1.0.1"
|
|
347
350
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
348
351
|
checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
|
349
352
|
|
353
|
+
[[package]]
|
354
|
+
name = "equivalent"
|
355
|
+
version = "1.0.1"
|
356
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
357
|
+
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
358
|
+
|
350
359
|
[[package]]
|
351
360
|
name = "errno"
|
352
|
-
version = "0.3.
|
361
|
+
version = "0.3.8"
|
353
362
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
354
|
-
checksum = "
|
363
|
+
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
355
364
|
dependencies = [
|
356
365
|
"libc",
|
357
|
-
"windows-sys",
|
366
|
+
"windows-sys 0.52.0",
|
358
367
|
]
|
359
368
|
|
360
369
|
[[package]]
|
@@ -369,9 +378,9 @@ dependencies = [
|
|
369
378
|
|
370
379
|
[[package]]
|
371
380
|
name = "flate2"
|
372
|
-
version = "1.0.
|
381
|
+
version = "1.0.28"
|
373
382
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
374
|
-
checksum = "
|
383
|
+
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
375
384
|
dependencies = [
|
376
385
|
"crc32fast",
|
377
386
|
"miniz_oxide",
|
@@ -391,9 +400,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
391
400
|
|
392
401
|
[[package]]
|
393
402
|
name = "hashbrown"
|
394
|
-
version = "0.
|
403
|
+
version = "0.14.3"
|
395
404
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
396
|
-
checksum = "
|
405
|
+
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
397
406
|
|
398
407
|
[[package]]
|
399
408
|
name = "heck"
|
@@ -409,19 +418,19 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
409
418
|
|
410
419
|
[[package]]
|
411
420
|
name = "indexmap"
|
412
|
-
version = "1.
|
421
|
+
version = "2.1.0"
|
413
422
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
414
|
-
checksum = "
|
423
|
+
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
|
415
424
|
dependencies = [
|
416
|
-
"
|
425
|
+
"equivalent",
|
417
426
|
"hashbrown",
|
418
427
|
]
|
419
428
|
|
420
429
|
[[package]]
|
421
430
|
name = "itoa"
|
422
|
-
version = "1.0.
|
431
|
+
version = "1.0.10"
|
423
432
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
424
|
-
checksum = "
|
433
|
+
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
425
434
|
|
426
435
|
[[package]]
|
427
436
|
name = "lazy_static"
|
@@ -437,9 +446,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
437
446
|
|
438
447
|
[[package]]
|
439
448
|
name = "libc"
|
440
|
-
version = "0.2.
|
449
|
+
version = "0.2.151"
|
441
450
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
442
|
-
checksum = "
|
451
|
+
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
|
443
452
|
|
444
453
|
[[package]]
|
445
454
|
name = "libloading"
|
@@ -468,9 +477,15 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
468
477
|
|
469
478
|
[[package]]
|
470
479
|
name = "linux-raw-sys"
|
471
|
-
version = "0.4.
|
480
|
+
version = "0.4.12"
|
481
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
482
|
+
checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
|
483
|
+
|
484
|
+
[[package]]
|
485
|
+
name = "log"
|
486
|
+
version = "0.4.20"
|
472
487
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
473
|
-
checksum = "
|
488
|
+
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
474
489
|
|
475
490
|
[[package]]
|
476
491
|
name = "magnus"
|
@@ -492,7 +507,7 @@ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
|
492
507
|
dependencies = [
|
493
508
|
"proc-macro2",
|
494
509
|
"quote",
|
495
|
-
"syn 2.0.
|
510
|
+
"syn 2.0.43",
|
496
511
|
]
|
497
512
|
|
498
513
|
[[package]]
|
@@ -528,9 +543,9 @@ dependencies = [
|
|
528
543
|
|
529
544
|
[[package]]
|
530
545
|
name = "once_cell"
|
531
|
-
version = "1.
|
546
|
+
version = "1.19.0"
|
532
547
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
533
|
-
checksum = "
|
548
|
+
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
534
549
|
|
535
550
|
[[package]]
|
536
551
|
name = "onig"
|
@@ -580,15 +595,15 @@ dependencies = [
|
|
580
595
|
|
581
596
|
[[package]]
|
582
597
|
name = "pkg-config"
|
583
|
-
version = "0.3.
|
598
|
+
version = "0.3.28"
|
584
599
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
585
|
-
checksum = "
|
600
|
+
checksum = "69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a"
|
586
601
|
|
587
602
|
[[package]]
|
588
603
|
name = "plist"
|
589
|
-
version = "1.
|
604
|
+
version = "1.6.0"
|
590
605
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
591
|
-
checksum = "
|
606
|
+
checksum = "e5699cc8a63d1aa2b1ee8e12b9ad70ac790d65788cd36101fa37f87ea46c4cef"
|
592
607
|
dependencies = [
|
593
608
|
"base64",
|
594
609
|
"indexmap",
|
@@ -598,20 +613,26 @@ dependencies = [
|
|
598
613
|
"time",
|
599
614
|
]
|
600
615
|
|
616
|
+
[[package]]
|
617
|
+
name = "powerfmt"
|
618
|
+
version = "0.2.0"
|
619
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
620
|
+
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
621
|
+
|
601
622
|
[[package]]
|
602
623
|
name = "proc-macro2"
|
603
|
-
version = "1.0.
|
624
|
+
version = "1.0.71"
|
604
625
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
605
|
-
checksum = "
|
626
|
+
checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8"
|
606
627
|
dependencies = [
|
607
628
|
"unicode-ident",
|
608
629
|
]
|
609
630
|
|
610
631
|
[[package]]
|
611
632
|
name = "quick-xml"
|
612
|
-
version = "0.
|
633
|
+
version = "0.31.0"
|
613
634
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
614
|
-
checksum = "
|
635
|
+
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
|
615
636
|
dependencies = [
|
616
637
|
"memchr",
|
617
638
|
]
|
@@ -627,18 +648,18 @@ dependencies = [
|
|
627
648
|
|
628
649
|
[[package]]
|
629
650
|
name = "rb-sys"
|
630
|
-
version = "0.9.
|
651
|
+
version = "0.9.85"
|
631
652
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
632
|
-
checksum = "
|
653
|
+
checksum = "05b780e6858b0b0eced1d55d0f097c024b77a37b41f83bd35341130f78e37c51"
|
633
654
|
dependencies = [
|
634
655
|
"rb-sys-build",
|
635
656
|
]
|
636
657
|
|
637
658
|
[[package]]
|
638
659
|
name = "rb-sys-build"
|
639
|
-
version = "0.9.
|
660
|
+
version = "0.9.85"
|
640
661
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
641
|
-
checksum = "
|
662
|
+
checksum = "44957a3bc513dad1b0f20bdd0ee3b82e729a59da44086a6b40d8bc71958a6db8"
|
642
663
|
dependencies = [
|
643
664
|
"bindgen",
|
644
665
|
"lazy_static",
|
@@ -646,7 +667,7 @@ dependencies = [
|
|
646
667
|
"quote",
|
647
668
|
"regex",
|
648
669
|
"shell-words",
|
649
|
-
"syn 2.0.
|
670
|
+
"syn 2.0.43",
|
650
671
|
]
|
651
672
|
|
652
673
|
[[package]]
|
@@ -657,25 +678,25 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
657
678
|
|
658
679
|
[[package]]
|
659
680
|
name = "regex"
|
660
|
-
version = "1.10.
|
681
|
+
version = "1.10.2"
|
661
682
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
662
|
-
checksum = "
|
683
|
+
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
663
684
|
dependencies = [
|
664
685
|
"aho-corasick",
|
665
686
|
"memchr",
|
666
687
|
"regex-automata",
|
667
|
-
"regex-syntax 0.8.
|
688
|
+
"regex-syntax 0.8.2",
|
668
689
|
]
|
669
690
|
|
670
691
|
[[package]]
|
671
692
|
name = "regex-automata"
|
672
|
-
version = "0.4.
|
693
|
+
version = "0.4.3"
|
673
694
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
674
|
-
checksum = "
|
695
|
+
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
675
696
|
dependencies = [
|
676
697
|
"aho-corasick",
|
677
698
|
"memchr",
|
678
|
-
"regex-syntax 0.8.
|
699
|
+
"regex-syntax 0.8.2",
|
679
700
|
]
|
680
701
|
|
681
702
|
[[package]]
|
@@ -686,9 +707,9 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
|
686
707
|
|
687
708
|
[[package]]
|
688
709
|
name = "regex-syntax"
|
689
|
-
version = "0.8.
|
710
|
+
version = "0.8.2"
|
690
711
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
691
|
-
checksum = "
|
712
|
+
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
692
713
|
|
693
714
|
[[package]]
|
694
715
|
name = "rustc-hash"
|
@@ -698,22 +719,22 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
698
719
|
|
699
720
|
[[package]]
|
700
721
|
name = "rustix"
|
701
|
-
version = "0.38.
|
722
|
+
version = "0.38.28"
|
702
723
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
703
|
-
checksum = "
|
724
|
+
checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
|
704
725
|
dependencies = [
|
705
|
-
"bitflags 2.4.
|
726
|
+
"bitflags 2.4.1",
|
706
727
|
"errno",
|
707
728
|
"libc",
|
708
729
|
"linux-raw-sys",
|
709
|
-
"windows-sys",
|
730
|
+
"windows-sys 0.52.0",
|
710
731
|
]
|
711
732
|
|
712
733
|
[[package]]
|
713
734
|
name = "ryu"
|
714
|
-
version = "1.0.
|
735
|
+
version = "1.0.16"
|
715
736
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
716
|
-
checksum = "
|
737
|
+
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
|
717
738
|
|
718
739
|
[[package]]
|
719
740
|
name = "safemem"
|
@@ -738,29 +759,29 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
|
738
759
|
|
739
760
|
[[package]]
|
740
761
|
name = "serde"
|
741
|
-
version = "1.0.
|
762
|
+
version = "1.0.193"
|
742
763
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
743
|
-
checksum = "
|
764
|
+
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
|
744
765
|
dependencies = [
|
745
766
|
"serde_derive",
|
746
767
|
]
|
747
768
|
|
748
769
|
[[package]]
|
749
770
|
name = "serde_derive"
|
750
|
-
version = "1.0.
|
771
|
+
version = "1.0.193"
|
751
772
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
752
|
-
checksum = "
|
773
|
+
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
|
753
774
|
dependencies = [
|
754
775
|
"proc-macro2",
|
755
776
|
"quote",
|
756
|
-
"syn 2.0.
|
777
|
+
"syn 2.0.43",
|
757
778
|
]
|
758
779
|
|
759
780
|
[[package]]
|
760
781
|
name = "serde_json"
|
761
|
-
version = "1.0.
|
782
|
+
version = "1.0.108"
|
762
783
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
763
|
-
checksum = "
|
784
|
+
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
764
785
|
dependencies = [
|
765
786
|
"itoa",
|
766
787
|
"ryu",
|
@@ -787,11 +808,12 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
787
808
|
|
788
809
|
[[package]]
|
789
810
|
name = "slug"
|
790
|
-
version = "0.1.
|
811
|
+
version = "0.1.5"
|
791
812
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
792
|
-
checksum = "
|
813
|
+
checksum = "3bd94acec9c8da640005f8e135a39fc0372e74535e6b368b7a04b875f784c8c4"
|
793
814
|
dependencies = [
|
794
815
|
"deunicode",
|
816
|
+
"wasm-bindgen",
|
795
817
|
]
|
796
818
|
|
797
819
|
[[package]]
|
@@ -813,9 +835,9 @@ dependencies = [
|
|
813
835
|
|
814
836
|
[[package]]
|
815
837
|
name = "syn"
|
816
|
-
version = "2.0.
|
838
|
+
version = "2.0.43"
|
817
839
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
818
|
-
checksum = "
|
840
|
+
checksum = "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53"
|
819
841
|
dependencies = [
|
820
842
|
"proc-macro2",
|
821
843
|
"quote",
|
@@ -851,37 +873,38 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
851
873
|
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
|
852
874
|
dependencies = [
|
853
875
|
"rustix",
|
854
|
-
"windows-sys",
|
876
|
+
"windows-sys 0.48.0",
|
855
877
|
]
|
856
878
|
|
857
879
|
[[package]]
|
858
880
|
name = "thiserror"
|
859
|
-
version = "1.0.
|
881
|
+
version = "1.0.52"
|
860
882
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
861
|
-
checksum = "
|
883
|
+
checksum = "83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d"
|
862
884
|
dependencies = [
|
863
885
|
"thiserror-impl",
|
864
886
|
]
|
865
887
|
|
866
888
|
[[package]]
|
867
889
|
name = "thiserror-impl"
|
868
|
-
version = "1.0.
|
890
|
+
version = "1.0.52"
|
869
891
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
870
|
-
checksum = "
|
892
|
+
checksum = "e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3"
|
871
893
|
dependencies = [
|
872
894
|
"proc-macro2",
|
873
895
|
"quote",
|
874
|
-
"syn 2.0.
|
896
|
+
"syn 2.0.43",
|
875
897
|
]
|
876
898
|
|
877
899
|
[[package]]
|
878
900
|
name = "time"
|
879
|
-
version = "0.3.
|
901
|
+
version = "0.3.31"
|
880
902
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
881
|
-
checksum = "
|
903
|
+
checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
|
882
904
|
dependencies = [
|
883
905
|
"deranged",
|
884
906
|
"itoa",
|
907
|
+
"powerfmt",
|
885
908
|
"serde",
|
886
909
|
"time-core",
|
887
910
|
"time-macros",
|
@@ -895,9 +918,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
895
918
|
|
896
919
|
[[package]]
|
897
920
|
name = "time-macros"
|
898
|
-
version = "0.2.
|
921
|
+
version = "0.2.16"
|
899
922
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
900
|
-
checksum = "
|
923
|
+
checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f"
|
901
924
|
dependencies = [
|
902
925
|
"time-core",
|
903
926
|
]
|
@@ -936,6 +959,60 @@ dependencies = [
|
|
936
959
|
"winapi-util",
|
937
960
|
]
|
938
961
|
|
962
|
+
[[package]]
|
963
|
+
name = "wasm-bindgen"
|
964
|
+
version = "0.2.89"
|
965
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
966
|
+
checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
|
967
|
+
dependencies = [
|
968
|
+
"cfg-if",
|
969
|
+
"wasm-bindgen-macro",
|
970
|
+
]
|
971
|
+
|
972
|
+
[[package]]
|
973
|
+
name = "wasm-bindgen-backend"
|
974
|
+
version = "0.2.89"
|
975
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
976
|
+
checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
|
977
|
+
dependencies = [
|
978
|
+
"bumpalo",
|
979
|
+
"log",
|
980
|
+
"once_cell",
|
981
|
+
"proc-macro2",
|
982
|
+
"quote",
|
983
|
+
"syn 2.0.43",
|
984
|
+
"wasm-bindgen-shared",
|
985
|
+
]
|
986
|
+
|
987
|
+
[[package]]
|
988
|
+
name = "wasm-bindgen-macro"
|
989
|
+
version = "0.2.89"
|
990
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
991
|
+
checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
|
992
|
+
dependencies = [
|
993
|
+
"quote",
|
994
|
+
"wasm-bindgen-macro-support",
|
995
|
+
]
|
996
|
+
|
997
|
+
[[package]]
|
998
|
+
name = "wasm-bindgen-macro-support"
|
999
|
+
version = "0.2.89"
|
1000
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1001
|
+
checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
|
1002
|
+
dependencies = [
|
1003
|
+
"proc-macro2",
|
1004
|
+
"quote",
|
1005
|
+
"syn 2.0.43",
|
1006
|
+
"wasm-bindgen-backend",
|
1007
|
+
"wasm-bindgen-shared",
|
1008
|
+
]
|
1009
|
+
|
1010
|
+
[[package]]
|
1011
|
+
name = "wasm-bindgen-shared"
|
1012
|
+
version = "0.2.89"
|
1013
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1014
|
+
checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
|
1015
|
+
|
939
1016
|
[[package]]
|
940
1017
|
name = "winapi"
|
941
1018
|
version = "0.3.9"
|
@@ -973,7 +1050,16 @@ version = "0.48.0"
|
|
973
1050
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
974
1051
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
975
1052
|
dependencies = [
|
976
|
-
"windows-targets",
|
1053
|
+
"windows-targets 0.48.5",
|
1054
|
+
]
|
1055
|
+
|
1056
|
+
[[package]]
|
1057
|
+
name = "windows-sys"
|
1058
|
+
version = "0.52.0"
|
1059
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1060
|
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
1061
|
+
dependencies = [
|
1062
|
+
"windows-targets 0.52.0",
|
977
1063
|
]
|
978
1064
|
|
979
1065
|
[[package]]
|
@@ -982,13 +1068,28 @@ version = "0.48.5"
|
|
982
1068
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
983
1069
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
984
1070
|
dependencies = [
|
985
|
-
"windows_aarch64_gnullvm",
|
986
|
-
"windows_aarch64_msvc",
|
987
|
-
"windows_i686_gnu",
|
988
|
-
"windows_i686_msvc",
|
989
|
-
"windows_x86_64_gnu",
|
990
|
-
"windows_x86_64_gnullvm",
|
991
|
-
"windows_x86_64_msvc",
|
1071
|
+
"windows_aarch64_gnullvm 0.48.5",
|
1072
|
+
"windows_aarch64_msvc 0.48.5",
|
1073
|
+
"windows_i686_gnu 0.48.5",
|
1074
|
+
"windows_i686_msvc 0.48.5",
|
1075
|
+
"windows_x86_64_gnu 0.48.5",
|
1076
|
+
"windows_x86_64_gnullvm 0.48.5",
|
1077
|
+
"windows_x86_64_msvc 0.48.5",
|
1078
|
+
]
|
1079
|
+
|
1080
|
+
[[package]]
|
1081
|
+
name = "windows-targets"
|
1082
|
+
version = "0.52.0"
|
1083
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1084
|
+
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
|
1085
|
+
dependencies = [
|
1086
|
+
"windows_aarch64_gnullvm 0.52.0",
|
1087
|
+
"windows_aarch64_msvc 0.52.0",
|
1088
|
+
"windows_i686_gnu 0.52.0",
|
1089
|
+
"windows_i686_msvc 0.52.0",
|
1090
|
+
"windows_x86_64_gnu 0.52.0",
|
1091
|
+
"windows_x86_64_gnullvm 0.52.0",
|
1092
|
+
"windows_x86_64_msvc 0.52.0",
|
992
1093
|
]
|
993
1094
|
|
994
1095
|
[[package]]
|
@@ -997,42 +1098,84 @@ version = "0.48.5"
|
|
997
1098
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
998
1099
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
999
1100
|
|
1101
|
+
[[package]]
|
1102
|
+
name = "windows_aarch64_gnullvm"
|
1103
|
+
version = "0.52.0"
|
1104
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1105
|
+
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
|
1106
|
+
|
1000
1107
|
[[package]]
|
1001
1108
|
name = "windows_aarch64_msvc"
|
1002
1109
|
version = "0.48.5"
|
1003
1110
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1004
1111
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
1005
1112
|
|
1113
|
+
[[package]]
|
1114
|
+
name = "windows_aarch64_msvc"
|
1115
|
+
version = "0.52.0"
|
1116
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1117
|
+
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
|
1118
|
+
|
1006
1119
|
[[package]]
|
1007
1120
|
name = "windows_i686_gnu"
|
1008
1121
|
version = "0.48.5"
|
1009
1122
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1010
1123
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
1011
1124
|
|
1125
|
+
[[package]]
|
1126
|
+
name = "windows_i686_gnu"
|
1127
|
+
version = "0.52.0"
|
1128
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1129
|
+
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
|
1130
|
+
|
1012
1131
|
[[package]]
|
1013
1132
|
name = "windows_i686_msvc"
|
1014
1133
|
version = "0.48.5"
|
1015
1134
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1016
1135
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
1017
1136
|
|
1137
|
+
[[package]]
|
1138
|
+
name = "windows_i686_msvc"
|
1139
|
+
version = "0.52.0"
|
1140
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1141
|
+
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
|
1142
|
+
|
1018
1143
|
[[package]]
|
1019
1144
|
name = "windows_x86_64_gnu"
|
1020
1145
|
version = "0.48.5"
|
1021
1146
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1022
1147
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
1023
1148
|
|
1149
|
+
[[package]]
|
1150
|
+
name = "windows_x86_64_gnu"
|
1151
|
+
version = "0.52.0"
|
1152
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1153
|
+
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
|
1154
|
+
|
1024
1155
|
[[package]]
|
1025
1156
|
name = "windows_x86_64_gnullvm"
|
1026
1157
|
version = "0.48.5"
|
1027
1158
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1028
1159
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
1029
1160
|
|
1161
|
+
[[package]]
|
1162
|
+
name = "windows_x86_64_gnullvm"
|
1163
|
+
version = "0.52.0"
|
1164
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1165
|
+
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
|
1166
|
+
|
1030
1167
|
[[package]]
|
1031
1168
|
name = "windows_x86_64_msvc"
|
1032
1169
|
version = "0.48.5"
|
1033
1170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1034
1171
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
1035
1172
|
|
1173
|
+
[[package]]
|
1174
|
+
name = "windows_x86_64_msvc"
|
1175
|
+
version = "0.52.0"
|
1176
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1177
|
+
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|
1178
|
+
|
1036
1179
|
[[package]]
|
1037
1180
|
name = "xdg"
|
1038
1181
|
version = "2.5.2"
|
data/lib/commonmarker/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: commonmarker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Garen Torikian
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-12-
|
12
|
+
date: 2023-12-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rb_sys
|
@@ -94,9 +94,9 @@ require_paths:
|
|
94
94
|
- lib
|
95
95
|
required_ruby_version: !ruby/object:Gem::Requirement
|
96
96
|
requirements:
|
97
|
-
- - "
|
97
|
+
- - ">="
|
98
98
|
- !ruby/object:Gem::Version
|
99
|
-
version:
|
99
|
+
version: 3.1.0
|
100
100
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
101
101
|
requirements:
|
102
102
|
- - ">="
|