gitlab-glfm-markdown 0.0.16-x86_64-darwin → 0.0.18-x86_64-darwin
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 +273 -217
- data/README.md +36 -26
- data/ext/glfm_markdown/Cargo.toml +2 -2
- data/ext/glfm_markdown/src/glfm.rs +28 -1
- data/ext/glfm_markdown/src/lib.rs +14 -0
- data/ext/glfm_markdown/src/main.rs +63 -0
- data/lib/glfm_markdown/2.7/glfm_markdown.bundle +0 -0
- data/lib/glfm_markdown/3.0/glfm_markdown.bundle +0 -0
- data/lib/glfm_markdown/3.1/glfm_markdown.bundle +0 -0
- data/lib/glfm_markdown/3.2/glfm_markdown.bundle +0 -0
- data/lib/glfm_markdown/3.3/glfm_markdown.bundle +0 -0
- data/lib/glfm_markdown/version.rb +1 -1
- data/lib/glfm_markdown.rb +3 -0
- metadata +2 -2
data/Cargo.lock
CHANGED
@@ -10,56 +10,57 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
10
10
|
|
11
11
|
[[package]]
|
12
12
|
name = "aho-corasick"
|
13
|
-
version = "1.1.
|
13
|
+
version = "1.1.3"
|
14
14
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
15
|
-
checksum = "
|
15
|
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
16
16
|
dependencies = [
|
17
17
|
"memchr",
|
18
18
|
]
|
19
19
|
|
20
20
|
[[package]]
|
21
21
|
name = "anstream"
|
22
|
-
version = "0.6.
|
22
|
+
version = "0.6.14"
|
23
23
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24
|
-
checksum = "
|
24
|
+
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
|
25
25
|
dependencies = [
|
26
26
|
"anstyle",
|
27
27
|
"anstyle-parse",
|
28
28
|
"anstyle-query",
|
29
29
|
"anstyle-wincon",
|
30
30
|
"colorchoice",
|
31
|
+
"is_terminal_polyfill",
|
31
32
|
"utf8parse",
|
32
33
|
]
|
33
34
|
|
34
35
|
[[package]]
|
35
36
|
name = "anstyle"
|
36
|
-
version = "1.0.
|
37
|
+
version = "1.0.7"
|
37
38
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
38
|
-
checksum = "
|
39
|
+
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
39
40
|
|
40
41
|
[[package]]
|
41
42
|
name = "anstyle-parse"
|
42
|
-
version = "0.2.
|
43
|
+
version = "0.2.4"
|
43
44
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
44
|
-
checksum = "
|
45
|
+
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
|
45
46
|
dependencies = [
|
46
47
|
"utf8parse",
|
47
48
|
]
|
48
49
|
|
49
50
|
[[package]]
|
50
51
|
name = "anstyle-query"
|
51
|
-
version = "1.0.
|
52
|
+
version = "1.0.3"
|
52
53
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
53
|
-
checksum = "
|
54
|
+
checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5"
|
54
55
|
dependencies = [
|
55
56
|
"windows-sys",
|
56
57
|
]
|
57
58
|
|
58
59
|
[[package]]
|
59
60
|
name = "anstyle-wincon"
|
60
|
-
version = "3.0.
|
61
|
+
version = "3.0.3"
|
61
62
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
62
|
-
checksum = "
|
63
|
+
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
|
63
64
|
dependencies = [
|
64
65
|
"anstyle",
|
65
66
|
"windows-sys",
|
@@ -67,9 +68,9 @@ dependencies = [
|
|
67
68
|
|
68
69
|
[[package]]
|
69
70
|
name = "base64"
|
70
|
-
version = "0.21.
|
71
|
+
version = "0.21.7"
|
71
72
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
72
|
-
checksum = "
|
73
|
+
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
73
74
|
|
74
75
|
[[package]]
|
75
76
|
name = "bincode"
|
@@ -82,22 +83,22 @@ dependencies = [
|
|
82
83
|
|
83
84
|
[[package]]
|
84
85
|
name = "bindgen"
|
85
|
-
version = "0.69.
|
86
|
+
version = "0.69.4"
|
86
87
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
87
|
-
checksum = "
|
88
|
+
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
|
88
89
|
dependencies = [
|
89
|
-
"bitflags 2.
|
90
|
+
"bitflags 2.5.0",
|
90
91
|
"cexpr",
|
91
92
|
"clang-sys",
|
93
|
+
"itertools",
|
92
94
|
"lazy_static",
|
93
95
|
"lazycell",
|
94
|
-
"peeking_take_while",
|
95
96
|
"proc-macro2",
|
96
97
|
"quote",
|
97
98
|
"regex",
|
98
99
|
"rustc-hash",
|
99
100
|
"shlex",
|
100
|
-
"syn
|
101
|
+
"syn",
|
101
102
|
]
|
102
103
|
|
103
104
|
[[package]]
|
@@ -123,25 +124,32 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
123
124
|
|
124
125
|
[[package]]
|
125
126
|
name = "bitflags"
|
126
|
-
version = "2.
|
127
|
+
version = "2.5.0"
|
127
128
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
128
|
-
checksum = "
|
129
|
+
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
129
130
|
|
130
131
|
[[package]]
|
131
132
|
name = "bumpalo"
|
132
|
-
version = "3.
|
133
|
+
version = "3.16.0"
|
133
134
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
134
|
-
checksum = "
|
135
|
+
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
135
136
|
|
136
137
|
[[package]]
|
137
|
-
name = "
|
138
|
-
version = "
|
138
|
+
name = "caseless"
|
139
|
+
version = "0.2.1"
|
139
140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
140
|
-
checksum = "
|
141
|
+
checksum = "808dab3318747be122cb31d36de18d4d1c81277a76f8332a02b81a3d73463d7f"
|
141
142
|
dependencies = [
|
142
|
-
"
|
143
|
+
"regex",
|
144
|
+
"unicode-normalization",
|
143
145
|
]
|
144
146
|
|
147
|
+
[[package]]
|
148
|
+
name = "cc"
|
149
|
+
version = "1.0.97"
|
150
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
151
|
+
checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
|
152
|
+
|
145
153
|
[[package]]
|
146
154
|
name = "cexpr"
|
147
155
|
version = "0.6.0"
|
@@ -159,9 +167,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
159
167
|
|
160
168
|
[[package]]
|
161
169
|
name = "clang-sys"
|
162
|
-
version = "1.
|
170
|
+
version = "1.7.0"
|
163
171
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
164
|
-
checksum = "
|
172
|
+
checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
|
165
173
|
dependencies = [
|
166
174
|
"glob",
|
167
175
|
"libc",
|
@@ -170,9 +178,9 @@ dependencies = [
|
|
170
178
|
|
171
179
|
[[package]]
|
172
180
|
name = "clap"
|
173
|
-
version = "4.4
|
181
|
+
version = "4.5.4"
|
174
182
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
175
|
-
checksum = "
|
183
|
+
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
|
176
184
|
dependencies = [
|
177
185
|
"clap_builder",
|
178
186
|
"clap_derive",
|
@@ -180,9 +188,9 @@ dependencies = [
|
|
180
188
|
|
181
189
|
[[package]]
|
182
190
|
name = "clap_builder"
|
183
|
-
version = "4.
|
191
|
+
version = "4.5.2"
|
184
192
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
185
|
-
checksum = "
|
193
|
+
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
|
186
194
|
dependencies = [
|
187
195
|
"anstream",
|
188
196
|
"anstyle",
|
@@ -192,35 +200,37 @@ dependencies = [
|
|
192
200
|
|
193
201
|
[[package]]
|
194
202
|
name = "clap_derive"
|
195
|
-
version = "4.4
|
203
|
+
version = "4.5.4"
|
196
204
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
197
|
-
checksum = "
|
205
|
+
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
|
198
206
|
dependencies = [
|
199
207
|
"heck",
|
200
208
|
"proc-macro2",
|
201
209
|
"quote",
|
202
|
-
"syn
|
210
|
+
"syn",
|
203
211
|
]
|
204
212
|
|
205
213
|
[[package]]
|
206
214
|
name = "clap_lex"
|
207
|
-
version = "0.
|
215
|
+
version = "0.7.0"
|
208
216
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
209
|
-
checksum = "
|
217
|
+
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
|
210
218
|
|
211
219
|
[[package]]
|
212
220
|
name = "colorchoice"
|
213
|
-
version = "1.0.
|
221
|
+
version = "1.0.1"
|
214
222
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
215
|
-
checksum = "
|
223
|
+
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
|
216
224
|
|
217
225
|
[[package]]
|
218
226
|
name = "comrak"
|
219
|
-
version = "0.
|
227
|
+
version = "0.27.0"
|
220
228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
221
|
-
checksum = "
|
229
|
+
checksum = "2d061c6d53fe98c25efda0d91b7f6b4b4020a51dad78a3eac5028710aa26f8e7"
|
222
230
|
dependencies = [
|
231
|
+
"caseless",
|
223
232
|
"derive_builder",
|
233
|
+
"emojis",
|
224
234
|
"entities",
|
225
235
|
"memchr",
|
226
236
|
"once_cell",
|
@@ -233,18 +243,18 @@ dependencies = [
|
|
233
243
|
|
234
244
|
[[package]]
|
235
245
|
name = "crc32fast"
|
236
|
-
version = "1.
|
246
|
+
version = "1.4.0"
|
237
247
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
238
|
-
checksum = "
|
248
|
+
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
|
239
249
|
dependencies = [
|
240
250
|
"cfg-if",
|
241
251
|
]
|
242
252
|
|
243
253
|
[[package]]
|
244
254
|
name = "darling"
|
245
|
-
version = "0.
|
255
|
+
version = "0.20.9"
|
246
256
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
247
|
-
checksum = "
|
257
|
+
checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
|
248
258
|
dependencies = [
|
249
259
|
"darling_core",
|
250
260
|
"darling_macro",
|
@@ -252,74 +262,89 @@ dependencies = [
|
|
252
262
|
|
253
263
|
[[package]]
|
254
264
|
name = "darling_core"
|
255
|
-
version = "0.
|
265
|
+
version = "0.20.9"
|
256
266
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
257
|
-
checksum = "
|
267
|
+
checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
|
258
268
|
dependencies = [
|
259
269
|
"fnv",
|
260
270
|
"ident_case",
|
261
271
|
"proc-macro2",
|
262
272
|
"quote",
|
263
273
|
"strsim",
|
264
|
-
"syn
|
274
|
+
"syn",
|
265
275
|
]
|
266
276
|
|
267
277
|
[[package]]
|
268
278
|
name = "darling_macro"
|
269
|
-
version = "0.
|
279
|
+
version = "0.20.9"
|
270
280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
271
|
-
checksum = "
|
281
|
+
checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
|
272
282
|
dependencies = [
|
273
283
|
"darling_core",
|
274
284
|
"quote",
|
275
|
-
"syn
|
285
|
+
"syn",
|
276
286
|
]
|
277
287
|
|
278
288
|
[[package]]
|
279
289
|
name = "deranged"
|
280
|
-
version = "0.3.
|
290
|
+
version = "0.3.11"
|
281
291
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
282
|
-
checksum = "
|
292
|
+
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
283
293
|
dependencies = [
|
284
294
|
"powerfmt",
|
285
295
|
]
|
286
296
|
|
287
297
|
[[package]]
|
288
298
|
name = "derive_builder"
|
289
|
-
version = "0.
|
299
|
+
version = "0.20.0"
|
290
300
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
291
|
-
checksum = "
|
301
|
+
checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
|
292
302
|
dependencies = [
|
293
303
|
"derive_builder_macro",
|
294
304
|
]
|
295
305
|
|
296
306
|
[[package]]
|
297
307
|
name = "derive_builder_core"
|
298
|
-
version = "0.
|
308
|
+
version = "0.20.0"
|
299
309
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
300
|
-
checksum = "
|
310
|
+
checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
|
301
311
|
dependencies = [
|
302
312
|
"darling",
|
303
313
|
"proc-macro2",
|
304
314
|
"quote",
|
305
|
-
"syn
|
315
|
+
"syn",
|
306
316
|
]
|
307
317
|
|
308
318
|
[[package]]
|
309
319
|
name = "derive_builder_macro"
|
310
|
-
version = "0.
|
320
|
+
version = "0.20.0"
|
311
321
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
312
|
-
checksum = "
|
322
|
+
checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
|
313
323
|
dependencies = [
|
314
324
|
"derive_builder_core",
|
315
|
-
"syn
|
325
|
+
"syn",
|
316
326
|
]
|
317
327
|
|
318
328
|
[[package]]
|
319
329
|
name = "deunicode"
|
320
|
-
version = "1.
|
330
|
+
version = "1.6.0"
|
331
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
332
|
+
checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
|
333
|
+
|
334
|
+
[[package]]
|
335
|
+
name = "either"
|
336
|
+
version = "1.11.0"
|
337
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
338
|
+
checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
|
339
|
+
|
340
|
+
[[package]]
|
341
|
+
name = "emojis"
|
342
|
+
version = "0.6.3"
|
321
343
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
322
|
-
checksum = "
|
344
|
+
checksum = "e72f23d65b46527e461b161ab9a126c378aa2249d8a8d15718d23ab1fb4d8786"
|
345
|
+
dependencies = [
|
346
|
+
"phf",
|
347
|
+
]
|
323
348
|
|
324
349
|
[[package]]
|
325
350
|
name = "entities"
|
@@ -345,9 +370,9 @@ dependencies = [
|
|
345
370
|
|
346
371
|
[[package]]
|
347
372
|
name = "flate2"
|
348
|
-
version = "1.0.
|
373
|
+
version = "1.0.30"
|
349
374
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
350
|
-
checksum = "
|
375
|
+
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
351
376
|
dependencies = [
|
352
377
|
"crc32fast",
|
353
378
|
"miniz_oxide",
|
@@ -361,7 +386,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
361
386
|
|
362
387
|
[[package]]
|
363
388
|
name = "glfm_markdown"
|
364
|
-
version = "0.0.
|
389
|
+
version = "0.0.18"
|
365
390
|
dependencies = [
|
366
391
|
"clap",
|
367
392
|
"comrak",
|
@@ -377,15 +402,15 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
377
402
|
|
378
403
|
[[package]]
|
379
404
|
name = "hashbrown"
|
380
|
-
version = "0.14.
|
405
|
+
version = "0.14.5"
|
381
406
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
382
|
-
checksum = "
|
407
|
+
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
383
408
|
|
384
409
|
[[package]]
|
385
410
|
name = "heck"
|
386
|
-
version = "0.
|
411
|
+
version = "0.5.0"
|
387
412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
388
|
-
checksum = "
|
413
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
389
414
|
|
390
415
|
[[package]]
|
391
416
|
name = "ident_case"
|
@@ -395,19 +420,34 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
395
420
|
|
396
421
|
[[package]]
|
397
422
|
name = "indexmap"
|
398
|
-
version = "2.
|
423
|
+
version = "2.2.6"
|
399
424
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
400
|
-
checksum = "
|
425
|
+
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
401
426
|
dependencies = [
|
402
427
|
"equivalent",
|
403
428
|
"hashbrown",
|
404
429
|
]
|
405
430
|
|
431
|
+
[[package]]
|
432
|
+
name = "is_terminal_polyfill"
|
433
|
+
version = "1.70.0"
|
434
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
435
|
+
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
|
436
|
+
|
437
|
+
[[package]]
|
438
|
+
name = "itertools"
|
439
|
+
version = "0.12.1"
|
440
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
441
|
+
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
442
|
+
dependencies = [
|
443
|
+
"either",
|
444
|
+
]
|
445
|
+
|
406
446
|
[[package]]
|
407
447
|
name = "itoa"
|
408
|
-
version = "1.0.
|
448
|
+
version = "1.0.11"
|
409
449
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
410
|
-
checksum = "
|
450
|
+
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
411
451
|
|
412
452
|
[[package]]
|
413
453
|
name = "lazy_static"
|
@@ -423,28 +463,25 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
423
463
|
|
424
464
|
[[package]]
|
425
465
|
name = "libc"
|
426
|
-
version = "0.2.
|
466
|
+
version = "0.2.154"
|
427
467
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
428
|
-
checksum = "
|
468
|
+
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
|
429
469
|
|
430
470
|
[[package]]
|
431
471
|
name = "libloading"
|
432
|
-
version = "0.
|
472
|
+
version = "0.8.3"
|
433
473
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
434
|
-
checksum = "
|
474
|
+
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
|
435
475
|
dependencies = [
|
436
476
|
"cfg-if",
|
437
|
-
"
|
477
|
+
"windows-targets",
|
438
478
|
]
|
439
479
|
|
440
480
|
[[package]]
|
441
481
|
name = "line-wrap"
|
442
|
-
version = "0.
|
482
|
+
version = "0.2.0"
|
443
483
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
444
|
-
checksum = "
|
445
|
-
dependencies = [
|
446
|
-
"safemem",
|
447
|
-
]
|
484
|
+
checksum = "dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e"
|
448
485
|
|
449
486
|
[[package]]
|
450
487
|
name = "linked-hash-map"
|
@@ -454,15 +491,15 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
454
491
|
|
455
492
|
[[package]]
|
456
493
|
name = "log"
|
457
|
-
version = "0.4.
|
494
|
+
version = "0.4.21"
|
458
495
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
459
|
-
checksum = "
|
496
|
+
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
460
497
|
|
461
498
|
[[package]]
|
462
499
|
name = "magnus"
|
463
|
-
version = "0.6.
|
500
|
+
version = "0.6.4"
|
464
501
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
465
|
-
checksum = "
|
502
|
+
checksum = "b1597ef40aa8c36be098249e82c9a20cf7199278ac1c1a1a995eeead6a184479"
|
466
503
|
dependencies = [
|
467
504
|
"magnus-macros",
|
468
505
|
"rb-sys",
|
@@ -478,14 +515,14 @@ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
|
478
515
|
dependencies = [
|
479
516
|
"proc-macro2",
|
480
517
|
"quote",
|
481
|
-
"syn
|
518
|
+
"syn",
|
482
519
|
]
|
483
520
|
|
484
521
|
[[package]]
|
485
522
|
name = "memchr"
|
486
|
-
version = "2.
|
523
|
+
version = "2.7.2"
|
487
524
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
488
|
-
checksum = "
|
525
|
+
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
489
526
|
|
490
527
|
[[package]]
|
491
528
|
name = "minimal-lexical"
|
@@ -495,9 +532,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
495
532
|
|
496
533
|
[[package]]
|
497
534
|
name = "miniz_oxide"
|
498
|
-
version = "0.7.
|
535
|
+
version = "0.7.2"
|
499
536
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
500
|
-
checksum = "
|
537
|
+
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
501
538
|
dependencies = [
|
502
539
|
"adler",
|
503
540
|
]
|
@@ -512,6 +549,12 @@ dependencies = [
|
|
512
549
|
"minimal-lexical",
|
513
550
|
]
|
514
551
|
|
552
|
+
[[package]]
|
553
|
+
name = "num-conv"
|
554
|
+
version = "0.1.0"
|
555
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
556
|
+
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
557
|
+
|
515
558
|
[[package]]
|
516
559
|
name = "once_cell"
|
517
560
|
version = "1.19.0"
|
@@ -541,22 +584,34 @@ dependencies = [
|
|
541
584
|
]
|
542
585
|
|
543
586
|
[[package]]
|
544
|
-
name = "
|
545
|
-
version = "0.
|
587
|
+
name = "phf"
|
588
|
+
version = "0.11.2"
|
546
589
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
547
|
-
checksum = "
|
590
|
+
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
591
|
+
dependencies = [
|
592
|
+
"phf_shared",
|
593
|
+
]
|
594
|
+
|
595
|
+
[[package]]
|
596
|
+
name = "phf_shared"
|
597
|
+
version = "0.11.2"
|
598
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
599
|
+
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
600
|
+
dependencies = [
|
601
|
+
"siphasher",
|
602
|
+
]
|
548
603
|
|
549
604
|
[[package]]
|
550
605
|
name = "pkg-config"
|
551
|
-
version = "0.3.
|
606
|
+
version = "0.3.30"
|
552
607
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
553
|
-
checksum = "
|
608
|
+
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
554
609
|
|
555
610
|
[[package]]
|
556
611
|
name = "plist"
|
557
|
-
version = "1.6.
|
612
|
+
version = "1.6.1"
|
558
613
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
559
|
-
checksum = "
|
614
|
+
checksum = "d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9"
|
560
615
|
dependencies = [
|
561
616
|
"base64",
|
562
617
|
"indexmap",
|
@@ -574,9 +629,9 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
574
629
|
|
575
630
|
[[package]]
|
576
631
|
name = "proc-macro2"
|
577
|
-
version = "1.0.
|
632
|
+
version = "1.0.82"
|
578
633
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
579
|
-
checksum = "
|
634
|
+
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
|
580
635
|
dependencies = [
|
581
636
|
"unicode-ident",
|
582
637
|
]
|
@@ -592,27 +647,27 @@ dependencies = [
|
|
592
647
|
|
593
648
|
[[package]]
|
594
649
|
name = "quote"
|
595
|
-
version = "1.0.
|
650
|
+
version = "1.0.36"
|
596
651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
597
|
-
checksum = "
|
652
|
+
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
598
653
|
dependencies = [
|
599
654
|
"proc-macro2",
|
600
655
|
]
|
601
656
|
|
602
657
|
[[package]]
|
603
658
|
name = "rb-sys"
|
604
|
-
version = "0.9.
|
659
|
+
version = "0.9.97"
|
605
660
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
606
|
-
checksum = "
|
661
|
+
checksum = "47d30bcad206b51f2f66121190ca678dce1fdf3a2eae0ac5d838d1818b19bdf5"
|
607
662
|
dependencies = [
|
608
663
|
"rb-sys-build",
|
609
664
|
]
|
610
665
|
|
611
666
|
[[package]]
|
612
667
|
name = "rb-sys-build"
|
613
|
-
version = "0.9.
|
668
|
+
version = "0.9.97"
|
614
669
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
615
|
-
checksum = "
|
670
|
+
checksum = "3cbd92f281615f3c2dcb9dcb0f0576624752afbf9a7f99173b37c4b55b62dd8a"
|
616
671
|
dependencies = [
|
617
672
|
"bindgen",
|
618
673
|
"lazy_static",
|
@@ -620,7 +675,7 @@ dependencies = [
|
|
620
675
|
"quote",
|
621
676
|
"regex",
|
622
677
|
"shell-words",
|
623
|
-
"syn
|
678
|
+
"syn",
|
624
679
|
]
|
625
680
|
|
626
681
|
[[package]]
|
@@ -631,25 +686,25 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
631
686
|
|
632
687
|
[[package]]
|
633
688
|
name = "regex"
|
634
|
-
version = "1.
|
689
|
+
version = "1.9.6"
|
635
690
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
636
|
-
checksum = "
|
691
|
+
checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"
|
637
692
|
dependencies = [
|
638
693
|
"aho-corasick",
|
639
694
|
"memchr",
|
640
695
|
"regex-automata",
|
641
|
-
"regex-syntax 0.
|
696
|
+
"regex-syntax 0.7.5",
|
642
697
|
]
|
643
698
|
|
644
699
|
[[package]]
|
645
700
|
name = "regex-automata"
|
646
|
-
version = "0.
|
701
|
+
version = "0.3.9"
|
647
702
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
648
|
-
checksum = "
|
703
|
+
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
|
649
704
|
dependencies = [
|
650
705
|
"aho-corasick",
|
651
706
|
"memchr",
|
652
|
-
"regex-syntax 0.
|
707
|
+
"regex-syntax 0.7.5",
|
653
708
|
]
|
654
709
|
|
655
710
|
[[package]]
|
@@ -660,9 +715,9 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
|
660
715
|
|
661
716
|
[[package]]
|
662
717
|
name = "regex-syntax"
|
663
|
-
version = "0.8.
|
718
|
+
version = "0.8.3"
|
664
719
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
665
|
-
checksum = "
|
720
|
+
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
|
666
721
|
|
667
722
|
[[package]]
|
668
723
|
name = "rustc-hash"
|
@@ -672,15 +727,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
672
727
|
|
673
728
|
[[package]]
|
674
729
|
name = "ryu"
|
675
|
-
version = "1.0.
|
730
|
+
version = "1.0.18"
|
676
731
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
677
|
-
checksum = "
|
678
|
-
|
679
|
-
[[package]]
|
680
|
-
name = "safemem"
|
681
|
-
version = "0.3.3"
|
682
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
683
|
-
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
732
|
+
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
684
733
|
|
685
734
|
[[package]]
|
686
735
|
name = "same-file"
|
@@ -699,29 +748,29 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
|
699
748
|
|
700
749
|
[[package]]
|
701
750
|
name = "serde"
|
702
|
-
version = "1.0.
|
751
|
+
version = "1.0.202"
|
703
752
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
704
|
-
checksum = "
|
753
|
+
checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
|
705
754
|
dependencies = [
|
706
755
|
"serde_derive",
|
707
756
|
]
|
708
757
|
|
709
758
|
[[package]]
|
710
759
|
name = "serde_derive"
|
711
|
-
version = "1.0.
|
760
|
+
version = "1.0.202"
|
712
761
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
713
|
-
checksum = "
|
762
|
+
checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
|
714
763
|
dependencies = [
|
715
764
|
"proc-macro2",
|
716
765
|
"quote",
|
717
|
-
"syn
|
766
|
+
"syn",
|
718
767
|
]
|
719
768
|
|
720
769
|
[[package]]
|
721
770
|
name = "serde_json"
|
722
|
-
version = "1.0.
|
771
|
+
version = "1.0.117"
|
723
772
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
724
|
-
checksum = "
|
773
|
+
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
|
725
774
|
dependencies = [
|
726
775
|
"itoa",
|
727
776
|
"ryu",
|
@@ -736,9 +785,15 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
736
785
|
|
737
786
|
[[package]]
|
738
787
|
name = "shlex"
|
739
|
-
version = "1.
|
788
|
+
version = "1.3.0"
|
740
789
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
741
|
-
checksum = "
|
790
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
791
|
+
|
792
|
+
[[package]]
|
793
|
+
name = "siphasher"
|
794
|
+
version = "0.3.11"
|
795
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
796
|
+
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
742
797
|
|
743
798
|
[[package]]
|
744
799
|
name = "slug"
|
@@ -752,26 +807,15 @@ dependencies = [
|
|
752
807
|
|
753
808
|
[[package]]
|
754
809
|
name = "strsim"
|
755
|
-
version = "0.
|
756
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
757
|
-
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
758
|
-
|
759
|
-
[[package]]
|
760
|
-
name = "syn"
|
761
|
-
version = "1.0.109"
|
810
|
+
version = "0.11.1"
|
762
811
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
763
|
-
checksum = "
|
764
|
-
dependencies = [
|
765
|
-
"proc-macro2",
|
766
|
-
"quote",
|
767
|
-
"unicode-ident",
|
768
|
-
]
|
812
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
769
813
|
|
770
814
|
[[package]]
|
771
815
|
name = "syn"
|
772
|
-
version = "2.0.
|
816
|
+
version = "2.0.63"
|
773
817
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
774
|
-
checksum = "
|
818
|
+
checksum = "bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704"
|
775
819
|
dependencies = [
|
776
820
|
"proc-macro2",
|
777
821
|
"quote",
|
@@ -780,9 +824,9 @@ dependencies = [
|
|
780
824
|
|
781
825
|
[[package]]
|
782
826
|
name = "syntect"
|
783
|
-
version = "5.
|
827
|
+
version = "5.2.0"
|
784
828
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
785
|
-
checksum = "
|
829
|
+
checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1"
|
786
830
|
dependencies = [
|
787
831
|
"bincode",
|
788
832
|
"bitflags 1.3.2",
|
@@ -792,8 +836,9 @@ dependencies = [
|
|
792
836
|
"once_cell",
|
793
837
|
"onig",
|
794
838
|
"plist",
|
795
|
-
"regex-syntax 0.
|
839
|
+
"regex-syntax 0.8.3",
|
796
840
|
"serde",
|
841
|
+
"serde_derive",
|
797
842
|
"serde_json",
|
798
843
|
"thiserror",
|
799
844
|
"walkdir",
|
@@ -802,32 +847,33 @@ dependencies = [
|
|
802
847
|
|
803
848
|
[[package]]
|
804
849
|
name = "thiserror"
|
805
|
-
version = "1.0.
|
850
|
+
version = "1.0.60"
|
806
851
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
807
|
-
checksum = "
|
852
|
+
checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
|
808
853
|
dependencies = [
|
809
854
|
"thiserror-impl",
|
810
855
|
]
|
811
856
|
|
812
857
|
[[package]]
|
813
858
|
name = "thiserror-impl"
|
814
|
-
version = "1.0.
|
859
|
+
version = "1.0.60"
|
815
860
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
816
|
-
checksum = "
|
861
|
+
checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
|
817
862
|
dependencies = [
|
818
863
|
"proc-macro2",
|
819
864
|
"quote",
|
820
|
-
"syn
|
865
|
+
"syn",
|
821
866
|
]
|
822
867
|
|
823
868
|
[[package]]
|
824
869
|
name = "time"
|
825
|
-
version = "0.3.
|
870
|
+
version = "0.3.36"
|
826
871
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
827
|
-
checksum = "
|
872
|
+
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
828
873
|
dependencies = [
|
829
874
|
"deranged",
|
830
875
|
"itoa",
|
876
|
+
"num-conv",
|
831
877
|
"powerfmt",
|
832
878
|
"serde",
|
833
879
|
"time-core",
|
@@ -842,13 +888,29 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
842
888
|
|
843
889
|
[[package]]
|
844
890
|
name = "time-macros"
|
845
|
-
version = "0.2.
|
891
|
+
version = "0.2.18"
|
846
892
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
847
|
-
checksum = "
|
893
|
+
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
848
894
|
dependencies = [
|
895
|
+
"num-conv",
|
849
896
|
"time-core",
|
850
897
|
]
|
851
898
|
|
899
|
+
[[package]]
|
900
|
+
name = "tinyvec"
|
901
|
+
version = "1.8.0"
|
902
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
903
|
+
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
904
|
+
dependencies = [
|
905
|
+
"tinyvec_macros",
|
906
|
+
]
|
907
|
+
|
908
|
+
[[package]]
|
909
|
+
name = "tinyvec_macros"
|
910
|
+
version = "0.1.1"
|
911
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
912
|
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
913
|
+
|
852
914
|
[[package]]
|
853
915
|
name = "typed-arena"
|
854
916
|
version = "2.0.2"
|
@@ -861,6 +923,15 @@ version = "1.0.12"
|
|
861
923
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
862
924
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
863
925
|
|
926
|
+
[[package]]
|
927
|
+
name = "unicode-normalization"
|
928
|
+
version = "0.1.23"
|
929
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
930
|
+
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
931
|
+
dependencies = [
|
932
|
+
"tinyvec",
|
933
|
+
]
|
934
|
+
|
864
935
|
[[package]]
|
865
936
|
name = "unicode_categories"
|
866
937
|
version = "0.1.1"
|
@@ -875,9 +946,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
875
946
|
|
876
947
|
[[package]]
|
877
948
|
name = "walkdir"
|
878
|
-
version = "2.
|
949
|
+
version = "2.5.0"
|
879
950
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
880
|
-
checksum = "
|
951
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
881
952
|
dependencies = [
|
882
953
|
"same-file",
|
883
954
|
"winapi-util",
|
@@ -885,9 +956,9 @@ dependencies = [
|
|
885
956
|
|
886
957
|
[[package]]
|
887
958
|
name = "wasm-bindgen"
|
888
|
-
version = "0.2.
|
959
|
+
version = "0.2.92"
|
889
960
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
890
|
-
checksum = "
|
961
|
+
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
891
962
|
dependencies = [
|
892
963
|
"cfg-if",
|
893
964
|
"wasm-bindgen-macro",
|
@@ -895,24 +966,24 @@ dependencies = [
|
|
895
966
|
|
896
967
|
[[package]]
|
897
968
|
name = "wasm-bindgen-backend"
|
898
|
-
version = "0.2.
|
969
|
+
version = "0.2.92"
|
899
970
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
900
|
-
checksum = "
|
971
|
+
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
901
972
|
dependencies = [
|
902
973
|
"bumpalo",
|
903
974
|
"log",
|
904
975
|
"once_cell",
|
905
976
|
"proc-macro2",
|
906
977
|
"quote",
|
907
|
-
"syn
|
978
|
+
"syn",
|
908
979
|
"wasm-bindgen-shared",
|
909
980
|
]
|
910
981
|
|
911
982
|
[[package]]
|
912
983
|
name = "wasm-bindgen-macro"
|
913
|
-
version = "0.2.
|
984
|
+
version = "0.2.92"
|
914
985
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
915
|
-
checksum = "
|
986
|
+
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
916
987
|
dependencies = [
|
917
988
|
"quote",
|
918
989
|
"wasm-bindgen-macro-support",
|
@@ -920,54 +991,32 @@ dependencies = [
|
|
920
991
|
|
921
992
|
[[package]]
|
922
993
|
name = "wasm-bindgen-macro-support"
|
923
|
-
version = "0.2.
|
994
|
+
version = "0.2.92"
|
924
995
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
925
|
-
checksum = "
|
996
|
+
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
926
997
|
dependencies = [
|
927
998
|
"proc-macro2",
|
928
999
|
"quote",
|
929
|
-
"syn
|
1000
|
+
"syn",
|
930
1001
|
"wasm-bindgen-backend",
|
931
1002
|
"wasm-bindgen-shared",
|
932
1003
|
]
|
933
1004
|
|
934
1005
|
[[package]]
|
935
1006
|
name = "wasm-bindgen-shared"
|
936
|
-
version = "0.2.
|
937
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
938
|
-
checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
|
939
|
-
|
940
|
-
[[package]]
|
941
|
-
name = "winapi"
|
942
|
-
version = "0.3.9"
|
1007
|
+
version = "0.2.92"
|
943
1008
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
944
|
-
checksum = "
|
945
|
-
dependencies = [
|
946
|
-
"winapi-i686-pc-windows-gnu",
|
947
|
-
"winapi-x86_64-pc-windows-gnu",
|
948
|
-
]
|
949
|
-
|
950
|
-
[[package]]
|
951
|
-
name = "winapi-i686-pc-windows-gnu"
|
952
|
-
version = "0.4.0"
|
953
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
954
|
-
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
1009
|
+
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
955
1010
|
|
956
1011
|
[[package]]
|
957
1012
|
name = "winapi-util"
|
958
|
-
version = "0.1.
|
1013
|
+
version = "0.1.8"
|
959
1014
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
960
|
-
checksum = "
|
1015
|
+
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
961
1016
|
dependencies = [
|
962
|
-
"
|
1017
|
+
"windows-sys",
|
963
1018
|
]
|
964
1019
|
|
965
|
-
[[package]]
|
966
|
-
name = "winapi-x86_64-pc-windows-gnu"
|
967
|
-
version = "0.4.0"
|
968
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
969
|
-
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
970
|
-
|
971
1020
|
[[package]]
|
972
1021
|
name = "windows-sys"
|
973
1022
|
version = "0.52.0"
|
@@ -979,13 +1028,14 @@ dependencies = [
|
|
979
1028
|
|
980
1029
|
[[package]]
|
981
1030
|
name = "windows-targets"
|
982
|
-
version = "0.52.
|
1031
|
+
version = "0.52.5"
|
983
1032
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
984
|
-
checksum = "
|
1033
|
+
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
|
985
1034
|
dependencies = [
|
986
1035
|
"windows_aarch64_gnullvm",
|
987
1036
|
"windows_aarch64_msvc",
|
988
1037
|
"windows_i686_gnu",
|
1038
|
+
"windows_i686_gnullvm",
|
989
1039
|
"windows_i686_msvc",
|
990
1040
|
"windows_x86_64_gnu",
|
991
1041
|
"windows_x86_64_gnullvm",
|
@@ -994,45 +1044,51 @@ dependencies = [
|
|
994
1044
|
|
995
1045
|
[[package]]
|
996
1046
|
name = "windows_aarch64_gnullvm"
|
997
|
-
version = "0.52.
|
1047
|
+
version = "0.52.5"
|
998
1048
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
999
|
-
checksum = "
|
1049
|
+
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
|
1000
1050
|
|
1001
1051
|
[[package]]
|
1002
1052
|
name = "windows_aarch64_msvc"
|
1003
|
-
version = "0.52.
|
1053
|
+
version = "0.52.5"
|
1004
1054
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1005
|
-
checksum = "
|
1055
|
+
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
|
1006
1056
|
|
1007
1057
|
[[package]]
|
1008
1058
|
name = "windows_i686_gnu"
|
1009
|
-
version = "0.52.
|
1059
|
+
version = "0.52.5"
|
1010
1060
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1011
|
-
checksum = "
|
1061
|
+
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
|
1062
|
+
|
1063
|
+
[[package]]
|
1064
|
+
name = "windows_i686_gnullvm"
|
1065
|
+
version = "0.52.5"
|
1066
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1067
|
+
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
|
1012
1068
|
|
1013
1069
|
[[package]]
|
1014
1070
|
name = "windows_i686_msvc"
|
1015
|
-
version = "0.52.
|
1071
|
+
version = "0.52.5"
|
1016
1072
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1017
|
-
checksum = "
|
1073
|
+
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
|
1018
1074
|
|
1019
1075
|
[[package]]
|
1020
1076
|
name = "windows_x86_64_gnu"
|
1021
|
-
version = "0.52.
|
1077
|
+
version = "0.52.5"
|
1022
1078
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1023
|
-
checksum = "
|
1079
|
+
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
|
1024
1080
|
|
1025
1081
|
[[package]]
|
1026
1082
|
name = "windows_x86_64_gnullvm"
|
1027
|
-
version = "0.52.
|
1083
|
+
version = "0.52.5"
|
1028
1084
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1029
|
-
checksum = "
|
1085
|
+
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
|
1030
1086
|
|
1031
1087
|
[[package]]
|
1032
1088
|
name = "windows_x86_64_msvc"
|
1033
|
-
version = "0.52.
|
1089
|
+
version = "0.52.5"
|
1034
1090
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1035
|
-
checksum = "
|
1091
|
+
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
|
1036
1092
|
|
1037
1093
|
[[package]]
|
1038
1094
|
name = "yaml-rust"
|