gitlab-glfm-markdown 0.0.4 → 0.0.8
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 +249 -245
- data/LICENSE +9 -2
- data/README.md +26 -3
- data/ext/glfm_markdown/Cargo.toml +10 -4
- data/ext/glfm_markdown/extconf.rb +3 -1
- data/ext/glfm_markdown/src/glfm.rs +33 -11
- data/ext/glfm_markdown/src/lib.rs +28 -5
- data/ext/glfm_markdown/src/main.rs +121 -41
- data/lib/glfm_markdown/loader.rb +8 -0
- data/lib/glfm_markdown/version.rb +1 -1
- data/lib/glfm_markdown.rb +26 -4
- metadata +16 -14
data/Cargo.lock
CHANGED
@@ -10,79 +10,66 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
10
10
|
|
11
11
|
[[package]]
|
12
12
|
name = "aho-corasick"
|
13
|
-
version = "1.
|
13
|
+
version = "1.1.2"
|
14
14
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
15
|
-
checksum = "
|
15
|
+
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
16
16
|
dependencies = [
|
17
17
|
"memchr",
|
18
18
|
]
|
19
19
|
|
20
20
|
[[package]]
|
21
21
|
name = "anstream"
|
22
|
-
version = "0.
|
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",
|
28
28
|
"anstyle-query",
|
29
29
|
"anstyle-wincon",
|
30
30
|
"colorchoice",
|
31
|
-
"is-terminal",
|
32
31
|
"utf8parse",
|
33
32
|
]
|
34
33
|
|
35
34
|
[[package]]
|
36
35
|
name = "anstyle"
|
37
|
-
version = "1.0.
|
36
|
+
version = "1.0.4"
|
38
37
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
39
|
-
checksum = "
|
38
|
+
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
40
39
|
|
41
40
|
[[package]]
|
42
41
|
name = "anstyle-parse"
|
43
|
-
version = "0.2.
|
42
|
+
version = "0.2.3"
|
44
43
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
45
|
-
checksum = "
|
44
|
+
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
|
46
45
|
dependencies = [
|
47
46
|
"utf8parse",
|
48
47
|
]
|
49
48
|
|
50
49
|
[[package]]
|
51
50
|
name = "anstyle-query"
|
52
|
-
version = "1.0.
|
51
|
+
version = "1.0.2"
|
53
52
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
54
|
-
checksum = "
|
53
|
+
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
|
55
54
|
dependencies = [
|
56
55
|
"windows-sys",
|
57
56
|
]
|
58
57
|
|
59
58
|
[[package]]
|
60
59
|
name = "anstyle-wincon"
|
61
|
-
version = "
|
60
|
+
version = "3.0.2"
|
62
61
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
63
|
-
checksum = "
|
62
|
+
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
64
63
|
dependencies = [
|
65
64
|
"anstyle",
|
66
65
|
"windows-sys",
|
67
66
|
]
|
68
67
|
|
69
|
-
[[package]]
|
70
|
-
name = "argparse"
|
71
|
-
version = "0.2.2"
|
72
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
73
|
-
checksum = "3f8ebf5827e4ac4fd5946560e6a99776ea73b596d80898f357007317a7141e47"
|
74
|
-
|
75
|
-
[[package]]
|
76
|
-
name = "autocfg"
|
77
|
-
version = "1.1.0"
|
78
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
79
|
-
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
80
|
-
|
81
68
|
[[package]]
|
82
69
|
name = "base64"
|
83
|
-
version = "0.21.
|
70
|
+
version = "0.21.5"
|
84
71
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
85
|
-
checksum = "
|
72
|
+
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
|
86
73
|
|
87
74
|
[[package]]
|
88
75
|
name = "bincode"
|
@@ -95,11 +82,11 @@ dependencies = [
|
|
95
82
|
|
96
83
|
[[package]]
|
97
84
|
name = "bindgen"
|
98
|
-
version = "0.
|
85
|
+
version = "0.69.1"
|
99
86
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
100
|
-
checksum = "
|
87
|
+
checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2"
|
101
88
|
dependencies = [
|
102
|
-
"bitflags",
|
89
|
+
"bitflags 2.4.1",
|
103
90
|
"cexpr",
|
104
91
|
"clang-sys",
|
105
92
|
"lazy_static",
|
@@ -110,7 +97,7 @@ dependencies = [
|
|
110
97
|
"regex",
|
111
98
|
"rustc-hash",
|
112
99
|
"shlex",
|
113
|
-
"syn
|
100
|
+
"syn 2.0.41",
|
114
101
|
]
|
115
102
|
|
116
103
|
[[package]]
|
@@ -134,11 +121,26 @@ version = "1.3.2"
|
|
134
121
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
135
122
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
136
123
|
|
124
|
+
[[package]]
|
125
|
+
name = "bitflags"
|
126
|
+
version = "2.4.1"
|
127
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
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
|
+
|
137
136
|
[[package]]
|
138
137
|
name = "cc"
|
139
|
-
version = "1.0.
|
138
|
+
version = "1.0.83"
|
140
139
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
141
|
-
checksum = "
|
140
|
+
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
141
|
+
dependencies = [
|
142
|
+
"libc",
|
143
|
+
]
|
142
144
|
|
143
145
|
[[package]]
|
144
146
|
name = "cexpr"
|
@@ -168,46 +170,43 @@ dependencies = [
|
|
168
170
|
|
169
171
|
[[package]]
|
170
172
|
name = "clap"
|
171
|
-
version = "4.
|
173
|
+
version = "4.4.11"
|
172
174
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
173
|
-
checksum = "
|
175
|
+
checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2"
|
174
176
|
dependencies = [
|
175
177
|
"clap_builder",
|
176
178
|
"clap_derive",
|
177
|
-
"once_cell",
|
178
179
|
]
|
179
180
|
|
180
181
|
[[package]]
|
181
182
|
name = "clap_builder"
|
182
|
-
version = "4.
|
183
|
+
version = "4.4.11"
|
183
184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
184
|
-
checksum = "
|
185
|
+
checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb"
|
185
186
|
dependencies = [
|
186
187
|
"anstream",
|
187
188
|
"anstyle",
|
188
|
-
"bitflags",
|
189
189
|
"clap_lex",
|
190
190
|
"strsim",
|
191
|
-
"terminal_size",
|
192
191
|
]
|
193
192
|
|
194
193
|
[[package]]
|
195
194
|
name = "clap_derive"
|
196
|
-
version = "4.
|
195
|
+
version = "4.4.7"
|
197
196
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
198
|
-
checksum = "
|
197
|
+
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
|
199
198
|
dependencies = [
|
200
199
|
"heck",
|
201
200
|
"proc-macro2",
|
202
201
|
"quote",
|
203
|
-
"syn 2.0.
|
202
|
+
"syn 2.0.41",
|
204
203
|
]
|
205
204
|
|
206
205
|
[[package]]
|
207
206
|
name = "clap_lex"
|
208
|
-
version = "0.
|
207
|
+
version = "0.6.0"
|
209
208
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
210
|
-
checksum = "
|
209
|
+
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
|
211
210
|
|
212
211
|
[[package]]
|
213
212
|
name = "colorchoice"
|
@@ -217,21 +216,19 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
217
216
|
|
218
217
|
[[package]]
|
219
218
|
name = "comrak"
|
220
|
-
version = "0.
|
221
|
-
source = "
|
219
|
+
version = "0.20.0"
|
220
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
221
|
+
checksum = "9f18e72341e6cdc7489cffb76f993812a14a906db54dedb020044ccc211dcaae"
|
222
222
|
dependencies = [
|
223
|
-
"clap",
|
224
223
|
"derive_builder",
|
225
224
|
"entities",
|
226
225
|
"memchr",
|
227
226
|
"once_cell",
|
228
227
|
"regex",
|
229
|
-
"shell-words",
|
230
228
|
"slug",
|
231
229
|
"syntect",
|
232
230
|
"typed-arena",
|
233
231
|
"unicode_categories",
|
234
|
-
"xdg",
|
235
232
|
]
|
236
233
|
|
237
234
|
[[package]]
|
@@ -278,6 +275,15 @@ dependencies = [
|
|
278
275
|
"syn 1.0.109",
|
279
276
|
]
|
280
277
|
|
278
|
+
[[package]]
|
279
|
+
name = "deranged"
|
280
|
+
version = "0.3.10"
|
281
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
282
|
+
checksum = "8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc"
|
283
|
+
dependencies = [
|
284
|
+
"powerfmt",
|
285
|
+
]
|
286
|
+
|
281
287
|
[[package]]
|
282
288
|
name = "derive_builder"
|
283
289
|
version = "0.12.0"
|
@@ -311,9 +317,9 @@ dependencies = [
|
|
311
317
|
|
312
318
|
[[package]]
|
313
319
|
name = "deunicode"
|
314
|
-
version = "
|
320
|
+
version = "1.4.2"
|
315
321
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
316
|
-
checksum = "
|
322
|
+
checksum = "3ae2a35373c5c74340b79ae6780b498b2b183915ec5dacf263aac5a099bf485a"
|
317
323
|
|
318
324
|
[[package]]
|
319
325
|
name = "entities"
|
@@ -322,31 +328,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
322
328
|
checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
|
323
329
|
|
324
330
|
[[package]]
|
325
|
-
name = "
|
326
|
-
version = "0.
|
327
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
328
|
-
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
329
|
-
dependencies = [
|
330
|
-
"errno-dragonfly",
|
331
|
-
"libc",
|
332
|
-
"windows-sys",
|
333
|
-
]
|
334
|
-
|
335
|
-
[[package]]
|
336
|
-
name = "errno-dragonfly"
|
337
|
-
version = "0.1.2"
|
331
|
+
name = "equivalent"
|
332
|
+
version = "1.0.1"
|
338
333
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
339
|
-
checksum = "
|
340
|
-
dependencies = [
|
341
|
-
"cc",
|
342
|
-
"libc",
|
343
|
-
]
|
334
|
+
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
344
335
|
|
345
336
|
[[package]]
|
346
337
|
name = "fancy-regex"
|
347
|
-
version = "0.
|
338
|
+
version = "0.11.0"
|
348
339
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
349
|
-
checksum = "
|
340
|
+
checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
|
350
341
|
dependencies = [
|
351
342
|
"bit-set",
|
352
343
|
"regex",
|
@@ -354,9 +345,9 @@ dependencies = [
|
|
354
345
|
|
355
346
|
[[package]]
|
356
347
|
name = "flate2"
|
357
|
-
version = "1.0.
|
348
|
+
version = "1.0.28"
|
358
349
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
359
|
-
checksum = "
|
350
|
+
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
360
351
|
dependencies = [
|
361
352
|
"crc32fast",
|
362
353
|
"miniz_oxide",
|
@@ -370,11 +361,12 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
370
361
|
|
371
362
|
[[package]]
|
372
363
|
name = "glfm_markdown"
|
373
|
-
version = "0.0.
|
364
|
+
version = "0.0.8"
|
374
365
|
dependencies = [
|
375
|
-
"
|
366
|
+
"clap",
|
376
367
|
"comrak",
|
377
368
|
"magnus",
|
369
|
+
"rb-sys",
|
378
370
|
]
|
379
371
|
|
380
372
|
[[package]]
|
@@ -385,9 +377,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
385
377
|
|
386
378
|
[[package]]
|
387
379
|
name = "hashbrown"
|
388
|
-
version = "0.
|
380
|
+
version = "0.14.3"
|
389
381
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
390
|
-
checksum = "
|
382
|
+
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
391
383
|
|
392
384
|
[[package]]
|
393
385
|
name = "heck"
|
@@ -395,21 +387,6 @@ version = "0.4.1"
|
|
395
387
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
396
388
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
397
389
|
|
398
|
-
[[package]]
|
399
|
-
name = "hermit-abi"
|
400
|
-
version = "0.3.1"
|
401
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
402
|
-
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
403
|
-
|
404
|
-
[[package]]
|
405
|
-
name = "home"
|
406
|
-
version = "0.5.5"
|
407
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
408
|
-
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
409
|
-
dependencies = [
|
410
|
-
"windows-sys",
|
411
|
-
]
|
412
|
-
|
413
390
|
[[package]]
|
414
391
|
name = "ident_case"
|
415
392
|
version = "1.0.1"
|
@@ -418,42 +395,19 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
418
395
|
|
419
396
|
[[package]]
|
420
397
|
name = "indexmap"
|
421
|
-
version = "1.
|
398
|
+
version = "2.1.0"
|
422
399
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
423
|
-
checksum = "
|
400
|
+
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
|
424
401
|
dependencies = [
|
425
|
-
"
|
402
|
+
"equivalent",
|
426
403
|
"hashbrown",
|
427
404
|
]
|
428
405
|
|
429
|
-
[[package]]
|
430
|
-
name = "io-lifetimes"
|
431
|
-
version = "1.0.11"
|
432
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
433
|
-
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
434
|
-
dependencies = [
|
435
|
-
"hermit-abi",
|
436
|
-
"libc",
|
437
|
-
"windows-sys",
|
438
|
-
]
|
439
|
-
|
440
|
-
[[package]]
|
441
|
-
name = "is-terminal"
|
442
|
-
version = "0.4.7"
|
443
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
444
|
-
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
|
445
|
-
dependencies = [
|
446
|
-
"hermit-abi",
|
447
|
-
"io-lifetimes",
|
448
|
-
"rustix",
|
449
|
-
"windows-sys",
|
450
|
-
]
|
451
|
-
|
452
406
|
[[package]]
|
453
407
|
name = "itoa"
|
454
|
-
version = "1.0.
|
408
|
+
version = "1.0.10"
|
455
409
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
456
|
-
checksum = "
|
410
|
+
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
457
411
|
|
458
412
|
[[package]]
|
459
413
|
name = "lazy_static"
|
@@ -469,9 +423,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
469
423
|
|
470
424
|
[[package]]
|
471
425
|
name = "libc"
|
472
|
-
version = "0.2.
|
426
|
+
version = "0.2.151"
|
473
427
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
474
|
-
checksum = "
|
428
|
+
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
|
475
429
|
|
476
430
|
[[package]]
|
477
431
|
name = "libloading"
|
@@ -499,38 +453,39 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
499
453
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
500
454
|
|
501
455
|
[[package]]
|
502
|
-
name = "
|
503
|
-
version = "0.
|
456
|
+
name = "log"
|
457
|
+
version = "0.4.20"
|
504
458
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
505
|
-
checksum = "
|
459
|
+
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
506
460
|
|
507
461
|
[[package]]
|
508
462
|
name = "magnus"
|
509
|
-
version = "0.
|
463
|
+
version = "0.6.2"
|
510
464
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
511
|
-
checksum = "
|
465
|
+
checksum = "4778544796676e8428e9c622460ebf284bea52d8b10db3aeb449d8b5e61b3a13"
|
512
466
|
dependencies = [
|
513
467
|
"magnus-macros",
|
514
468
|
"rb-sys",
|
515
469
|
"rb-sys-env",
|
470
|
+
"seq-macro",
|
516
471
|
]
|
517
472
|
|
518
473
|
[[package]]
|
519
474
|
name = "magnus-macros"
|
520
|
-
version = "0.
|
475
|
+
version = "0.6.0"
|
521
476
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
522
|
-
checksum = "
|
477
|
+
checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
523
478
|
dependencies = [
|
524
479
|
"proc-macro2",
|
525
480
|
"quote",
|
526
|
-
"syn
|
481
|
+
"syn 2.0.41",
|
527
482
|
]
|
528
483
|
|
529
484
|
[[package]]
|
530
485
|
name = "memchr"
|
531
|
-
version = "2.
|
486
|
+
version = "2.6.4"
|
532
487
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
533
|
-
checksum = "
|
488
|
+
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
534
489
|
|
535
490
|
[[package]]
|
536
491
|
name = "minimal-lexical"
|
@@ -559,9 +514,9 @@ dependencies = [
|
|
559
514
|
|
560
515
|
[[package]]
|
561
516
|
name = "once_cell"
|
562
|
-
version = "1.
|
517
|
+
version = "1.19.0"
|
563
518
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
564
|
-
checksum = "
|
519
|
+
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
565
520
|
|
566
521
|
[[package]]
|
567
522
|
name = "onig"
|
@@ -569,7 +524,7 @@ version = "6.4.0"
|
|
569
524
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
570
525
|
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
|
571
526
|
dependencies = [
|
572
|
-
"bitflags",
|
527
|
+
"bitflags 1.3.2",
|
573
528
|
"libc",
|
574
529
|
"once_cell",
|
575
530
|
"onig_sys",
|
@@ -599,9 +554,9 @@ checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
|
599
554
|
|
600
555
|
[[package]]
|
601
556
|
name = "plist"
|
602
|
-
version = "1.
|
557
|
+
version = "1.6.0"
|
603
558
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
604
|
-
checksum = "
|
559
|
+
checksum = "e5699cc8a63d1aa2b1ee8e12b9ad70ac790d65788cd36101fa37f87ea46c4cef"
|
605
560
|
dependencies = [
|
606
561
|
"base64",
|
607
562
|
"indexmap",
|
@@ -611,47 +566,53 @@ dependencies = [
|
|
611
566
|
"time",
|
612
567
|
]
|
613
568
|
|
569
|
+
[[package]]
|
570
|
+
name = "powerfmt"
|
571
|
+
version = "0.2.0"
|
572
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
573
|
+
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
574
|
+
|
614
575
|
[[package]]
|
615
576
|
name = "proc-macro2"
|
616
|
-
version = "1.0.
|
577
|
+
version = "1.0.70"
|
617
578
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
618
|
-
checksum = "
|
579
|
+
checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
|
619
580
|
dependencies = [
|
620
581
|
"unicode-ident",
|
621
582
|
]
|
622
583
|
|
623
584
|
[[package]]
|
624
585
|
name = "quick-xml"
|
625
|
-
version = "0.
|
586
|
+
version = "0.31.0"
|
626
587
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
627
|
-
checksum = "
|
588
|
+
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
|
628
589
|
dependencies = [
|
629
590
|
"memchr",
|
630
591
|
]
|
631
592
|
|
632
593
|
[[package]]
|
633
594
|
name = "quote"
|
634
|
-
version = "1.0.
|
595
|
+
version = "1.0.33"
|
635
596
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
636
|
-
checksum = "
|
597
|
+
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
637
598
|
dependencies = [
|
638
599
|
"proc-macro2",
|
639
600
|
]
|
640
601
|
|
641
602
|
[[package]]
|
642
603
|
name = "rb-sys"
|
643
|
-
version = "0.9.
|
604
|
+
version = "0.9.84"
|
644
605
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
645
|
-
checksum = "
|
606
|
+
checksum = "3def04a96a36ef8681a2b2e26c01683b93a8630175c845fa06cab76c5a8c7ce0"
|
646
607
|
dependencies = [
|
647
608
|
"rb-sys-build",
|
648
609
|
]
|
649
610
|
|
650
611
|
[[package]]
|
651
612
|
name = "rb-sys-build"
|
652
|
-
version = "0.9.
|
613
|
+
version = "0.9.84"
|
653
614
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
654
|
-
checksum = "
|
615
|
+
checksum = "c017d134afd764dd43c2faa91aa50b698a3bb4ff30e83113da483c789e74be8c"
|
655
616
|
dependencies = [
|
656
617
|
"bindgen",
|
657
618
|
"lazy_static",
|
@@ -659,7 +620,7 @@ dependencies = [
|
|
659
620
|
"quote",
|
660
621
|
"regex",
|
661
622
|
"shell-words",
|
662
|
-
"syn
|
623
|
+
"syn 2.0.41",
|
663
624
|
]
|
664
625
|
|
665
626
|
[[package]]
|
@@ -670,26 +631,38 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
670
631
|
|
671
632
|
[[package]]
|
672
633
|
name = "regex"
|
673
|
-
version = "1.
|
634
|
+
version = "1.10.2"
|
674
635
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
675
|
-
checksum = "
|
636
|
+
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
676
637
|
dependencies = [
|
677
638
|
"aho-corasick",
|
678
639
|
"memchr",
|
679
|
-
"regex-
|
640
|
+
"regex-automata",
|
641
|
+
"regex-syntax 0.8.2",
|
642
|
+
]
|
643
|
+
|
644
|
+
[[package]]
|
645
|
+
name = "regex-automata"
|
646
|
+
version = "0.4.3"
|
647
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
648
|
+
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
649
|
+
dependencies = [
|
650
|
+
"aho-corasick",
|
651
|
+
"memchr",
|
652
|
+
"regex-syntax 0.8.2",
|
680
653
|
]
|
681
654
|
|
682
655
|
[[package]]
|
683
656
|
name = "regex-syntax"
|
684
|
-
version = "0.
|
657
|
+
version = "0.7.5"
|
685
658
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
686
|
-
checksum = "
|
659
|
+
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
687
660
|
|
688
661
|
[[package]]
|
689
662
|
name = "regex-syntax"
|
690
|
-
version = "0.
|
663
|
+
version = "0.8.2"
|
691
664
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
692
|
-
checksum = "
|
665
|
+
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
693
666
|
|
694
667
|
[[package]]
|
695
668
|
name = "rustc-hash"
|
@@ -697,25 +670,11 @@ version = "1.1.0"
|
|
697
670
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
698
671
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
699
672
|
|
700
|
-
[[package]]
|
701
|
-
name = "rustix"
|
702
|
-
version = "0.37.20"
|
703
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
704
|
-
checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
|
705
|
-
dependencies = [
|
706
|
-
"bitflags",
|
707
|
-
"errno",
|
708
|
-
"io-lifetimes",
|
709
|
-
"libc",
|
710
|
-
"linux-raw-sys",
|
711
|
-
"windows-sys",
|
712
|
-
]
|
713
|
-
|
714
673
|
[[package]]
|
715
674
|
name = "ryu"
|
716
|
-
version = "1.0.
|
675
|
+
version = "1.0.16"
|
717
676
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
718
|
-
checksum = "
|
677
|
+
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
|
719
678
|
|
720
679
|
[[package]]
|
721
680
|
name = "safemem"
|
@@ -732,28 +691,37 @@ dependencies = [
|
|
732
691
|
"winapi-util",
|
733
692
|
]
|
734
693
|
|
694
|
+
[[package]]
|
695
|
+
name = "seq-macro"
|
696
|
+
version = "0.3.5"
|
697
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
698
|
+
checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
699
|
+
|
735
700
|
[[package]]
|
736
701
|
name = "serde"
|
737
|
-
version = "1.0.
|
702
|
+
version = "1.0.193"
|
738
703
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
739
|
-
checksum = "
|
704
|
+
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
|
705
|
+
dependencies = [
|
706
|
+
"serde_derive",
|
707
|
+
]
|
740
708
|
|
741
709
|
[[package]]
|
742
710
|
name = "serde_derive"
|
743
|
-
version = "1.0.
|
711
|
+
version = "1.0.193"
|
744
712
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
745
|
-
checksum = "
|
713
|
+
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
|
746
714
|
dependencies = [
|
747
715
|
"proc-macro2",
|
748
716
|
"quote",
|
749
|
-
"syn 2.0.
|
717
|
+
"syn 2.0.41",
|
750
718
|
]
|
751
719
|
|
752
720
|
[[package]]
|
753
721
|
name = "serde_json"
|
754
|
-
version = "1.0.
|
722
|
+
version = "1.0.108"
|
755
723
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
756
|
-
checksum = "
|
724
|
+
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
757
725
|
dependencies = [
|
758
726
|
"itoa",
|
759
727
|
"ryu",
|
@@ -768,17 +736,18 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
768
736
|
|
769
737
|
[[package]]
|
770
738
|
name = "shlex"
|
771
|
-
version = "1.
|
739
|
+
version = "1.2.0"
|
772
740
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
773
|
-
checksum = "
|
741
|
+
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
|
774
742
|
|
775
743
|
[[package]]
|
776
744
|
name = "slug"
|
777
|
-
version = "0.1.
|
745
|
+
version = "0.1.5"
|
778
746
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
779
|
-
checksum = "
|
747
|
+
checksum = "3bd94acec9c8da640005f8e135a39fc0372e74535e6b368b7a04b875f784c8c4"
|
780
748
|
dependencies = [
|
781
749
|
"deunicode",
|
750
|
+
"wasm-bindgen",
|
782
751
|
]
|
783
752
|
|
784
753
|
[[package]]
|
@@ -800,9 +769,9 @@ dependencies = [
|
|
800
769
|
|
801
770
|
[[package]]
|
802
771
|
name = "syn"
|
803
|
-
version = "2.0.
|
772
|
+
version = "2.0.41"
|
804
773
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
805
|
-
checksum = "
|
774
|
+
checksum = "44c8b28c477cc3bf0e7966561e3460130e1255f7a1cf71931075f1c5e7a7e269"
|
806
775
|
dependencies = [
|
807
776
|
"proc-macro2",
|
808
777
|
"quote",
|
@@ -811,65 +780,55 @@ dependencies = [
|
|
811
780
|
|
812
781
|
[[package]]
|
813
782
|
name = "syntect"
|
814
|
-
version = "5.
|
783
|
+
version = "5.1.0"
|
815
784
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
816
|
-
checksum = "
|
785
|
+
checksum = "e02b4b303bf8d08bfeb0445cba5068a3d306b6baece1d5582171a9bf49188f91"
|
817
786
|
dependencies = [
|
818
787
|
"bincode",
|
819
|
-
"bitflags",
|
788
|
+
"bitflags 1.3.2",
|
820
789
|
"fancy-regex",
|
821
790
|
"flate2",
|
822
791
|
"fnv",
|
823
|
-
"lazy_static",
|
824
792
|
"once_cell",
|
825
793
|
"onig",
|
826
794
|
"plist",
|
827
|
-
"regex-syntax 0.
|
795
|
+
"regex-syntax 0.7.5",
|
828
796
|
"serde",
|
829
|
-
"serde_derive",
|
830
797
|
"serde_json",
|
831
798
|
"thiserror",
|
832
799
|
"walkdir",
|
833
800
|
"yaml-rust",
|
834
801
|
]
|
835
802
|
|
836
|
-
[[package]]
|
837
|
-
name = "terminal_size"
|
838
|
-
version = "0.2.6"
|
839
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
840
|
-
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
|
841
|
-
dependencies = [
|
842
|
-
"rustix",
|
843
|
-
"windows-sys",
|
844
|
-
]
|
845
|
-
|
846
803
|
[[package]]
|
847
804
|
name = "thiserror"
|
848
|
-
version = "1.0.
|
805
|
+
version = "1.0.51"
|
849
806
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
850
|
-
checksum = "
|
807
|
+
checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7"
|
851
808
|
dependencies = [
|
852
809
|
"thiserror-impl",
|
853
810
|
]
|
854
811
|
|
855
812
|
[[package]]
|
856
813
|
name = "thiserror-impl"
|
857
|
-
version = "1.0.
|
814
|
+
version = "1.0.51"
|
858
815
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
859
|
-
checksum = "
|
816
|
+
checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df"
|
860
817
|
dependencies = [
|
861
818
|
"proc-macro2",
|
862
819
|
"quote",
|
863
|
-
"syn 2.0.
|
820
|
+
"syn 2.0.41",
|
864
821
|
]
|
865
822
|
|
866
823
|
[[package]]
|
867
824
|
name = "time"
|
868
|
-
version = "0.3.
|
825
|
+
version = "0.3.31"
|
869
826
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
870
|
-
checksum = "
|
827
|
+
checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
|
871
828
|
dependencies = [
|
829
|
+
"deranged",
|
872
830
|
"itoa",
|
831
|
+
"powerfmt",
|
873
832
|
"serde",
|
874
833
|
"time-core",
|
875
834
|
"time-macros",
|
@@ -877,15 +836,15 @@ dependencies = [
|
|
877
836
|
|
878
837
|
[[package]]
|
879
838
|
name = "time-core"
|
880
|
-
version = "0.1.
|
839
|
+
version = "0.1.2"
|
881
840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
882
|
-
checksum = "
|
841
|
+
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
883
842
|
|
884
843
|
[[package]]
|
885
844
|
name = "time-macros"
|
886
|
-
version = "0.2.
|
845
|
+
version = "0.2.16"
|
887
846
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
888
|
-
checksum = "
|
847
|
+
checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f"
|
889
848
|
dependencies = [
|
890
849
|
"time-core",
|
891
850
|
]
|
@@ -898,9 +857,9 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
|
898
857
|
|
899
858
|
[[package]]
|
900
859
|
name = "unicode-ident"
|
901
|
-
version = "1.0.
|
860
|
+
version = "1.0.12"
|
902
861
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
903
|
-
checksum = "
|
862
|
+
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
904
863
|
|
905
864
|
[[package]]
|
906
865
|
name = "unicode_categories"
|
@@ -916,14 +875,68 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
916
875
|
|
917
876
|
[[package]]
|
918
877
|
name = "walkdir"
|
919
|
-
version = "2.
|
878
|
+
version = "2.4.0"
|
920
879
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
921
|
-
checksum = "
|
880
|
+
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
922
881
|
dependencies = [
|
923
882
|
"same-file",
|
924
883
|
"winapi-util",
|
925
884
|
]
|
926
885
|
|
886
|
+
[[package]]
|
887
|
+
name = "wasm-bindgen"
|
888
|
+
version = "0.2.89"
|
889
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
890
|
+
checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
|
891
|
+
dependencies = [
|
892
|
+
"cfg-if",
|
893
|
+
"wasm-bindgen-macro",
|
894
|
+
]
|
895
|
+
|
896
|
+
[[package]]
|
897
|
+
name = "wasm-bindgen-backend"
|
898
|
+
version = "0.2.89"
|
899
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
900
|
+
checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
|
901
|
+
dependencies = [
|
902
|
+
"bumpalo",
|
903
|
+
"log",
|
904
|
+
"once_cell",
|
905
|
+
"proc-macro2",
|
906
|
+
"quote",
|
907
|
+
"syn 2.0.41",
|
908
|
+
"wasm-bindgen-shared",
|
909
|
+
]
|
910
|
+
|
911
|
+
[[package]]
|
912
|
+
name = "wasm-bindgen-macro"
|
913
|
+
version = "0.2.89"
|
914
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
915
|
+
checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
|
916
|
+
dependencies = [
|
917
|
+
"quote",
|
918
|
+
"wasm-bindgen-macro-support",
|
919
|
+
]
|
920
|
+
|
921
|
+
[[package]]
|
922
|
+
name = "wasm-bindgen-macro-support"
|
923
|
+
version = "0.2.89"
|
924
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
925
|
+
checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
|
926
|
+
dependencies = [
|
927
|
+
"proc-macro2",
|
928
|
+
"quote",
|
929
|
+
"syn 2.0.41",
|
930
|
+
"wasm-bindgen-backend",
|
931
|
+
"wasm-bindgen-shared",
|
932
|
+
]
|
933
|
+
|
934
|
+
[[package]]
|
935
|
+
name = "wasm-bindgen-shared"
|
936
|
+
version = "0.2.89"
|
937
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
938
|
+
checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
|
939
|
+
|
927
940
|
[[package]]
|
928
941
|
name = "winapi"
|
929
942
|
version = "0.3.9"
|
@@ -942,9 +955,9 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
942
955
|
|
943
956
|
[[package]]
|
944
957
|
name = "winapi-util"
|
945
|
-
version = "0.1.
|
958
|
+
version = "0.1.6"
|
946
959
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
947
|
-
checksum = "
|
960
|
+
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
948
961
|
dependencies = [
|
949
962
|
"winapi",
|
950
963
|
]
|
@@ -957,18 +970,18 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
957
970
|
|
958
971
|
[[package]]
|
959
972
|
name = "windows-sys"
|
960
|
-
version = "0.
|
973
|
+
version = "0.52.0"
|
961
974
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
962
|
-
checksum = "
|
975
|
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
963
976
|
dependencies = [
|
964
977
|
"windows-targets",
|
965
978
|
]
|
966
979
|
|
967
980
|
[[package]]
|
968
981
|
name = "windows-targets"
|
969
|
-
version = "0.
|
982
|
+
version = "0.52.0"
|
970
983
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
971
|
-
checksum = "
|
984
|
+
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
|
972
985
|
dependencies = [
|
973
986
|
"windows_aarch64_gnullvm",
|
974
987
|
"windows_aarch64_msvc",
|
@@ -981,54 +994,45 @@ dependencies = [
|
|
981
994
|
|
982
995
|
[[package]]
|
983
996
|
name = "windows_aarch64_gnullvm"
|
984
|
-
version = "0.
|
997
|
+
version = "0.52.0"
|
985
998
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
986
|
-
checksum = "
|
999
|
+
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
|
987
1000
|
|
988
1001
|
[[package]]
|
989
1002
|
name = "windows_aarch64_msvc"
|
990
|
-
version = "0.
|
1003
|
+
version = "0.52.0"
|
991
1004
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
992
|
-
checksum = "
|
1005
|
+
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
|
993
1006
|
|
994
1007
|
[[package]]
|
995
1008
|
name = "windows_i686_gnu"
|
996
|
-
version = "0.
|
1009
|
+
version = "0.52.0"
|
997
1010
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
998
|
-
checksum = "
|
1011
|
+
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
|
999
1012
|
|
1000
1013
|
[[package]]
|
1001
1014
|
name = "windows_i686_msvc"
|
1002
|
-
version = "0.
|
1015
|
+
version = "0.52.0"
|
1003
1016
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1004
|
-
checksum = "
|
1017
|
+
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
|
1005
1018
|
|
1006
1019
|
[[package]]
|
1007
1020
|
name = "windows_x86_64_gnu"
|
1008
|
-
version = "0.
|
1021
|
+
version = "0.52.0"
|
1009
1022
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1010
|
-
checksum = "
|
1023
|
+
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
|
1011
1024
|
|
1012
1025
|
[[package]]
|
1013
1026
|
name = "windows_x86_64_gnullvm"
|
1014
|
-
version = "0.
|
1027
|
+
version = "0.52.0"
|
1015
1028
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1016
|
-
checksum = "
|
1029
|
+
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
|
1017
1030
|
|
1018
1031
|
[[package]]
|
1019
1032
|
name = "windows_x86_64_msvc"
|
1020
|
-
version = "0.
|
1033
|
+
version = "0.52.0"
|
1021
1034
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1022
|
-
checksum = "
|
1023
|
-
|
1024
|
-
[[package]]
|
1025
|
-
name = "xdg"
|
1026
|
-
version = "2.5.0"
|
1027
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1028
|
-
checksum = "688597db5a750e9cad4511cb94729a078e274308099a0382b5b8203bbc767fee"
|
1029
|
-
dependencies = [
|
1030
|
-
"home",
|
1031
|
-
]
|
1035
|
+
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|
1032
1036
|
|
1033
1037
|
[[package]]
|
1034
1038
|
name = "yaml-rust"
|