commonmarker 1.0.0.pre8 → 1.0.0.pre11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Cargo.lock +301 -373
- data/Cargo.toml +6 -0
- data/ext/commonmarker/Cargo.toml +3 -3
- data/ext/commonmarker/extconf.rb +0 -2
- data/ext/commonmarker/src/lib.rs +3 -7
- data/ext/commonmarker/src/options.rs +22 -16
- data/ext/commonmarker/src/plugins/syntax_highlighting.rs +6 -5
- data/ext/commonmarker/src/plugins.rs +0 -18
- data/ext/commonmarker/src/utils.rs +2 -2
- data/lib/commonmarker/config.rb +2 -2
- data/lib/commonmarker/version.rb +1 -1
- data/lib/commonmarker.rb +0 -5
- metadata +8 -22
- data/ext/commonmarker/_util.rb +0 -102
data/Cargo.lock
CHANGED
@@ -10,13 +10,61 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
10
10
|
|
11
11
|
[[package]]
|
12
12
|
name = "aho-corasick"
|
13
|
-
version = "
|
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
|
+
[[package]]
|
21
|
+
name = "anstream"
|
22
|
+
version = "0.6.4"
|
23
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24
|
+
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
|
25
|
+
dependencies = [
|
26
|
+
"anstyle",
|
27
|
+
"anstyle-parse",
|
28
|
+
"anstyle-query",
|
29
|
+
"anstyle-wincon",
|
30
|
+
"colorchoice",
|
31
|
+
"utf8parse",
|
32
|
+
]
|
33
|
+
|
34
|
+
[[package]]
|
35
|
+
name = "anstyle"
|
36
|
+
version = "1.0.4"
|
37
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
38
|
+
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
39
|
+
|
40
|
+
[[package]]
|
41
|
+
name = "anstyle-parse"
|
42
|
+
version = "0.2.2"
|
43
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
44
|
+
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
|
45
|
+
dependencies = [
|
46
|
+
"utf8parse",
|
47
|
+
]
|
48
|
+
|
49
|
+
[[package]]
|
50
|
+
name = "anstyle-query"
|
51
|
+
version = "1.0.0"
|
52
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
53
|
+
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
54
|
+
dependencies = [
|
55
|
+
"windows-sys",
|
56
|
+
]
|
57
|
+
|
58
|
+
[[package]]
|
59
|
+
name = "anstyle-wincon"
|
60
|
+
version = "3.0.1"
|
61
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
62
|
+
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
|
63
|
+
dependencies = [
|
64
|
+
"anstyle",
|
65
|
+
"windows-sys",
|
66
|
+
]
|
67
|
+
|
20
68
|
[[package]]
|
21
69
|
name = "autocfg"
|
22
70
|
version = "1.1.0"
|
@@ -25,9 +73,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
25
73
|
|
26
74
|
[[package]]
|
27
75
|
name = "base64"
|
28
|
-
version = "0.21.
|
76
|
+
version = "0.21.4"
|
29
77
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
30
|
-
checksum = "
|
78
|
+
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
|
31
79
|
|
32
80
|
[[package]]
|
33
81
|
name = "bincode"
|
@@ -40,11 +88,11 @@ dependencies = [
|
|
40
88
|
|
41
89
|
[[package]]
|
42
90
|
name = "bindgen"
|
43
|
-
version = "0.
|
91
|
+
version = "0.66.1"
|
44
92
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
45
|
-
checksum = "
|
93
|
+
checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7"
|
46
94
|
dependencies = [
|
47
|
-
"bitflags",
|
95
|
+
"bitflags 2.4.0",
|
48
96
|
"cexpr",
|
49
97
|
"clang-sys",
|
50
98
|
"lazy_static",
|
@@ -55,6 +103,7 @@ dependencies = [
|
|
55
103
|
"regex",
|
56
104
|
"rustc-hash",
|
57
105
|
"shlex",
|
106
|
+
"syn 2.0.38",
|
58
107
|
]
|
59
108
|
|
60
109
|
[[package]]
|
@@ -79,19 +128,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
79
128
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
80
129
|
|
81
130
|
[[package]]
|
82
|
-
name = "
|
83
|
-
version = "
|
131
|
+
name = "bitflags"
|
132
|
+
version = "2.4.0"
|
84
133
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
85
|
-
checksum = "
|
86
|
-
dependencies = [
|
87
|
-
"generic-array",
|
88
|
-
]
|
134
|
+
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
89
135
|
|
90
136
|
[[package]]
|
91
137
|
name = "cc"
|
92
|
-
version = "1.0.
|
138
|
+
version = "1.0.83"
|
93
139
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
94
|
-
checksum = "
|
140
|
+
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
141
|
+
dependencies = [
|
142
|
+
"libc",
|
143
|
+
]
|
95
144
|
|
96
145
|
[[package]]
|
97
146
|
name = "cexpr"
|
@@ -110,9 +159,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
110
159
|
|
111
160
|
[[package]]
|
112
161
|
name = "clang-sys"
|
113
|
-
version = "1.6.
|
162
|
+
version = "1.6.1"
|
114
163
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
115
|
-
checksum = "
|
164
|
+
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
|
116
165
|
dependencies = [
|
117
166
|
"glob",
|
118
167
|
"libc",
|
@@ -121,41 +170,50 @@ dependencies = [
|
|
121
170
|
|
122
171
|
[[package]]
|
123
172
|
name = "clap"
|
124
|
-
version = "4.
|
173
|
+
version = "4.4.6"
|
125
174
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
126
|
-
checksum = "
|
175
|
+
checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
|
127
176
|
dependencies = [
|
128
|
-
"
|
177
|
+
"clap_builder",
|
129
178
|
"clap_derive",
|
179
|
+
]
|
180
|
+
|
181
|
+
[[package]]
|
182
|
+
name = "clap_builder"
|
183
|
+
version = "4.4.6"
|
184
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
185
|
+
checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
|
186
|
+
dependencies = [
|
187
|
+
"anstream",
|
188
|
+
"anstyle",
|
130
189
|
"clap_lex",
|
131
|
-
"is-terminal",
|
132
|
-
"once_cell",
|
133
190
|
"strsim",
|
134
|
-
"termcolor",
|
135
191
|
"terminal_size",
|
136
192
|
]
|
137
193
|
|
138
194
|
[[package]]
|
139
195
|
name = "clap_derive"
|
140
|
-
version = "4.
|
196
|
+
version = "4.4.2"
|
141
197
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
142
|
-
checksum = "
|
198
|
+
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
|
143
199
|
dependencies = [
|
144
200
|
"heck",
|
145
|
-
"proc-macro-error",
|
146
201
|
"proc-macro2",
|
147
202
|
"quote",
|
148
|
-
"syn",
|
203
|
+
"syn 2.0.38",
|
149
204
|
]
|
150
205
|
|
151
206
|
[[package]]
|
152
207
|
name = "clap_lex"
|
153
|
-
version = "0.
|
208
|
+
version = "0.5.1"
|
154
209
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
155
|
-
checksum = "
|
156
|
-
|
157
|
-
|
158
|
-
|
210
|
+
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
|
211
|
+
|
212
|
+
[[package]]
|
213
|
+
name = "colorchoice"
|
214
|
+
version = "1.0.0"
|
215
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
216
|
+
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
159
217
|
|
160
218
|
[[package]]
|
161
219
|
name = "commonmarker"
|
@@ -168,17 +226,16 @@ dependencies = [
|
|
168
226
|
|
169
227
|
[[package]]
|
170
228
|
name = "comrak"
|
171
|
-
version = "0.
|
229
|
+
version = "0.19.0"
|
172
230
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
173
|
-
checksum = "
|
231
|
+
checksum = "82c995deda3bfdebd07d0e2af79e9da13e4b1be652b21a746f3f5b24bf0a49ef"
|
174
232
|
dependencies = [
|
175
233
|
"clap",
|
234
|
+
"derive_builder",
|
176
235
|
"emojis",
|
177
236
|
"entities",
|
178
237
|
"memchr",
|
179
238
|
"once_cell",
|
180
|
-
"pest",
|
181
|
-
"pest_derive",
|
182
239
|
"regex",
|
183
240
|
"shell-words",
|
184
241
|
"slug",
|
@@ -189,74 +246,97 @@ dependencies = [
|
|
189
246
|
]
|
190
247
|
|
191
248
|
[[package]]
|
192
|
-
name = "
|
193
|
-
version = "
|
249
|
+
name = "crc32fast"
|
250
|
+
version = "1.3.2"
|
194
251
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
195
|
-
checksum = "
|
252
|
+
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
196
253
|
dependencies = [
|
197
|
-
"
|
254
|
+
"cfg-if",
|
198
255
|
]
|
199
256
|
|
200
257
|
[[package]]
|
201
|
-
name = "
|
202
|
-
version = "
|
258
|
+
name = "darling"
|
259
|
+
version = "0.14.4"
|
203
260
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
204
|
-
checksum = "
|
261
|
+
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
|
205
262
|
dependencies = [
|
206
|
-
"
|
263
|
+
"darling_core",
|
264
|
+
"darling_macro",
|
207
265
|
]
|
208
266
|
|
209
267
|
[[package]]
|
210
|
-
name = "
|
211
|
-
version = "0.
|
268
|
+
name = "darling_core"
|
269
|
+
version = "0.14.4"
|
270
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
271
|
+
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
|
272
|
+
dependencies = [
|
273
|
+
"fnv",
|
274
|
+
"ident_case",
|
275
|
+
"proc-macro2",
|
276
|
+
"quote",
|
277
|
+
"strsim",
|
278
|
+
"syn 1.0.109",
|
279
|
+
]
|
280
|
+
|
281
|
+
[[package]]
|
282
|
+
name = "darling_macro"
|
283
|
+
version = "0.14.4"
|
212
284
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
213
|
-
checksum = "
|
285
|
+
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
|
214
286
|
dependencies = [
|
215
|
-
"
|
216
|
-
"
|
287
|
+
"darling_core",
|
288
|
+
"quote",
|
289
|
+
"syn 1.0.109",
|
217
290
|
]
|
218
291
|
|
219
292
|
[[package]]
|
220
|
-
name = "
|
221
|
-
version = "0.
|
293
|
+
name = "deranged"
|
294
|
+
version = "0.3.8"
|
222
295
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
223
|
-
checksum = "
|
296
|
+
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
|
224
297
|
|
225
298
|
[[package]]
|
226
|
-
name = "
|
227
|
-
version = "0.
|
299
|
+
name = "derive_builder"
|
300
|
+
version = "0.12.0"
|
228
301
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
229
|
-
checksum = "
|
302
|
+
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
|
230
303
|
dependencies = [
|
231
|
-
"
|
232
|
-
"crypto-common",
|
304
|
+
"derive_builder_macro",
|
233
305
|
]
|
234
306
|
|
235
307
|
[[package]]
|
236
|
-
name = "
|
237
|
-
version = "
|
308
|
+
name = "derive_builder_core"
|
309
|
+
version = "0.12.0"
|
238
310
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
239
|
-
checksum = "
|
311
|
+
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
|
240
312
|
dependencies = [
|
241
|
-
"
|
313
|
+
"darling",
|
314
|
+
"proc-macro2",
|
315
|
+
"quote",
|
316
|
+
"syn 1.0.109",
|
242
317
|
]
|
243
318
|
|
244
319
|
[[package]]
|
245
|
-
name = "
|
246
|
-
version = "0.
|
320
|
+
name = "derive_builder_macro"
|
321
|
+
version = "0.12.0"
|
247
322
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
248
|
-
checksum = "
|
323
|
+
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
|
249
324
|
dependencies = [
|
250
|
-
"
|
251
|
-
"
|
252
|
-
"winapi",
|
325
|
+
"derive_builder_core",
|
326
|
+
"syn 1.0.109",
|
253
327
|
]
|
254
328
|
|
329
|
+
[[package]]
|
330
|
+
name = "deunicode"
|
331
|
+
version = "0.4.4"
|
332
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
333
|
+
checksum = "d95203a6a50906215a502507c0f879a0ce7ff205a6111e2db2a5ef8e4bb92e43"
|
334
|
+
|
255
335
|
[[package]]
|
256
336
|
name = "emojis"
|
257
|
-
version = "0.5.
|
337
|
+
version = "0.5.3"
|
258
338
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
259
|
-
checksum = "
|
339
|
+
checksum = "3407bc749191827d456a282321770847daf4b0a1128fde02597a8ed2e987b95d"
|
260
340
|
dependencies = [
|
261
341
|
"phf",
|
262
342
|
]
|
@@ -269,30 +349,19 @@ checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
|
|
269
349
|
|
270
350
|
[[package]]
|
271
351
|
name = "errno"
|
272
|
-
version = "0.
|
273
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
274
|
-
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
275
|
-
dependencies = [
|
276
|
-
"errno-dragonfly",
|
277
|
-
"libc",
|
278
|
-
"winapi",
|
279
|
-
]
|
280
|
-
|
281
|
-
[[package]]
|
282
|
-
name = "errno-dragonfly"
|
283
|
-
version = "0.1.2"
|
352
|
+
version = "0.3.5"
|
284
353
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
285
|
-
checksum = "
|
354
|
+
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
|
286
355
|
dependencies = [
|
287
|
-
"cc",
|
288
356
|
"libc",
|
357
|
+
"windows-sys",
|
289
358
|
]
|
290
359
|
|
291
360
|
[[package]]
|
292
361
|
name = "fancy-regex"
|
293
|
-
version = "0.
|
362
|
+
version = "0.11.0"
|
294
363
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
295
|
-
checksum = "
|
364
|
+
checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
|
296
365
|
dependencies = [
|
297
366
|
"bit-set",
|
298
367
|
"regex",
|
@@ -300,9 +369,9 @@ dependencies = [
|
|
300
369
|
|
301
370
|
[[package]]
|
302
371
|
name = "flate2"
|
303
|
-
version = "1.0.
|
372
|
+
version = "1.0.27"
|
304
373
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
305
|
-
checksum = "
|
374
|
+
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
|
306
375
|
dependencies = [
|
307
376
|
"crc32fast",
|
308
377
|
"miniz_oxide",
|
@@ -314,27 +383,6 @@ version = "1.0.7"
|
|
314
383
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
315
384
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
316
385
|
|
317
|
-
[[package]]
|
318
|
-
name = "generic-array"
|
319
|
-
version = "0.14.6"
|
320
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
321
|
-
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
322
|
-
dependencies = [
|
323
|
-
"typenum",
|
324
|
-
"version_check",
|
325
|
-
]
|
326
|
-
|
327
|
-
[[package]]
|
328
|
-
name = "getrandom"
|
329
|
-
version = "0.2.8"
|
330
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
331
|
-
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
332
|
-
dependencies = [
|
333
|
-
"cfg-if",
|
334
|
-
"libc",
|
335
|
-
"wasi",
|
336
|
-
]
|
337
|
-
|
338
386
|
[[package]]
|
339
387
|
name = "glob"
|
340
388
|
version = "0.3.1"
|
@@ -354,48 +402,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
354
402
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
355
403
|
|
356
404
|
[[package]]
|
357
|
-
name = "
|
358
|
-
version = "0.
|
405
|
+
name = "ident_case"
|
406
|
+
version = "1.0.1"
|
359
407
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
360
|
-
checksum = "
|
408
|
+
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
361
409
|
|
362
410
|
[[package]]
|
363
411
|
name = "indexmap"
|
364
|
-
version = "1.9.
|
412
|
+
version = "1.9.3"
|
365
413
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
366
|
-
checksum = "
|
414
|
+
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
367
415
|
dependencies = [
|
368
416
|
"autocfg",
|
369
417
|
"hashbrown",
|
370
418
|
]
|
371
419
|
|
372
|
-
[[package]]
|
373
|
-
name = "io-lifetimes"
|
374
|
-
version = "1.0.5"
|
375
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
376
|
-
checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
|
377
|
-
dependencies = [
|
378
|
-
"libc",
|
379
|
-
"windows-sys",
|
380
|
-
]
|
381
|
-
|
382
|
-
[[package]]
|
383
|
-
name = "is-terminal"
|
384
|
-
version = "0.4.4"
|
385
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
386
|
-
checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
|
387
|
-
dependencies = [
|
388
|
-
"hermit-abi",
|
389
|
-
"io-lifetimes",
|
390
|
-
"rustix",
|
391
|
-
"windows-sys",
|
392
|
-
]
|
393
|
-
|
394
420
|
[[package]]
|
395
421
|
name = "itoa"
|
396
|
-
version = "1.0.
|
422
|
+
version = "1.0.9"
|
397
423
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
398
|
-
checksum = "
|
424
|
+
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
399
425
|
|
400
426
|
[[package]]
|
401
427
|
name = "lazy_static"
|
@@ -411,9 +437,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
411
437
|
|
412
438
|
[[package]]
|
413
439
|
name = "libc"
|
414
|
-
version = "0.2.
|
440
|
+
version = "0.2.149"
|
415
441
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
416
|
-
checksum = "
|
442
|
+
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
417
443
|
|
418
444
|
[[package]]
|
419
445
|
name = "libloading"
|
@@ -442,37 +468,38 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
442
468
|
|
443
469
|
[[package]]
|
444
470
|
name = "linux-raw-sys"
|
445
|
-
version = "0.
|
471
|
+
version = "0.4.10"
|
446
472
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
447
|
-
checksum = "
|
473
|
+
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
|
448
474
|
|
449
475
|
[[package]]
|
450
476
|
name = "magnus"
|
451
|
-
version = "0.
|
477
|
+
version = "0.6.2"
|
452
478
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
453
|
-
checksum = "
|
479
|
+
checksum = "4778544796676e8428e9c622460ebf284bea52d8b10db3aeb449d8b5e61b3a13"
|
454
480
|
dependencies = [
|
455
481
|
"magnus-macros",
|
456
482
|
"rb-sys",
|
457
483
|
"rb-sys-env",
|
484
|
+
"seq-macro",
|
458
485
|
]
|
459
486
|
|
460
487
|
[[package]]
|
461
488
|
name = "magnus-macros"
|
462
|
-
version = "0.
|
489
|
+
version = "0.6.0"
|
463
490
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
464
|
-
checksum = "
|
491
|
+
checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
465
492
|
dependencies = [
|
466
493
|
"proc-macro2",
|
467
494
|
"quote",
|
468
|
-
"syn",
|
495
|
+
"syn 2.0.38",
|
469
496
|
]
|
470
497
|
|
471
498
|
[[package]]
|
472
499
|
name = "memchr"
|
473
|
-
version = "2.
|
500
|
+
version = "2.6.4"
|
474
501
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
475
|
-
checksum = "
|
502
|
+
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
476
503
|
|
477
504
|
[[package]]
|
478
505
|
name = "minimal-lexical"
|
@@ -482,9 +509,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
482
509
|
|
483
510
|
[[package]]
|
484
511
|
name = "miniz_oxide"
|
485
|
-
version = "0.
|
512
|
+
version = "0.7.1"
|
486
513
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
487
|
-
checksum = "
|
514
|
+
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
488
515
|
dependencies = [
|
489
516
|
"adler",
|
490
517
|
]
|
@@ -501,9 +528,9 @@ dependencies = [
|
|
501
528
|
|
502
529
|
[[package]]
|
503
530
|
name = "once_cell"
|
504
|
-
version = "1.
|
531
|
+
version = "1.18.0"
|
505
532
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
506
|
-
checksum = "
|
533
|
+
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
507
534
|
|
508
535
|
[[package]]
|
509
536
|
name = "onig"
|
@@ -511,7 +538,7 @@ version = "6.4.0"
|
|
511
538
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
512
539
|
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
|
513
540
|
dependencies = [
|
514
|
-
"bitflags",
|
541
|
+
"bitflags 1.3.2",
|
515
542
|
"libc",
|
516
543
|
"once_cell",
|
517
544
|
"onig_sys",
|
@@ -527,91 +554,41 @@ dependencies = [
|
|
527
554
|
"pkg-config",
|
528
555
|
]
|
529
556
|
|
530
|
-
[[package]]
|
531
|
-
name = "os_str_bytes"
|
532
|
-
version = "6.4.1"
|
533
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
534
|
-
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
535
|
-
|
536
557
|
[[package]]
|
537
558
|
name = "peeking_take_while"
|
538
559
|
version = "0.1.2"
|
539
560
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
540
561
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
541
562
|
|
542
|
-
[[package]]
|
543
|
-
name = "pest"
|
544
|
-
version = "2.5.5"
|
545
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
546
|
-
checksum = "028accff104c4e513bad663bbcd2ad7cfd5304144404c31ed0a77ac103d00660"
|
547
|
-
dependencies = [
|
548
|
-
"thiserror",
|
549
|
-
"ucd-trie",
|
550
|
-
]
|
551
|
-
|
552
|
-
[[package]]
|
553
|
-
name = "pest_derive"
|
554
|
-
version = "2.5.5"
|
555
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
556
|
-
checksum = "2ac3922aac69a40733080f53c1ce7f91dcf57e1a5f6c52f421fadec7fbdc4b69"
|
557
|
-
dependencies = [
|
558
|
-
"pest",
|
559
|
-
"pest_generator",
|
560
|
-
]
|
561
|
-
|
562
|
-
[[package]]
|
563
|
-
name = "pest_generator"
|
564
|
-
version = "2.5.5"
|
565
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
566
|
-
checksum = "d06646e185566b5961b4058dd107e0a7f56e77c3f484549fb119867773c0f202"
|
567
|
-
dependencies = [
|
568
|
-
"pest",
|
569
|
-
"pest_meta",
|
570
|
-
"proc-macro2",
|
571
|
-
"quote",
|
572
|
-
"syn",
|
573
|
-
]
|
574
|
-
|
575
|
-
[[package]]
|
576
|
-
name = "pest_meta"
|
577
|
-
version = "2.5.5"
|
578
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
579
|
-
checksum = "e6f60b2ba541577e2a0c307c8f39d1439108120eb7903adeb6497fa880c59616"
|
580
|
-
dependencies = [
|
581
|
-
"once_cell",
|
582
|
-
"pest",
|
583
|
-
"sha2",
|
584
|
-
]
|
585
|
-
|
586
563
|
[[package]]
|
587
564
|
name = "phf"
|
588
|
-
version = "0.11.
|
565
|
+
version = "0.11.2"
|
589
566
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
590
|
-
checksum = "
|
567
|
+
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
591
568
|
dependencies = [
|
592
569
|
"phf_shared",
|
593
570
|
]
|
594
571
|
|
595
572
|
[[package]]
|
596
573
|
name = "phf_shared"
|
597
|
-
version = "0.11.
|
574
|
+
version = "0.11.2"
|
598
575
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
599
|
-
checksum = "
|
576
|
+
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
600
577
|
dependencies = [
|
601
578
|
"siphasher",
|
602
579
|
]
|
603
580
|
|
604
581
|
[[package]]
|
605
582
|
name = "pkg-config"
|
606
|
-
version = "0.3.
|
583
|
+
version = "0.3.27"
|
607
584
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
608
|
-
checksum = "
|
585
|
+
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
609
586
|
|
610
587
|
[[package]]
|
611
588
|
name = "plist"
|
612
|
-
version = "1.
|
589
|
+
version = "1.5.0"
|
613
590
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
614
|
-
checksum = "
|
591
|
+
checksum = "bdc0001cfea3db57a2e24bc0d818e9e20e554b5f97fabb9bc231dc240269ae06"
|
615
592
|
dependencies = [
|
616
593
|
"base64",
|
617
594
|
"indexmap",
|
@@ -621,78 +598,55 @@ dependencies = [
|
|
621
598
|
"time",
|
622
599
|
]
|
623
600
|
|
624
|
-
[[package]]
|
625
|
-
name = "proc-macro-error"
|
626
|
-
version = "1.0.4"
|
627
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
628
|
-
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
629
|
-
dependencies = [
|
630
|
-
"proc-macro-error-attr",
|
631
|
-
"proc-macro2",
|
632
|
-
"quote",
|
633
|
-
"syn",
|
634
|
-
"version_check",
|
635
|
-
]
|
636
|
-
|
637
|
-
[[package]]
|
638
|
-
name = "proc-macro-error-attr"
|
639
|
-
version = "1.0.4"
|
640
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
641
|
-
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
642
|
-
dependencies = [
|
643
|
-
"proc-macro2",
|
644
|
-
"quote",
|
645
|
-
"version_check",
|
646
|
-
]
|
647
|
-
|
648
601
|
[[package]]
|
649
602
|
name = "proc-macro2"
|
650
|
-
version = "1.0.
|
603
|
+
version = "1.0.69"
|
651
604
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
652
|
-
checksum = "
|
605
|
+
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
653
606
|
dependencies = [
|
654
607
|
"unicode-ident",
|
655
608
|
]
|
656
609
|
|
657
610
|
[[package]]
|
658
611
|
name = "quick-xml"
|
659
|
-
version = "0.
|
612
|
+
version = "0.29.0"
|
660
613
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
661
|
-
checksum = "
|
614
|
+
checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51"
|
662
615
|
dependencies = [
|
663
616
|
"memchr",
|
664
617
|
]
|
665
618
|
|
666
619
|
[[package]]
|
667
620
|
name = "quote"
|
668
|
-
version = "1.0.
|
621
|
+
version = "1.0.33"
|
669
622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
670
|
-
checksum = "
|
623
|
+
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
671
624
|
dependencies = [
|
672
625
|
"proc-macro2",
|
673
626
|
]
|
674
627
|
|
675
628
|
[[package]]
|
676
629
|
name = "rb-sys"
|
677
|
-
version = "0.9.
|
630
|
+
version = "0.9.82"
|
678
631
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
679
|
-
checksum = "
|
632
|
+
checksum = "a3e6bf79bf4c711917cacfaf46dfab4314dbfdd89a8ee3ec4b98336cd23f1ebf"
|
680
633
|
dependencies = [
|
681
634
|
"rb-sys-build",
|
682
635
|
]
|
683
636
|
|
684
637
|
[[package]]
|
685
638
|
name = "rb-sys-build"
|
686
|
-
version = "0.9.
|
639
|
+
version = "0.9.82"
|
687
640
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
688
|
-
checksum = "
|
641
|
+
checksum = "5482a1ed4cde58dddaf162b6aebcb5c25645822547832b8be101f2acd40bcdd6"
|
689
642
|
dependencies = [
|
690
643
|
"bindgen",
|
691
644
|
"lazy_static",
|
645
|
+
"proc-macro2",
|
692
646
|
"quote",
|
693
647
|
"regex",
|
694
648
|
"shell-words",
|
695
|
-
"syn",
|
649
|
+
"syn 2.0.38",
|
696
650
|
]
|
697
651
|
|
698
652
|
[[package]]
|
@@ -702,41 +656,39 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
702
656
|
checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
703
657
|
|
704
658
|
[[package]]
|
705
|
-
name = "
|
706
|
-
version = "
|
659
|
+
name = "regex"
|
660
|
+
version = "1.10.0"
|
707
661
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
708
|
-
checksum = "
|
662
|
+
checksum = "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87"
|
709
663
|
dependencies = [
|
710
|
-
"
|
664
|
+
"aho-corasick",
|
665
|
+
"memchr",
|
666
|
+
"regex-automata",
|
667
|
+
"regex-syntax 0.8.1",
|
711
668
|
]
|
712
669
|
|
713
670
|
[[package]]
|
714
|
-
name = "
|
715
|
-
version = "0.4.
|
671
|
+
name = "regex-automata"
|
672
|
+
version = "0.4.1"
|
716
673
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
717
|
-
checksum = "
|
674
|
+
checksum = "465c6fc0621e4abc4187a2bda0937bfd4f722c2730b29562e19689ea796c9a4b"
|
718
675
|
dependencies = [
|
719
|
-
"
|
720
|
-
"
|
721
|
-
"
|
676
|
+
"aho-corasick",
|
677
|
+
"memchr",
|
678
|
+
"regex-syntax 0.8.1",
|
722
679
|
]
|
723
680
|
|
724
681
|
[[package]]
|
725
|
-
name = "regex"
|
726
|
-
version = "
|
682
|
+
name = "regex-syntax"
|
683
|
+
version = "0.7.5"
|
727
684
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
728
|
-
checksum = "
|
729
|
-
dependencies = [
|
730
|
-
"aho-corasick",
|
731
|
-
"memchr",
|
732
|
-
"regex-syntax",
|
733
|
-
]
|
685
|
+
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
734
686
|
|
735
687
|
[[package]]
|
736
688
|
name = "regex-syntax"
|
737
|
-
version = "0.
|
689
|
+
version = "0.8.1"
|
738
690
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
739
|
-
checksum = "
|
691
|
+
checksum = "56d84fdd47036b038fc80dd333d10b6aab10d5d31f4a366e20014def75328d33"
|
740
692
|
|
741
693
|
[[package]]
|
742
694
|
name = "rustc-hash"
|
@@ -746,13 +698,12 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
746
698
|
|
747
699
|
[[package]]
|
748
700
|
name = "rustix"
|
749
|
-
version = "0.
|
701
|
+
version = "0.38.19"
|
750
702
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
751
|
-
checksum = "
|
703
|
+
checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
|
752
704
|
dependencies = [
|
753
|
-
"bitflags",
|
705
|
+
"bitflags 2.4.0",
|
754
706
|
"errno",
|
755
|
-
"io-lifetimes",
|
756
707
|
"libc",
|
757
708
|
"linux-raw-sys",
|
758
709
|
"windows-sys",
|
@@ -760,9 +711,9 @@ dependencies = [
|
|
760
711
|
|
761
712
|
[[package]]
|
762
713
|
name = "ryu"
|
763
|
-
version = "1.0.
|
714
|
+
version = "1.0.15"
|
764
715
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
765
|
-
checksum = "
|
716
|
+
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
766
717
|
|
767
718
|
[[package]]
|
768
719
|
name = "safemem"
|
@@ -779,45 +730,43 @@ dependencies = [
|
|
779
730
|
"winapi-util",
|
780
731
|
]
|
781
732
|
|
733
|
+
[[package]]
|
734
|
+
name = "seq-macro"
|
735
|
+
version = "0.3.5"
|
736
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
737
|
+
checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
738
|
+
|
782
739
|
[[package]]
|
783
740
|
name = "serde"
|
784
|
-
version = "1.0.
|
741
|
+
version = "1.0.188"
|
785
742
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
786
|
-
checksum = "
|
743
|
+
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
|
744
|
+
dependencies = [
|
745
|
+
"serde_derive",
|
746
|
+
]
|
787
747
|
|
788
748
|
[[package]]
|
789
749
|
name = "serde_derive"
|
790
|
-
version = "1.0.
|
750
|
+
version = "1.0.188"
|
791
751
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
792
|
-
checksum = "
|
752
|
+
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
793
753
|
dependencies = [
|
794
754
|
"proc-macro2",
|
795
755
|
"quote",
|
796
|
-
"syn",
|
756
|
+
"syn 2.0.38",
|
797
757
|
]
|
798
758
|
|
799
759
|
[[package]]
|
800
760
|
name = "serde_json"
|
801
|
-
version = "1.0.
|
761
|
+
version = "1.0.107"
|
802
762
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
803
|
-
checksum = "
|
763
|
+
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
804
764
|
dependencies = [
|
805
765
|
"itoa",
|
806
766
|
"ryu",
|
807
767
|
"serde",
|
808
768
|
]
|
809
769
|
|
810
|
-
[[package]]
|
811
|
-
name = "sha2"
|
812
|
-
version = "0.10.6"
|
813
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
814
|
-
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
815
|
-
dependencies = [
|
816
|
-
"cfg-if",
|
817
|
-
"cpufeatures",
|
818
|
-
"digest",
|
819
|
-
]
|
820
|
-
|
821
770
|
[[package]]
|
822
771
|
name = "shell-words"
|
823
772
|
version = "1.1.0"
|
@@ -826,15 +775,15 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
826
775
|
|
827
776
|
[[package]]
|
828
777
|
name = "shlex"
|
829
|
-
version = "1.
|
778
|
+
version = "1.2.0"
|
830
779
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
831
|
-
checksum = "
|
780
|
+
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
|
832
781
|
|
833
782
|
[[package]]
|
834
783
|
name = "siphasher"
|
835
|
-
version = "0.3.
|
784
|
+
version = "0.3.11"
|
836
785
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
837
|
-
checksum = "
|
786
|
+
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
838
787
|
|
839
788
|
[[package]]
|
840
789
|
name = "slug"
|
@@ -862,44 +811,44 @@ dependencies = [
|
|
862
811
|
"unicode-ident",
|
863
812
|
]
|
864
813
|
|
814
|
+
[[package]]
|
815
|
+
name = "syn"
|
816
|
+
version = "2.0.38"
|
817
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
818
|
+
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
|
819
|
+
dependencies = [
|
820
|
+
"proc-macro2",
|
821
|
+
"quote",
|
822
|
+
"unicode-ident",
|
823
|
+
]
|
824
|
+
|
865
825
|
[[package]]
|
866
826
|
name = "syntect"
|
867
|
-
version = "5.
|
827
|
+
version = "5.1.0"
|
868
828
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
869
|
-
checksum = "
|
829
|
+
checksum = "e02b4b303bf8d08bfeb0445cba5068a3d306b6baece1d5582171a9bf49188f91"
|
870
830
|
dependencies = [
|
871
831
|
"bincode",
|
872
|
-
"bitflags",
|
832
|
+
"bitflags 1.3.2",
|
873
833
|
"fancy-regex",
|
874
834
|
"flate2",
|
875
835
|
"fnv",
|
876
|
-
"lazy_static",
|
877
836
|
"once_cell",
|
878
837
|
"onig",
|
879
838
|
"plist",
|
880
|
-
"regex-syntax",
|
839
|
+
"regex-syntax 0.7.5",
|
881
840
|
"serde",
|
882
|
-
"serde_derive",
|
883
841
|
"serde_json",
|
884
842
|
"thiserror",
|
885
843
|
"walkdir",
|
886
844
|
"yaml-rust",
|
887
845
|
]
|
888
846
|
|
889
|
-
[[package]]
|
890
|
-
name = "termcolor"
|
891
|
-
version = "1.2.0"
|
892
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
893
|
-
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
894
|
-
dependencies = [
|
895
|
-
"winapi-util",
|
896
|
-
]
|
897
|
-
|
898
847
|
[[package]]
|
899
848
|
name = "terminal_size"
|
900
|
-
version = "0.
|
849
|
+
version = "0.3.0"
|
901
850
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
902
|
-
checksum = "
|
851
|
+
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
|
903
852
|
dependencies = [
|
904
853
|
"rustix",
|
905
854
|
"windows-sys",
|
@@ -907,30 +856,31 @@ dependencies = [
|
|
907
856
|
|
908
857
|
[[package]]
|
909
858
|
name = "thiserror"
|
910
|
-
version = "1.0.
|
859
|
+
version = "1.0.49"
|
911
860
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
912
|
-
checksum = "
|
861
|
+
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
|
913
862
|
dependencies = [
|
914
863
|
"thiserror-impl",
|
915
864
|
]
|
916
865
|
|
917
866
|
[[package]]
|
918
867
|
name = "thiserror-impl"
|
919
|
-
version = "1.0.
|
868
|
+
version = "1.0.49"
|
920
869
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
921
|
-
checksum = "
|
870
|
+
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
|
922
871
|
dependencies = [
|
923
872
|
"proc-macro2",
|
924
873
|
"quote",
|
925
|
-
"syn",
|
874
|
+
"syn 2.0.38",
|
926
875
|
]
|
927
876
|
|
928
877
|
[[package]]
|
929
878
|
name = "time"
|
930
|
-
version = "0.3.
|
879
|
+
version = "0.3.29"
|
931
880
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
932
|
-
checksum = "
|
881
|
+
checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"
|
933
882
|
dependencies = [
|
883
|
+
"deranged",
|
934
884
|
"itoa",
|
935
885
|
"serde",
|
936
886
|
"time-core",
|
@@ -939,15 +889,15 @@ dependencies = [
|
|
939
889
|
|
940
890
|
[[package]]
|
941
891
|
name = "time-core"
|
942
|
-
version = "0.1.
|
892
|
+
version = "0.1.2"
|
943
893
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
944
|
-
checksum = "
|
894
|
+
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
945
895
|
|
946
896
|
[[package]]
|
947
897
|
name = "time-macros"
|
948
|
-
version = "0.2.
|
898
|
+
version = "0.2.15"
|
949
899
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
950
|
-
checksum = "
|
900
|
+
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
|
951
901
|
dependencies = [
|
952
902
|
"time-core",
|
953
903
|
]
|
@@ -958,23 +908,11 @@ version = "2.0.2"
|
|
958
908
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
959
909
|
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
960
910
|
|
961
|
-
[[package]]
|
962
|
-
name = "typenum"
|
963
|
-
version = "1.16.0"
|
964
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
965
|
-
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
966
|
-
|
967
|
-
[[package]]
|
968
|
-
name = "ucd-trie"
|
969
|
-
version = "0.1.5"
|
970
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
971
|
-
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
972
|
-
|
973
911
|
[[package]]
|
974
912
|
name = "unicode-ident"
|
975
|
-
version = "1.0.
|
913
|
+
version = "1.0.12"
|
976
914
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
977
|
-
checksum = "
|
915
|
+
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
978
916
|
|
979
917
|
[[package]]
|
980
918
|
name = "unicode_categories"
|
@@ -983,28 +921,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
983
921
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
984
922
|
|
985
923
|
[[package]]
|
986
|
-
name = "
|
987
|
-
version = "0.
|
924
|
+
name = "utf8parse"
|
925
|
+
version = "0.2.1"
|
988
926
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
989
|
-
checksum = "
|
927
|
+
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
990
928
|
|
991
929
|
[[package]]
|
992
930
|
name = "walkdir"
|
993
|
-
version = "2.
|
931
|
+
version = "2.4.0"
|
994
932
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
995
|
-
checksum = "
|
933
|
+
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
996
934
|
dependencies = [
|
997
935
|
"same-file",
|
998
|
-
"winapi",
|
999
936
|
"winapi-util",
|
1000
937
|
]
|
1001
938
|
|
1002
|
-
[[package]]
|
1003
|
-
name = "wasi"
|
1004
|
-
version = "0.11.0+wasi-snapshot-preview1"
|
1005
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1006
|
-
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
1007
|
-
|
1008
939
|
[[package]]
|
1009
940
|
name = "winapi"
|
1010
941
|
version = "0.3.9"
|
@@ -1023,9 +954,9 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
1023
954
|
|
1024
955
|
[[package]]
|
1025
956
|
name = "winapi-util"
|
1026
|
-
version = "0.1.
|
957
|
+
version = "0.1.6"
|
1027
958
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1028
|
-
checksum = "
|
959
|
+
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
1029
960
|
dependencies = [
|
1030
961
|
"winapi",
|
1031
962
|
]
|
@@ -1038,18 +969,18 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
1038
969
|
|
1039
970
|
[[package]]
|
1040
971
|
name = "windows-sys"
|
1041
|
-
version = "0.
|
972
|
+
version = "0.48.0"
|
1042
973
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1043
|
-
checksum = "
|
974
|
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
1044
975
|
dependencies = [
|
1045
976
|
"windows-targets",
|
1046
977
|
]
|
1047
978
|
|
1048
979
|
[[package]]
|
1049
980
|
name = "windows-targets"
|
1050
|
-
version = "0.
|
981
|
+
version = "0.48.5"
|
1051
982
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1052
|
-
checksum = "
|
983
|
+
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
1053
984
|
dependencies = [
|
1054
985
|
"windows_aarch64_gnullvm",
|
1055
986
|
"windows_aarch64_msvc",
|
@@ -1062,54 +993,51 @@ dependencies = [
|
|
1062
993
|
|
1063
994
|
[[package]]
|
1064
995
|
name = "windows_aarch64_gnullvm"
|
1065
|
-
version = "0.
|
996
|
+
version = "0.48.5"
|
1066
997
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1067
|
-
checksum = "
|
998
|
+
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
1068
999
|
|
1069
1000
|
[[package]]
|
1070
1001
|
name = "windows_aarch64_msvc"
|
1071
|
-
version = "0.
|
1002
|
+
version = "0.48.5"
|
1072
1003
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1073
|
-
checksum = "
|
1004
|
+
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
1074
1005
|
|
1075
1006
|
[[package]]
|
1076
1007
|
name = "windows_i686_gnu"
|
1077
|
-
version = "0.
|
1008
|
+
version = "0.48.5"
|
1078
1009
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1079
|
-
checksum = "
|
1010
|
+
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
1080
1011
|
|
1081
1012
|
[[package]]
|
1082
1013
|
name = "windows_i686_msvc"
|
1083
|
-
version = "0.
|
1014
|
+
version = "0.48.5"
|
1084
1015
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1085
|
-
checksum = "
|
1016
|
+
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
1086
1017
|
|
1087
1018
|
[[package]]
|
1088
1019
|
name = "windows_x86_64_gnu"
|
1089
|
-
version = "0.
|
1020
|
+
version = "0.48.5"
|
1090
1021
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1091
|
-
checksum = "
|
1022
|
+
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
1092
1023
|
|
1093
1024
|
[[package]]
|
1094
1025
|
name = "windows_x86_64_gnullvm"
|
1095
|
-
version = "0.
|
1026
|
+
version = "0.48.5"
|
1096
1027
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1097
|
-
checksum = "
|
1028
|
+
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
1098
1029
|
|
1099
1030
|
[[package]]
|
1100
1031
|
name = "windows_x86_64_msvc"
|
1101
|
-
version = "0.
|
1032
|
+
version = "0.48.5"
|
1102
1033
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1103
|
-
checksum = "
|
1034
|
+
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
1104
1035
|
|
1105
1036
|
[[package]]
|
1106
1037
|
name = "xdg"
|
1107
|
-
version = "2.
|
1038
|
+
version = "2.5.2"
|
1108
1039
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1109
|
-
checksum = "
|
1110
|
-
dependencies = [
|
1111
|
-
"dirs",
|
1112
|
-
]
|
1040
|
+
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
|
1113
1041
|
|
1114
1042
|
[[package]]
|
1115
1043
|
name = "yaml-rust"
|