decasify 0.10.0__tar.gz → 0.10.2__tar.gz
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.
- {decasify-0.10.0 → decasify-0.10.2}/Cargo.lock +424 -296
- {decasify-0.10.0 → decasify-0.10.2}/Cargo.toml +5 -5
- decasify-0.10.2/PKG-INFO +14 -0
- decasify-0.10.0/PKG-INFO → decasify-0.10.2/README.md +43 -29
- {decasify-0.10.0 → decasify-0.10.2}/pyproject.toml +2 -7
- {decasify-0.10.0 → decasify-0.10.2}/src/lua.rs +1 -1
- {decasify-0.10.0 → decasify-0.10.2}/src/types.rs +2 -6
- {decasify-0.10.0 → decasify-0.10.2}/tests/cli.rs +7 -7
- decasify-0.10.0/README.md +0 -232
- {decasify-0.10.0 → decasify-0.10.2}/build-aux/build.rs +0 -0
- {decasify-0.10.0 → decasify-0.10.2}/src/bin/decasify.rs +0 -0
- {decasify-0.10.0 → decasify-0.10.2}/src/cli.rs +0 -0
- {decasify-0.10.0 → decasify-0.10.2}/src/content.rs +0 -0
- {decasify-0.10.0 → decasify-0.10.2}/src/en.rs +0 -0
- {decasify-0.10.0 → decasify-0.10.2}/src/lib.rs +0 -0
- {decasify-0.10.0 → decasify-0.10.2}/src/python.rs +0 -0
- {decasify-0.10.0 → decasify-0.10.2}/src/tr.rs +0 -0
- {decasify-0.10.0 → decasify-0.10.2}/src/traits.rs +0 -0
- {decasify-0.10.0 → decasify-0.10.2}/src/wasm.rs +0 -0
- {decasify-0.10.0 → decasify-0.10.2}/tests/lib.rs +0 -0
|
@@ -4,15 +4,15 @@ version = 3
|
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "adler2"
|
|
7
|
-
version = "2.0.
|
|
7
|
+
version = "2.0.1"
|
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "
|
|
9
|
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
10
10
|
|
|
11
11
|
[[package]]
|
|
12
12
|
name = "ahash"
|
|
13
|
-
version = "0.8.
|
|
13
|
+
version = "0.8.12"
|
|
14
14
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
-
checksum = "
|
|
15
|
+
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
|
16
16
|
dependencies = [
|
|
17
17
|
"cfg-if",
|
|
18
18
|
"once_cell",
|
|
@@ -22,9 +22,9 @@ dependencies = [
|
|
|
22
22
|
|
|
23
23
|
[[package]]
|
|
24
24
|
name = "aho-corasick"
|
|
25
|
-
version = "1.1.
|
|
25
|
+
version = "1.1.4"
|
|
26
26
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
27
|
-
checksum = "
|
|
27
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
28
28
|
dependencies = [
|
|
29
29
|
"memchr",
|
|
30
30
|
]
|
|
@@ -37,9 +37,9 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
|
37
37
|
|
|
38
38
|
[[package]]
|
|
39
39
|
name = "anstream"
|
|
40
|
-
version = "0.6.
|
|
40
|
+
version = "0.6.21"
|
|
41
41
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
42
|
-
checksum = "
|
|
42
|
+
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
|
|
43
43
|
dependencies = [
|
|
44
44
|
"anstyle",
|
|
45
45
|
"anstyle-parse",
|
|
@@ -52,44 +52,44 @@ dependencies = [
|
|
|
52
52
|
|
|
53
53
|
[[package]]
|
|
54
54
|
name = "anstyle"
|
|
55
|
-
version = "1.0.
|
|
55
|
+
version = "1.0.13"
|
|
56
56
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
57
|
-
checksum = "
|
|
57
|
+
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
|
58
58
|
|
|
59
59
|
[[package]]
|
|
60
60
|
name = "anstyle-parse"
|
|
61
|
-
version = "0.2.
|
|
61
|
+
version = "0.2.7"
|
|
62
62
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
63
|
-
checksum = "
|
|
63
|
+
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
|
64
64
|
dependencies = [
|
|
65
65
|
"utf8parse",
|
|
66
66
|
]
|
|
67
67
|
|
|
68
68
|
[[package]]
|
|
69
69
|
name = "anstyle-query"
|
|
70
|
-
version = "1.1.
|
|
70
|
+
version = "1.1.4"
|
|
71
71
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
72
|
-
checksum = "
|
|
72
|
+
checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
|
|
73
73
|
dependencies = [
|
|
74
|
-
"windows-sys 0.
|
|
74
|
+
"windows-sys 0.60.2",
|
|
75
75
|
]
|
|
76
76
|
|
|
77
77
|
[[package]]
|
|
78
78
|
name = "anstyle-wincon"
|
|
79
|
-
version = "3.0.
|
|
79
|
+
version = "3.0.10"
|
|
80
80
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
81
|
-
checksum = "
|
|
81
|
+
checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
|
|
82
82
|
dependencies = [
|
|
83
83
|
"anstyle",
|
|
84
|
-
"
|
|
85
|
-
"windows-sys 0.
|
|
84
|
+
"once_cell_polyfill",
|
|
85
|
+
"windows-sys 0.60.2",
|
|
86
86
|
]
|
|
87
87
|
|
|
88
88
|
[[package]]
|
|
89
89
|
name = "anyhow"
|
|
90
|
-
version = "1.0.
|
|
90
|
+
version = "1.0.100"
|
|
91
91
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
92
|
-
checksum = "
|
|
92
|
+
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
|
93
93
|
|
|
94
94
|
[[package]]
|
|
95
95
|
name = "arc-swap"
|
|
@@ -99,13 +99,12 @@ checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
|
|
99
99
|
|
|
100
100
|
[[package]]
|
|
101
101
|
name = "assert_cmd"
|
|
102
|
-
version = "2.
|
|
102
|
+
version = "2.1.1"
|
|
103
103
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
104
|
-
checksum = "
|
|
104
|
+
checksum = "bcbb6924530aa9e0432442af08bbcafdad182db80d2e560da42a6d442535bf85"
|
|
105
105
|
dependencies = [
|
|
106
106
|
"anstyle",
|
|
107
107
|
"bstr",
|
|
108
|
-
"doc-comment",
|
|
109
108
|
"libc",
|
|
110
109
|
"predicates",
|
|
111
110
|
"predicates-core",
|
|
@@ -115,21 +114,21 @@ dependencies = [
|
|
|
115
114
|
|
|
116
115
|
[[package]]
|
|
117
116
|
name = "autocfg"
|
|
118
|
-
version = "1.
|
|
117
|
+
version = "1.5.0"
|
|
119
118
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
120
|
-
checksum = "
|
|
119
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
121
120
|
|
|
122
121
|
[[package]]
|
|
123
122
|
name = "bitflags"
|
|
124
|
-
version = "2.
|
|
123
|
+
version = "2.10.0"
|
|
125
124
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
126
|
-
checksum = "
|
|
125
|
+
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
|
127
126
|
|
|
128
127
|
[[package]]
|
|
129
128
|
name = "bstr"
|
|
130
|
-
version = "1.
|
|
129
|
+
version = "1.12.1"
|
|
131
130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
132
|
-
checksum = "
|
|
131
|
+
checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
|
|
133
132
|
dependencies = [
|
|
134
133
|
"memchr",
|
|
135
134
|
"regex-automata",
|
|
@@ -138,17 +137,17 @@ dependencies = [
|
|
|
138
137
|
|
|
139
138
|
[[package]]
|
|
140
139
|
name = "bumpalo"
|
|
141
|
-
version = "3.
|
|
140
|
+
version = "3.19.0"
|
|
142
141
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
143
|
-
checksum = "
|
|
142
|
+
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
|
144
143
|
|
|
145
144
|
[[package]]
|
|
146
145
|
name = "camino"
|
|
147
|
-
version = "1.1
|
|
146
|
+
version = "1.2.1"
|
|
148
147
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
149
|
-
checksum = "
|
|
148
|
+
checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
|
|
150
149
|
dependencies = [
|
|
151
|
-
"
|
|
150
|
+
"serde_core",
|
|
152
151
|
]
|
|
153
152
|
|
|
154
153
|
[[package]]
|
|
@@ -176,24 +175,25 @@ dependencies = [
|
|
|
176
175
|
|
|
177
176
|
[[package]]
|
|
178
177
|
name = "cc"
|
|
179
|
-
version = "1.2.
|
|
178
|
+
version = "1.2.45"
|
|
180
179
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
181
|
-
checksum = "
|
|
180
|
+
checksum = "35900b6c8d709fb1d854671ae27aeaa9eec2f8b01b364e1619a40da3e6fe2afe"
|
|
182
181
|
dependencies = [
|
|
182
|
+
"find-msvc-tools",
|
|
183
183
|
"shlex",
|
|
184
184
|
]
|
|
185
185
|
|
|
186
186
|
[[package]]
|
|
187
187
|
name = "cfg-if"
|
|
188
|
-
version = "1.0.
|
|
188
|
+
version = "1.0.4"
|
|
189
189
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
190
|
-
checksum = "
|
|
190
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
191
191
|
|
|
192
192
|
[[package]]
|
|
193
193
|
name = "clap"
|
|
194
|
-
version = "4.5.
|
|
194
|
+
version = "4.5.51"
|
|
195
195
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
196
|
-
checksum = "
|
|
196
|
+
checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
|
|
197
197
|
dependencies = [
|
|
198
198
|
"clap_builder",
|
|
199
199
|
"clap_derive",
|
|
@@ -201,9 +201,9 @@ dependencies = [
|
|
|
201
201
|
|
|
202
202
|
[[package]]
|
|
203
203
|
name = "clap_builder"
|
|
204
|
-
version = "4.5.
|
|
204
|
+
version = "4.5.51"
|
|
205
205
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
206
|
-
checksum = "
|
|
206
|
+
checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
|
|
207
207
|
dependencies = [
|
|
208
208
|
"anstream",
|
|
209
209
|
"anstyle",
|
|
@@ -214,18 +214,18 @@ dependencies = [
|
|
|
214
214
|
|
|
215
215
|
[[package]]
|
|
216
216
|
name = "clap_complete"
|
|
217
|
-
version = "4.5.
|
|
217
|
+
version = "4.5.60"
|
|
218
218
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
219
|
-
checksum = "
|
|
219
|
+
checksum = "8e602857739c5a4291dfa33b5a298aeac9006185229a700e5810a3ef7272d971"
|
|
220
220
|
dependencies = [
|
|
221
221
|
"clap",
|
|
222
222
|
]
|
|
223
223
|
|
|
224
224
|
[[package]]
|
|
225
225
|
name = "clap_derive"
|
|
226
|
-
version = "4.5.
|
|
226
|
+
version = "4.5.49"
|
|
227
227
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
228
|
-
checksum = "
|
|
228
|
+
checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
|
|
229
229
|
dependencies = [
|
|
230
230
|
"heck",
|
|
231
231
|
"proc-macro2",
|
|
@@ -235,15 +235,15 @@ dependencies = [
|
|
|
235
235
|
|
|
236
236
|
[[package]]
|
|
237
237
|
name = "clap_lex"
|
|
238
|
-
version = "0.7.
|
|
238
|
+
version = "0.7.6"
|
|
239
239
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
240
|
-
checksum = "
|
|
240
|
+
checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
|
|
241
241
|
|
|
242
242
|
[[package]]
|
|
243
243
|
name = "clap_mangen"
|
|
244
|
-
version = "0.2.
|
|
244
|
+
version = "0.2.31"
|
|
245
245
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
246
|
-
checksum = "
|
|
246
|
+
checksum = "439ea63a92086df93893164221ad4f24142086d535b3a0957b9b9bea2dc86301"
|
|
247
247
|
dependencies = [
|
|
248
248
|
"clap",
|
|
249
249
|
"roff",
|
|
@@ -257,24 +257,24 @@ checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
|
|
|
257
257
|
|
|
258
258
|
[[package]]
|
|
259
259
|
name = "colorchoice"
|
|
260
|
-
version = "1.0.
|
|
260
|
+
version = "1.0.4"
|
|
261
261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
262
|
-
checksum = "
|
|
262
|
+
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
|
263
263
|
|
|
264
264
|
[[package]]
|
|
265
265
|
name = "crc32fast"
|
|
266
|
-
version = "1.
|
|
266
|
+
version = "1.5.0"
|
|
267
267
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
268
|
-
checksum = "
|
|
268
|
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
269
269
|
dependencies = [
|
|
270
270
|
"cfg-if",
|
|
271
271
|
]
|
|
272
272
|
|
|
273
273
|
[[package]]
|
|
274
274
|
name = "darling"
|
|
275
|
-
version = "0.20.
|
|
275
|
+
version = "0.20.11"
|
|
276
276
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
277
|
-
checksum = "
|
|
277
|
+
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
|
|
278
278
|
dependencies = [
|
|
279
279
|
"darling_core",
|
|
280
280
|
"darling_macro",
|
|
@@ -282,9 +282,9 @@ dependencies = [
|
|
|
282
282
|
|
|
283
283
|
[[package]]
|
|
284
284
|
name = "darling_core"
|
|
285
|
-
version = "0.20.
|
|
285
|
+
version = "0.20.11"
|
|
286
286
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
287
|
-
checksum = "
|
|
287
|
+
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
|
|
288
288
|
dependencies = [
|
|
289
289
|
"fnv",
|
|
290
290
|
"ident_case",
|
|
@@ -296,9 +296,9 @@ dependencies = [
|
|
|
296
296
|
|
|
297
297
|
[[package]]
|
|
298
298
|
name = "darling_macro"
|
|
299
|
-
version = "0.20.
|
|
299
|
+
version = "0.20.11"
|
|
300
300
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
301
|
-
checksum = "
|
|
301
|
+
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
|
302
302
|
dependencies = [
|
|
303
303
|
"darling_core",
|
|
304
304
|
"quote",
|
|
@@ -307,7 +307,7 @@ dependencies = [
|
|
|
307
307
|
|
|
308
308
|
[[package]]
|
|
309
309
|
name = "decasify"
|
|
310
|
-
version = "0.10.
|
|
310
|
+
version = "0.10.2"
|
|
311
311
|
dependencies = [
|
|
312
312
|
"anyhow",
|
|
313
313
|
"assert_cmd",
|
|
@@ -329,9 +329,9 @@ dependencies = [
|
|
|
329
329
|
|
|
330
330
|
[[package]]
|
|
331
331
|
name = "deranged"
|
|
332
|
-
version = "0.
|
|
332
|
+
version = "0.4.0"
|
|
333
333
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
334
|
-
checksum = "
|
|
334
|
+
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
|
335
335
|
dependencies = [
|
|
336
336
|
"powerfmt",
|
|
337
337
|
]
|
|
@@ -384,12 +384,6 @@ dependencies = [
|
|
|
384
384
|
"syn",
|
|
385
385
|
]
|
|
386
386
|
|
|
387
|
-
[[package]]
|
|
388
|
-
name = "doc-comment"
|
|
389
|
-
version = "0.3.3"
|
|
390
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
391
|
-
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
392
|
-
|
|
393
387
|
[[package]]
|
|
394
388
|
name = "dunce"
|
|
395
389
|
version = "1.0.5"
|
|
@@ -404,12 +398,12 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
|
404
398
|
|
|
405
399
|
[[package]]
|
|
406
400
|
name = "errno"
|
|
407
|
-
version = "0.3.
|
|
401
|
+
version = "0.3.14"
|
|
408
402
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
409
|
-
checksum = "
|
|
403
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
410
404
|
dependencies = [
|
|
411
405
|
"libc",
|
|
412
|
-
"windows-sys 0.
|
|
406
|
+
"windows-sys 0.61.2",
|
|
413
407
|
]
|
|
414
408
|
|
|
415
409
|
[[package]]
|
|
@@ -429,21 +423,27 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
429
423
|
|
|
430
424
|
[[package]]
|
|
431
425
|
name = "filetime"
|
|
432
|
-
version = "0.2.
|
|
426
|
+
version = "0.2.26"
|
|
433
427
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
434
|
-
checksum = "
|
|
428
|
+
checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
|
|
435
429
|
dependencies = [
|
|
436
430
|
"cfg-if",
|
|
437
431
|
"libc",
|
|
438
432
|
"libredox",
|
|
439
|
-
"windows-sys 0.
|
|
433
|
+
"windows-sys 0.60.2",
|
|
440
434
|
]
|
|
441
435
|
|
|
436
|
+
[[package]]
|
|
437
|
+
name = "find-msvc-tools"
|
|
438
|
+
version = "0.1.4"
|
|
439
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
440
|
+
checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
|
|
441
|
+
|
|
442
442
|
[[package]]
|
|
443
443
|
name = "flate2"
|
|
444
|
-
version = "1.1.
|
|
444
|
+
version = "1.1.5"
|
|
445
445
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
446
|
-
checksum = "
|
|
446
|
+
checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
|
|
447
447
|
dependencies = [
|
|
448
448
|
"crc32fast",
|
|
449
449
|
"miniz_oxide",
|
|
@@ -466,23 +466,23 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
466
466
|
|
|
467
467
|
[[package]]
|
|
468
468
|
name = "form_urlencoded"
|
|
469
|
-
version = "1.2.
|
|
469
|
+
version = "1.2.2"
|
|
470
470
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
471
|
-
checksum = "
|
|
471
|
+
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
472
472
|
dependencies = [
|
|
473
473
|
"percent-encoding",
|
|
474
474
|
]
|
|
475
475
|
|
|
476
476
|
[[package]]
|
|
477
477
|
name = "getrandom"
|
|
478
|
-
version = "0.3.
|
|
478
|
+
version = "0.3.4"
|
|
479
479
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
480
|
-
checksum = "
|
|
480
|
+
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
481
481
|
dependencies = [
|
|
482
482
|
"cfg-if",
|
|
483
483
|
"libc",
|
|
484
|
-
"
|
|
485
|
-
"
|
|
484
|
+
"r-efi",
|
|
485
|
+
"wasip2",
|
|
486
486
|
]
|
|
487
487
|
|
|
488
488
|
[[package]]
|
|
@@ -518,7 +518,7 @@ dependencies = [
|
|
|
518
518
|
"gix-traverse",
|
|
519
519
|
"gix-url",
|
|
520
520
|
"gix-utils",
|
|
521
|
-
"gix-validate",
|
|
521
|
+
"gix-validate 0.9.4",
|
|
522
522
|
"once_cell",
|
|
523
523
|
"parking_lot",
|
|
524
524
|
"signal-hook",
|
|
@@ -595,9 +595,9 @@ dependencies = [
|
|
|
595
595
|
|
|
596
596
|
[[package]]
|
|
597
597
|
name = "gix-config-value"
|
|
598
|
-
version = "0.14.
|
|
598
|
+
version = "0.14.12"
|
|
599
599
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
600
|
-
checksum = "
|
|
600
|
+
checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
|
|
601
601
|
dependencies = [
|
|
602
602
|
"bitflags",
|
|
603
603
|
"bstr",
|
|
@@ -608,9 +608,9 @@ dependencies = [
|
|
|
608
608
|
|
|
609
609
|
[[package]]
|
|
610
610
|
name = "gix-date"
|
|
611
|
-
version = "0.9.
|
|
611
|
+
version = "0.9.4"
|
|
612
612
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
613
|
-
checksum = "
|
|
613
|
+
checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
|
|
614
614
|
dependencies = [
|
|
615
615
|
"bstr",
|
|
616
616
|
"itoa",
|
|
@@ -727,7 +727,7 @@ dependencies = [
|
|
|
727
727
|
"gix-object",
|
|
728
728
|
"gix-traverse",
|
|
729
729
|
"gix-utils",
|
|
730
|
-
"gix-validate",
|
|
730
|
+
"gix-validate 0.9.4",
|
|
731
731
|
"hashbrown",
|
|
732
732
|
"itoa",
|
|
733
733
|
"libc",
|
|
@@ -762,7 +762,7 @@ dependencies = [
|
|
|
762
762
|
"gix-hashtable",
|
|
763
763
|
"gix-path",
|
|
764
764
|
"gix-utils",
|
|
765
|
-
"gix-validate",
|
|
765
|
+
"gix-validate 0.9.4",
|
|
766
766
|
"itoa",
|
|
767
767
|
"smallvec",
|
|
768
768
|
"thiserror",
|
|
@@ -810,12 +810,13 @@ dependencies = [
|
|
|
810
810
|
|
|
811
811
|
[[package]]
|
|
812
812
|
name = "gix-path"
|
|
813
|
-
version = "0.10.
|
|
813
|
+
version = "0.10.20"
|
|
814
814
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
815
|
-
checksum = "
|
|
815
|
+
checksum = "06d37034a4c67bbdda76f7bcd037b2f7bc0fba0c09a6662b19697a5716e7b2fd"
|
|
816
816
|
dependencies = [
|
|
817
817
|
"bstr",
|
|
818
818
|
"gix-trace",
|
|
819
|
+
"gix-validate 0.10.0",
|
|
819
820
|
"home",
|
|
820
821
|
"once_cell",
|
|
821
822
|
"thiserror",
|
|
@@ -847,7 +848,7 @@ dependencies = [
|
|
|
847
848
|
"gix-path",
|
|
848
849
|
"gix-tempfile",
|
|
849
850
|
"gix-utils",
|
|
850
|
-
"gix-validate",
|
|
851
|
+
"gix-validate 0.9.4",
|
|
851
852
|
"memmap2",
|
|
852
853
|
"thiserror",
|
|
853
854
|
"winnow",
|
|
@@ -862,7 +863,7 @@ dependencies = [
|
|
|
862
863
|
"bstr",
|
|
863
864
|
"gix-hash",
|
|
864
865
|
"gix-revision",
|
|
865
|
-
"gix-validate",
|
|
866
|
+
"gix-validate 0.9.4",
|
|
866
867
|
"smallvec",
|
|
867
868
|
"thiserror",
|
|
868
869
|
]
|
|
@@ -902,9 +903,9 @@ dependencies = [
|
|
|
902
903
|
|
|
903
904
|
[[package]]
|
|
904
905
|
name = "gix-sec"
|
|
905
|
-
version = "0.10.
|
|
906
|
+
version = "0.10.12"
|
|
906
907
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
907
|
-
checksum = "
|
|
908
|
+
checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
|
|
908
909
|
dependencies = [
|
|
909
910
|
"bitflags",
|
|
910
911
|
"gix-path",
|
|
@@ -929,9 +930,9 @@ dependencies = [
|
|
|
929
930
|
|
|
930
931
|
[[package]]
|
|
931
932
|
name = "gix-trace"
|
|
932
|
-
version = "0.1.
|
|
933
|
+
version = "0.1.13"
|
|
933
934
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
934
|
-
checksum = "
|
|
935
|
+
checksum = "e2ccaf54b0b1743a695b482ca0ab9d7603744d8d10b2e5d1a332fef337bee658"
|
|
935
936
|
|
|
936
937
|
[[package]]
|
|
937
938
|
name = "gix-traverse"
|
|
@@ -976,9 +977,19 @@ dependencies = [
|
|
|
976
977
|
|
|
977
978
|
[[package]]
|
|
978
979
|
name = "gix-validate"
|
|
979
|
-
version = "0.9.
|
|
980
|
+
version = "0.9.4"
|
|
981
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
982
|
+
checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
|
|
983
|
+
dependencies = [
|
|
984
|
+
"bstr",
|
|
985
|
+
"thiserror",
|
|
986
|
+
]
|
|
987
|
+
|
|
988
|
+
[[package]]
|
|
989
|
+
name = "gix-validate"
|
|
990
|
+
version = "0.10.0"
|
|
980
991
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
981
|
-
checksum = "
|
|
992
|
+
checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
|
|
982
993
|
dependencies = [
|
|
983
994
|
"bstr",
|
|
984
995
|
"thiserror",
|
|
@@ -1050,9 +1061,9 @@ dependencies = [
|
|
|
1050
1061
|
|
|
1051
1062
|
[[package]]
|
|
1052
1063
|
name = "icu_locid_transform_data"
|
|
1053
|
-
version = "1.5.
|
|
1064
|
+
version = "1.5.1"
|
|
1054
1065
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1055
|
-
checksum = "
|
|
1066
|
+
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
|
|
1056
1067
|
|
|
1057
1068
|
[[package]]
|
|
1058
1069
|
name = "icu_normalizer"
|
|
@@ -1074,9 +1085,9 @@ dependencies = [
|
|
|
1074
1085
|
|
|
1075
1086
|
[[package]]
|
|
1076
1087
|
name = "icu_normalizer_data"
|
|
1077
|
-
version = "1.5.
|
|
1088
|
+
version = "1.5.1"
|
|
1078
1089
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1079
|
-
checksum = "
|
|
1090
|
+
checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
|
|
1080
1091
|
|
|
1081
1092
|
[[package]]
|
|
1082
1093
|
name = "icu_properties"
|
|
@@ -1095,9 +1106,9 @@ dependencies = [
|
|
|
1095
1106
|
|
|
1096
1107
|
[[package]]
|
|
1097
1108
|
name = "icu_properties_data"
|
|
1098
|
-
version = "1.5.
|
|
1109
|
+
version = "1.5.1"
|
|
1099
1110
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1100
|
-
checksum = "
|
|
1111
|
+
checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
|
|
1101
1112
|
|
|
1102
1113
|
[[package]]
|
|
1103
1114
|
name = "icu_provider"
|
|
@@ -1135,9 +1146,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
1135
1146
|
|
|
1136
1147
|
[[package]]
|
|
1137
1148
|
name = "idna"
|
|
1138
|
-
version = "1.0
|
|
1149
|
+
version = "1.1.0"
|
|
1139
1150
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1140
|
-
checksum = "
|
|
1151
|
+
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
1141
1152
|
dependencies = [
|
|
1142
1153
|
"idna_adapter",
|
|
1143
1154
|
"smallvec",
|
|
@@ -1156,15 +1167,18 @@ dependencies = [
|
|
|
1156
1167
|
|
|
1157
1168
|
[[package]]
|
|
1158
1169
|
name = "indoc"
|
|
1159
|
-
version = "2.0.
|
|
1170
|
+
version = "2.0.7"
|
|
1160
1171
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1161
|
-
checksum = "
|
|
1172
|
+
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
|
|
1173
|
+
dependencies = [
|
|
1174
|
+
"rustversion",
|
|
1175
|
+
]
|
|
1162
1176
|
|
|
1163
1177
|
[[package]]
|
|
1164
1178
|
name = "is_terminal_polyfill"
|
|
1165
|
-
version = "1.70.
|
|
1179
|
+
version = "1.70.2"
|
|
1166
1180
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1167
|
-
checksum = "
|
|
1181
|
+
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
1168
1182
|
|
|
1169
1183
|
[[package]]
|
|
1170
1184
|
name = "itoa"
|
|
@@ -1174,44 +1188,56 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
|
1174
1188
|
|
|
1175
1189
|
[[package]]
|
|
1176
1190
|
name = "jiff"
|
|
1177
|
-
version = "0.
|
|
1191
|
+
version = "0.2.16"
|
|
1178
1192
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1179
|
-
checksum = "
|
|
1193
|
+
checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35"
|
|
1180
1194
|
dependencies = [
|
|
1195
|
+
"jiff-static",
|
|
1181
1196
|
"jiff-tzdb-platform",
|
|
1182
1197
|
"log",
|
|
1183
1198
|
"portable-atomic",
|
|
1184
1199
|
"portable-atomic-util",
|
|
1185
|
-
"
|
|
1186
|
-
"windows-sys 0.
|
|
1200
|
+
"serde_core",
|
|
1201
|
+
"windows-sys 0.61.2",
|
|
1202
|
+
]
|
|
1203
|
+
|
|
1204
|
+
[[package]]
|
|
1205
|
+
name = "jiff-static"
|
|
1206
|
+
version = "0.2.16"
|
|
1207
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1208
|
+
checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69"
|
|
1209
|
+
dependencies = [
|
|
1210
|
+
"proc-macro2",
|
|
1211
|
+
"quote",
|
|
1212
|
+
"syn",
|
|
1187
1213
|
]
|
|
1188
1214
|
|
|
1189
1215
|
[[package]]
|
|
1190
1216
|
name = "jiff-tzdb"
|
|
1191
|
-
version = "0.1.
|
|
1217
|
+
version = "0.1.4"
|
|
1192
1218
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1193
|
-
checksum = "
|
|
1219
|
+
checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
|
|
1194
1220
|
|
|
1195
1221
|
[[package]]
|
|
1196
1222
|
name = "jiff-tzdb-platform"
|
|
1197
|
-
version = "0.1.
|
|
1223
|
+
version = "0.1.3"
|
|
1198
1224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1199
|
-
checksum = "
|
|
1225
|
+
checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
|
|
1200
1226
|
dependencies = [
|
|
1201
1227
|
"jiff-tzdb",
|
|
1202
1228
|
]
|
|
1203
1229
|
|
|
1204
1230
|
[[package]]
|
|
1205
1231
|
name = "libc"
|
|
1206
|
-
version = "0.2.
|
|
1232
|
+
version = "0.2.177"
|
|
1207
1233
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1208
|
-
checksum = "
|
|
1234
|
+
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
|
|
1209
1235
|
|
|
1210
1236
|
[[package]]
|
|
1211
1237
|
name = "libredox"
|
|
1212
|
-
version = "0.1.
|
|
1238
|
+
version = "0.1.10"
|
|
1213
1239
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1214
|
-
checksum = "
|
|
1240
|
+
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
|
|
1215
1241
|
dependencies = [
|
|
1216
1242
|
"bitflags",
|
|
1217
1243
|
"libc",
|
|
@@ -1226,9 +1252,9 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
1226
1252
|
|
|
1227
1253
|
[[package]]
|
|
1228
1254
|
name = "linux-raw-sys"
|
|
1229
|
-
version = "0.
|
|
1255
|
+
version = "0.11.0"
|
|
1230
1256
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1231
|
-
checksum = "
|
|
1257
|
+
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
|
1232
1258
|
|
|
1233
1259
|
[[package]]
|
|
1234
1260
|
name = "litemap"
|
|
@@ -1238,31 +1264,30 @@ checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
|
|
1238
1264
|
|
|
1239
1265
|
[[package]]
|
|
1240
1266
|
name = "lock_api"
|
|
1241
|
-
version = "0.4.
|
|
1267
|
+
version = "0.4.14"
|
|
1242
1268
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1243
|
-
checksum = "
|
|
1269
|
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
1244
1270
|
dependencies = [
|
|
1245
|
-
"autocfg",
|
|
1246
1271
|
"scopeguard",
|
|
1247
1272
|
]
|
|
1248
1273
|
|
|
1249
1274
|
[[package]]
|
|
1250
1275
|
name = "log"
|
|
1251
|
-
version = "0.4.
|
|
1276
|
+
version = "0.4.28"
|
|
1252
1277
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1253
|
-
checksum = "
|
|
1278
|
+
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
|
1254
1279
|
|
|
1255
1280
|
[[package]]
|
|
1256
1281
|
name = "memchr"
|
|
1257
|
-
version = "2.7.
|
|
1282
|
+
version = "2.7.6"
|
|
1258
1283
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1259
|
-
checksum = "
|
|
1284
|
+
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
|
1260
1285
|
|
|
1261
1286
|
[[package]]
|
|
1262
1287
|
name = "memmap2"
|
|
1263
|
-
version = "0.9.
|
|
1288
|
+
version = "0.9.9"
|
|
1264
1289
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1265
|
-
checksum = "
|
|
1290
|
+
checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
|
|
1266
1291
|
dependencies = [
|
|
1267
1292
|
"libc",
|
|
1268
1293
|
]
|
|
@@ -1278,18 +1303,19 @@ dependencies = [
|
|
|
1278
1303
|
|
|
1279
1304
|
[[package]]
|
|
1280
1305
|
name = "miniz_oxide"
|
|
1281
|
-
version = "0.8.
|
|
1306
|
+
version = "0.8.9"
|
|
1282
1307
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1283
|
-
checksum = "
|
|
1308
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
1284
1309
|
dependencies = [
|
|
1285
1310
|
"adler2",
|
|
1311
|
+
"simd-adler32",
|
|
1286
1312
|
]
|
|
1287
1313
|
|
|
1288
1314
|
[[package]]
|
|
1289
1315
|
name = "mlua"
|
|
1290
|
-
version = "0.
|
|
1316
|
+
version = "0.11.4"
|
|
1291
1317
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1292
|
-
checksum = "
|
|
1318
|
+
checksum = "9be1c2bfc684b8a228fbaebf954af7a47a98ec27721986654a4cc2c40a20cc7e"
|
|
1293
1319
|
dependencies = [
|
|
1294
1320
|
"bstr",
|
|
1295
1321
|
"either",
|
|
@@ -1298,13 +1324,14 @@ dependencies = [
|
|
|
1298
1324
|
"num-traits",
|
|
1299
1325
|
"parking_lot",
|
|
1300
1326
|
"rustc-hash",
|
|
1327
|
+
"rustversion",
|
|
1301
1328
|
]
|
|
1302
1329
|
|
|
1303
1330
|
[[package]]
|
|
1304
1331
|
name = "mlua-sys"
|
|
1305
|
-
version = "0.
|
|
1332
|
+
version = "0.8.3"
|
|
1306
1333
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1307
|
-
checksum = "
|
|
1334
|
+
checksum = "3d4dc9cfc5a7698899802e97480617d9726f7da78c910db989d4d0fd4991d900"
|
|
1308
1335
|
dependencies = [
|
|
1309
1336
|
"cc",
|
|
1310
1337
|
"cfg-if",
|
|
@@ -1313,9 +1340,9 @@ dependencies = [
|
|
|
1313
1340
|
|
|
1314
1341
|
[[package]]
|
|
1315
1342
|
name = "mlua_derive"
|
|
1316
|
-
version = "0.
|
|
1343
|
+
version = "0.11.0"
|
|
1317
1344
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1318
|
-
checksum = "
|
|
1345
|
+
checksum = "465bddde514c4eb3b50b543250e97c1d4b284fa3ef7dc0ba2992c77545dbceb2"
|
|
1319
1346
|
dependencies = [
|
|
1320
1347
|
"proc-macro2",
|
|
1321
1348
|
"quote",
|
|
@@ -1354,15 +1381,21 @@ dependencies = [
|
|
|
1354
1381
|
|
|
1355
1382
|
[[package]]
|
|
1356
1383
|
name = "once_cell"
|
|
1357
|
-
version = "1.21.
|
|
1384
|
+
version = "1.21.3"
|
|
1358
1385
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1359
|
-
checksum = "
|
|
1386
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
1387
|
+
|
|
1388
|
+
[[package]]
|
|
1389
|
+
name = "once_cell_polyfill"
|
|
1390
|
+
version = "1.70.2"
|
|
1391
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1392
|
+
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
1360
1393
|
|
|
1361
1394
|
[[package]]
|
|
1362
1395
|
name = "parking_lot"
|
|
1363
|
-
version = "0.12.
|
|
1396
|
+
version = "0.12.5"
|
|
1364
1397
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1365
|
-
checksum = "
|
|
1398
|
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
1366
1399
|
dependencies = [
|
|
1367
1400
|
"lock_api",
|
|
1368
1401
|
"parking_lot_core",
|
|
@@ -1370,22 +1403,22 @@ dependencies = [
|
|
|
1370
1403
|
|
|
1371
1404
|
[[package]]
|
|
1372
1405
|
name = "parking_lot_core"
|
|
1373
|
-
version = "0.9.
|
|
1406
|
+
version = "0.9.12"
|
|
1374
1407
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1375
|
-
checksum = "
|
|
1408
|
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
1376
1409
|
dependencies = [
|
|
1377
1410
|
"cfg-if",
|
|
1378
1411
|
"libc",
|
|
1379
1412
|
"redox_syscall",
|
|
1380
1413
|
"smallvec",
|
|
1381
|
-
"windows-
|
|
1414
|
+
"windows-link",
|
|
1382
1415
|
]
|
|
1383
1416
|
|
|
1384
1417
|
[[package]]
|
|
1385
1418
|
name = "percent-encoding"
|
|
1386
|
-
version = "2.3.
|
|
1419
|
+
version = "2.3.2"
|
|
1387
1420
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1388
|
-
checksum = "
|
|
1421
|
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1389
1422
|
|
|
1390
1423
|
[[package]]
|
|
1391
1424
|
name = "pkg-config"
|
|
@@ -1395,9 +1428,9 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
|
1395
1428
|
|
|
1396
1429
|
[[package]]
|
|
1397
1430
|
name = "portable-atomic"
|
|
1398
|
-
version = "1.11.
|
|
1431
|
+
version = "1.11.1"
|
|
1399
1432
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1400
|
-
checksum = "
|
|
1433
|
+
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
|
|
1401
1434
|
|
|
1402
1435
|
[[package]]
|
|
1403
1436
|
name = "portable-atomic-util"
|
|
@@ -1446,18 +1479,18 @@ dependencies = [
|
|
|
1446
1479
|
|
|
1447
1480
|
[[package]]
|
|
1448
1481
|
name = "proc-macro2"
|
|
1449
|
-
version = "1.0.
|
|
1482
|
+
version = "1.0.103"
|
|
1450
1483
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1451
|
-
checksum = "
|
|
1484
|
+
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
|
1452
1485
|
dependencies = [
|
|
1453
1486
|
"unicode-ident",
|
|
1454
1487
|
]
|
|
1455
1488
|
|
|
1456
1489
|
[[package]]
|
|
1457
1490
|
name = "prodash"
|
|
1458
|
-
version = "29.0.
|
|
1491
|
+
version = "29.0.2"
|
|
1459
1492
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1460
|
-
checksum = "
|
|
1493
|
+
checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
|
|
1461
1494
|
dependencies = [
|
|
1462
1495
|
"log",
|
|
1463
1496
|
"parking_lot",
|
|
@@ -1465,11 +1498,10 @@ dependencies = [
|
|
|
1465
1498
|
|
|
1466
1499
|
[[package]]
|
|
1467
1500
|
name = "pyo3"
|
|
1468
|
-
version = "0.
|
|
1501
|
+
version = "0.27.1"
|
|
1469
1502
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1470
|
-
checksum = "
|
|
1503
|
+
checksum = "37a6df7eab65fc7bee654a421404947e10a0f7085b6951bf2ea395f4659fb0cf"
|
|
1471
1504
|
dependencies = [
|
|
1472
|
-
"cfg-if",
|
|
1473
1505
|
"indoc",
|
|
1474
1506
|
"libc",
|
|
1475
1507
|
"memoffset",
|
|
@@ -1483,19 +1515,18 @@ dependencies = [
|
|
|
1483
1515
|
|
|
1484
1516
|
[[package]]
|
|
1485
1517
|
name = "pyo3-build-config"
|
|
1486
|
-
version = "0.
|
|
1518
|
+
version = "0.27.1"
|
|
1487
1519
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1488
|
-
checksum = "
|
|
1520
|
+
checksum = "f77d387774f6f6eec64a004eac0ed525aab7fa1966d94b42f743797b3e395afb"
|
|
1489
1521
|
dependencies = [
|
|
1490
|
-
"once_cell",
|
|
1491
1522
|
"target-lexicon",
|
|
1492
1523
|
]
|
|
1493
1524
|
|
|
1494
1525
|
[[package]]
|
|
1495
1526
|
name = "pyo3-ffi"
|
|
1496
|
-
version = "0.
|
|
1527
|
+
version = "0.27.1"
|
|
1497
1528
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1498
|
-
checksum = "
|
|
1529
|
+
checksum = "2dd13844a4242793e02df3e2ec093f540d948299a6a77ea9ce7afd8623f542be"
|
|
1499
1530
|
dependencies = [
|
|
1500
1531
|
"libc",
|
|
1501
1532
|
"pyo3-build-config",
|
|
@@ -1503,9 +1534,9 @@ dependencies = [
|
|
|
1503
1534
|
|
|
1504
1535
|
[[package]]
|
|
1505
1536
|
name = "pyo3-macros"
|
|
1506
|
-
version = "0.
|
|
1537
|
+
version = "0.27.1"
|
|
1507
1538
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1508
|
-
checksum = "
|
|
1539
|
+
checksum = "eaf8f9f1108270b90d3676b8679586385430e5c0bb78bb5f043f95499c821a71"
|
|
1509
1540
|
dependencies = [
|
|
1510
1541
|
"proc-macro2",
|
|
1511
1542
|
"pyo3-macros-backend",
|
|
@@ -1515,9 +1546,9 @@ dependencies = [
|
|
|
1515
1546
|
|
|
1516
1547
|
[[package]]
|
|
1517
1548
|
name = "pyo3-macros-backend"
|
|
1518
|
-
version = "0.
|
|
1549
|
+
version = "0.27.1"
|
|
1519
1550
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1520
|
-
checksum = "
|
|
1551
|
+
checksum = "70a3b2274450ba5288bc9b8c1b69ff569d1d61189d4bff38f8d22e03d17f932b"
|
|
1521
1552
|
dependencies = [
|
|
1522
1553
|
"heck",
|
|
1523
1554
|
"proc-macro2",
|
|
@@ -1528,27 +1559,33 @@ dependencies = [
|
|
|
1528
1559
|
|
|
1529
1560
|
[[package]]
|
|
1530
1561
|
name = "quote"
|
|
1531
|
-
version = "1.0.
|
|
1562
|
+
version = "1.0.42"
|
|
1532
1563
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1533
|
-
checksum = "
|
|
1564
|
+
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
|
|
1534
1565
|
dependencies = [
|
|
1535
1566
|
"proc-macro2",
|
|
1536
1567
|
]
|
|
1537
1568
|
|
|
1569
|
+
[[package]]
|
|
1570
|
+
name = "r-efi"
|
|
1571
|
+
version = "5.3.0"
|
|
1572
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1573
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
1574
|
+
|
|
1538
1575
|
[[package]]
|
|
1539
1576
|
name = "redox_syscall"
|
|
1540
|
-
version = "0.5.
|
|
1577
|
+
version = "0.5.18"
|
|
1541
1578
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1542
|
-
checksum = "
|
|
1579
|
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
1543
1580
|
dependencies = [
|
|
1544
1581
|
"bitflags",
|
|
1545
1582
|
]
|
|
1546
1583
|
|
|
1547
1584
|
[[package]]
|
|
1548
1585
|
name = "regex"
|
|
1549
|
-
version = "1.
|
|
1586
|
+
version = "1.12.2"
|
|
1550
1587
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1551
|
-
checksum = "
|
|
1588
|
+
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
|
1552
1589
|
dependencies = [
|
|
1553
1590
|
"aho-corasick",
|
|
1554
1591
|
"memchr",
|
|
@@ -1558,9 +1595,9 @@ dependencies = [
|
|
|
1558
1595
|
|
|
1559
1596
|
[[package]]
|
|
1560
1597
|
name = "regex-automata"
|
|
1561
|
-
version = "0.4.
|
|
1598
|
+
version = "0.4.13"
|
|
1562
1599
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1563
|
-
checksum = "
|
|
1600
|
+
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
|
1564
1601
|
dependencies = [
|
|
1565
1602
|
"aho-corasick",
|
|
1566
1603
|
"memchr",
|
|
@@ -1569,9 +1606,9 @@ dependencies = [
|
|
|
1569
1606
|
|
|
1570
1607
|
[[package]]
|
|
1571
1608
|
name = "regex-syntax"
|
|
1572
|
-
version = "0.8.
|
|
1609
|
+
version = "0.8.8"
|
|
1573
1610
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1574
|
-
checksum = "
|
|
1611
|
+
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
|
1575
1612
|
|
|
1576
1613
|
[[package]]
|
|
1577
1614
|
name = "roff"
|
|
@@ -1609,22 +1646,22 @@ dependencies = [
|
|
|
1609
1646
|
|
|
1610
1647
|
[[package]]
|
|
1611
1648
|
name = "rustix"
|
|
1612
|
-
version = "1.
|
|
1649
|
+
version = "1.1.2"
|
|
1613
1650
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1614
|
-
checksum = "
|
|
1651
|
+
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
|
1615
1652
|
dependencies = [
|
|
1616
1653
|
"bitflags",
|
|
1617
1654
|
"errno",
|
|
1618
1655
|
"libc",
|
|
1619
|
-
"linux-raw-sys 0.
|
|
1620
|
-
"windows-sys 0.
|
|
1656
|
+
"linux-raw-sys 0.11.0",
|
|
1657
|
+
"windows-sys 0.61.2",
|
|
1621
1658
|
]
|
|
1622
1659
|
|
|
1623
1660
|
[[package]]
|
|
1624
1661
|
name = "rustversion"
|
|
1625
|
-
version = "1.0.
|
|
1662
|
+
version = "1.0.22"
|
|
1626
1663
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1627
|
-
checksum = "
|
|
1664
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
1628
1665
|
|
|
1629
1666
|
[[package]]
|
|
1630
1667
|
name = "ryu"
|
|
@@ -1649,27 +1686,38 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
1649
1686
|
|
|
1650
1687
|
[[package]]
|
|
1651
1688
|
name = "semver"
|
|
1652
|
-
version = "1.0.
|
|
1689
|
+
version = "1.0.27"
|
|
1653
1690
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1654
|
-
checksum = "
|
|
1691
|
+
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
|
1655
1692
|
dependencies = [
|
|
1656
1693
|
"serde",
|
|
1694
|
+
"serde_core",
|
|
1657
1695
|
]
|
|
1658
1696
|
|
|
1659
1697
|
[[package]]
|
|
1660
1698
|
name = "serde"
|
|
1661
|
-
version = "1.0.
|
|
1699
|
+
version = "1.0.228"
|
|
1662
1700
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1663
|
-
checksum = "
|
|
1701
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
1702
|
+
dependencies = [
|
|
1703
|
+
"serde_core",
|
|
1704
|
+
"serde_derive",
|
|
1705
|
+
]
|
|
1706
|
+
|
|
1707
|
+
[[package]]
|
|
1708
|
+
name = "serde_core"
|
|
1709
|
+
version = "1.0.228"
|
|
1710
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1711
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
1664
1712
|
dependencies = [
|
|
1665
1713
|
"serde_derive",
|
|
1666
1714
|
]
|
|
1667
1715
|
|
|
1668
1716
|
[[package]]
|
|
1669
1717
|
name = "serde_derive"
|
|
1670
|
-
version = "1.0.
|
|
1718
|
+
version = "1.0.228"
|
|
1671
1719
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1672
|
-
checksum = "
|
|
1720
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
1673
1721
|
dependencies = [
|
|
1674
1722
|
"proc-macro2",
|
|
1675
1723
|
"quote",
|
|
@@ -1678,14 +1726,15 @@ dependencies = [
|
|
|
1678
1726
|
|
|
1679
1727
|
[[package]]
|
|
1680
1728
|
name = "serde_json"
|
|
1681
|
-
version = "1.0.
|
|
1729
|
+
version = "1.0.145"
|
|
1682
1730
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1683
|
-
checksum = "
|
|
1731
|
+
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
|
1684
1732
|
dependencies = [
|
|
1685
1733
|
"itoa",
|
|
1686
1734
|
"memchr",
|
|
1687
1735
|
"ryu",
|
|
1688
1736
|
"serde",
|
|
1737
|
+
"serde_core",
|
|
1689
1738
|
]
|
|
1690
1739
|
|
|
1691
1740
|
[[package]]
|
|
@@ -1702,9 +1751,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
1702
1751
|
|
|
1703
1752
|
[[package]]
|
|
1704
1753
|
name = "signal-hook"
|
|
1705
|
-
version = "0.3.
|
|
1754
|
+
version = "0.3.18"
|
|
1706
1755
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1707
|
-
checksum = "
|
|
1756
|
+
checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
|
|
1708
1757
|
dependencies = [
|
|
1709
1758
|
"libc",
|
|
1710
1759
|
"signal-hook-registry",
|
|
@@ -1712,33 +1761,39 @@ dependencies = [
|
|
|
1712
1761
|
|
|
1713
1762
|
[[package]]
|
|
1714
1763
|
name = "signal-hook-registry"
|
|
1715
|
-
version = "1.4.
|
|
1764
|
+
version = "1.4.6"
|
|
1716
1765
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1717
|
-
checksum = "
|
|
1766
|
+
checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
|
|
1718
1767
|
dependencies = [
|
|
1719
1768
|
"libc",
|
|
1720
1769
|
]
|
|
1721
1770
|
|
|
1771
|
+
[[package]]
|
|
1772
|
+
name = "simd-adler32"
|
|
1773
|
+
version = "0.3.7"
|
|
1774
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1775
|
+
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
|
1776
|
+
|
|
1722
1777
|
[[package]]
|
|
1723
1778
|
name = "smallvec"
|
|
1724
|
-
version = "1.
|
|
1779
|
+
version = "1.15.1"
|
|
1725
1780
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1726
|
-
checksum = "
|
|
1781
|
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
1727
1782
|
|
|
1728
1783
|
[[package]]
|
|
1729
1784
|
name = "snafu"
|
|
1730
|
-
version = "0.8.
|
|
1785
|
+
version = "0.8.9"
|
|
1731
1786
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1732
|
-
checksum = "
|
|
1787
|
+
checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
|
|
1733
1788
|
dependencies = [
|
|
1734
1789
|
"snafu-derive",
|
|
1735
1790
|
]
|
|
1736
1791
|
|
|
1737
1792
|
[[package]]
|
|
1738
1793
|
name = "snafu-derive"
|
|
1739
|
-
version = "0.8.
|
|
1794
|
+
version = "0.8.9"
|
|
1740
1795
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1741
|
-
checksum = "
|
|
1796
|
+
checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
|
|
1742
1797
|
dependencies = [
|
|
1743
1798
|
"heck",
|
|
1744
1799
|
"proc-macro2",
|
|
@@ -1748,9 +1803,9 @@ dependencies = [
|
|
|
1748
1803
|
|
|
1749
1804
|
[[package]]
|
|
1750
1805
|
name = "stable_deref_trait"
|
|
1751
|
-
version = "1.2.
|
|
1806
|
+
version = "1.2.1"
|
|
1752
1807
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1753
|
-
checksum = "
|
|
1808
|
+
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
1754
1809
|
|
|
1755
1810
|
[[package]]
|
|
1756
1811
|
name = "strsim"
|
|
@@ -1760,28 +1815,27 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
1760
1815
|
|
|
1761
1816
|
[[package]]
|
|
1762
1817
|
name = "strum"
|
|
1763
|
-
version = "0.27.
|
|
1818
|
+
version = "0.27.2"
|
|
1764
1819
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1765
|
-
checksum = "
|
|
1820
|
+
checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
|
|
1766
1821
|
|
|
1767
1822
|
[[package]]
|
|
1768
1823
|
name = "strum_macros"
|
|
1769
|
-
version = "0.27.
|
|
1824
|
+
version = "0.27.2"
|
|
1770
1825
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1771
|
-
checksum = "
|
|
1826
|
+
checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
|
|
1772
1827
|
dependencies = [
|
|
1773
1828
|
"heck",
|
|
1774
1829
|
"proc-macro2",
|
|
1775
1830
|
"quote",
|
|
1776
|
-
"rustversion",
|
|
1777
1831
|
"syn",
|
|
1778
1832
|
]
|
|
1779
1833
|
|
|
1780
1834
|
[[package]]
|
|
1781
1835
|
name = "syn"
|
|
1782
|
-
version = "2.0.
|
|
1836
|
+
version = "2.0.110"
|
|
1783
1837
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1784
|
-
checksum = "
|
|
1838
|
+
checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea"
|
|
1785
1839
|
dependencies = [
|
|
1786
1840
|
"proc-macro2",
|
|
1787
1841
|
"quote",
|
|
@@ -1790,9 +1844,9 @@ dependencies = [
|
|
|
1790
1844
|
|
|
1791
1845
|
[[package]]
|
|
1792
1846
|
name = "synstructure"
|
|
1793
|
-
version = "0.13.
|
|
1847
|
+
version = "0.13.2"
|
|
1794
1848
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1795
|
-
checksum = "
|
|
1849
|
+
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
1796
1850
|
dependencies = [
|
|
1797
1851
|
"proc-macro2",
|
|
1798
1852
|
"quote",
|
|
@@ -1801,31 +1855,31 @@ dependencies = [
|
|
|
1801
1855
|
|
|
1802
1856
|
[[package]]
|
|
1803
1857
|
name = "target-lexicon"
|
|
1804
|
-
version = "0.13.
|
|
1858
|
+
version = "0.13.3"
|
|
1805
1859
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1806
|
-
checksum = "
|
|
1860
|
+
checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
|
|
1807
1861
|
|
|
1808
1862
|
[[package]]
|
|
1809
1863
|
name = "tempfile"
|
|
1810
|
-
version = "3.
|
|
1864
|
+
version = "3.23.0"
|
|
1811
1865
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1812
|
-
checksum = "
|
|
1866
|
+
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
|
|
1813
1867
|
dependencies = [
|
|
1814
1868
|
"fastrand",
|
|
1815
1869
|
"getrandom",
|
|
1816
1870
|
"once_cell",
|
|
1817
|
-
"rustix 1.
|
|
1818
|
-
"windows-sys 0.
|
|
1871
|
+
"rustix 1.1.2",
|
|
1872
|
+
"windows-sys 0.61.2",
|
|
1819
1873
|
]
|
|
1820
1874
|
|
|
1821
1875
|
[[package]]
|
|
1822
1876
|
name = "terminal_size"
|
|
1823
|
-
version = "0.4.
|
|
1877
|
+
version = "0.4.3"
|
|
1824
1878
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1825
|
-
checksum = "
|
|
1879
|
+
checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
|
|
1826
1880
|
dependencies = [
|
|
1827
|
-
"rustix 1.
|
|
1828
|
-
"windows-sys 0.
|
|
1881
|
+
"rustix 1.1.2",
|
|
1882
|
+
"windows-sys 0.60.2",
|
|
1829
1883
|
]
|
|
1830
1884
|
|
|
1831
1885
|
[[package]]
|
|
@@ -1836,18 +1890,18 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683"
|
|
|
1836
1890
|
|
|
1837
1891
|
[[package]]
|
|
1838
1892
|
name = "thiserror"
|
|
1839
|
-
version = "2.0.
|
|
1893
|
+
version = "2.0.17"
|
|
1840
1894
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1841
|
-
checksum = "
|
|
1895
|
+
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
|
1842
1896
|
dependencies = [
|
|
1843
1897
|
"thiserror-impl",
|
|
1844
1898
|
]
|
|
1845
1899
|
|
|
1846
1900
|
[[package]]
|
|
1847
1901
|
name = "thiserror-impl"
|
|
1848
|
-
version = "2.0.
|
|
1902
|
+
version = "2.0.17"
|
|
1849
1903
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1850
|
-
checksum = "
|
|
1904
|
+
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
|
1851
1905
|
dependencies = [
|
|
1852
1906
|
"proc-macro2",
|
|
1853
1907
|
"quote",
|
|
@@ -1856,9 +1910,9 @@ dependencies = [
|
|
|
1856
1910
|
|
|
1857
1911
|
[[package]]
|
|
1858
1912
|
name = "time"
|
|
1859
|
-
version = "0.3.
|
|
1913
|
+
version = "0.3.41"
|
|
1860
1914
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1861
|
-
checksum = "
|
|
1915
|
+
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
|
1862
1916
|
dependencies = [
|
|
1863
1917
|
"deranged",
|
|
1864
1918
|
"itoa",
|
|
@@ -1873,15 +1927,15 @@ dependencies = [
|
|
|
1873
1927
|
|
|
1874
1928
|
[[package]]
|
|
1875
1929
|
name = "time-core"
|
|
1876
|
-
version = "0.1.
|
|
1930
|
+
version = "0.1.4"
|
|
1877
1931
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1878
|
-
checksum = "
|
|
1932
|
+
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
|
|
1879
1933
|
|
|
1880
1934
|
[[package]]
|
|
1881
1935
|
name = "time-macros"
|
|
1882
|
-
version = "0.2.
|
|
1936
|
+
version = "0.2.22"
|
|
1883
1937
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1884
|
-
checksum = "
|
|
1938
|
+
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
|
|
1885
1939
|
dependencies = [
|
|
1886
1940
|
"num-conv",
|
|
1887
1941
|
"time-core",
|
|
@@ -1899,9 +1953,9 @@ dependencies = [
|
|
|
1899
1953
|
|
|
1900
1954
|
[[package]]
|
|
1901
1955
|
name = "tinyvec"
|
|
1902
|
-
version = "1.
|
|
1956
|
+
version = "1.10.0"
|
|
1903
1957
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1904
|
-
checksum = "
|
|
1958
|
+
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
|
|
1905
1959
|
dependencies = [
|
|
1906
1960
|
"tinyvec_macros",
|
|
1907
1961
|
]
|
|
@@ -1914,16 +1968,16 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
1914
1968
|
|
|
1915
1969
|
[[package]]
|
|
1916
1970
|
name = "titlecase"
|
|
1917
|
-
version = "3.
|
|
1971
|
+
version = "3.6.0"
|
|
1918
1972
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1919
|
-
checksum = "
|
|
1973
|
+
checksum = "eb567088a91d59b492520c8149e2be5ce10d5deb2d9a383f3378df3259679d40"
|
|
1920
1974
|
dependencies = [
|
|
1921
1975
|
"regex",
|
|
1922
1976
|
]
|
|
1923
1977
|
|
|
1924
1978
|
[[package]]
|
|
1925
1979
|
name = "typst"
|
|
1926
|
-
version = "0.10.
|
|
1980
|
+
version = "0.10.2"
|
|
1927
1981
|
dependencies = [
|
|
1928
1982
|
"anyhow",
|
|
1929
1983
|
"decasify",
|
|
@@ -1938,15 +1992,15 @@ checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
|
|
|
1938
1992
|
|
|
1939
1993
|
[[package]]
|
|
1940
1994
|
name = "unicode-ident"
|
|
1941
|
-
version = "1.0.
|
|
1995
|
+
version = "1.0.22"
|
|
1942
1996
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1943
|
-
checksum = "
|
|
1997
|
+
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
1944
1998
|
|
|
1945
1999
|
[[package]]
|
|
1946
2000
|
name = "unicode-normalization"
|
|
1947
|
-
version = "0.1.
|
|
2001
|
+
version = "0.1.25"
|
|
1948
2002
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1949
|
-
checksum = "
|
|
2003
|
+
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
|
|
1950
2004
|
dependencies = [
|
|
1951
2005
|
"tinyvec",
|
|
1952
2006
|
]
|
|
@@ -1965,13 +2019,14 @@ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
|
|
|
1965
2019
|
|
|
1966
2020
|
[[package]]
|
|
1967
2021
|
name = "url"
|
|
1968
|
-
version = "2.5.
|
|
2022
|
+
version = "2.5.7"
|
|
1969
2023
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1970
|
-
checksum = "
|
|
2024
|
+
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
|
|
1971
2025
|
dependencies = [
|
|
1972
2026
|
"form_urlencoded",
|
|
1973
2027
|
"idna",
|
|
1974
2028
|
"percent-encoding",
|
|
2029
|
+
"serde",
|
|
1975
2030
|
]
|
|
1976
2031
|
|
|
1977
2032
|
[[package]]
|
|
@@ -2070,45 +2125,32 @@ dependencies = [
|
|
|
2070
2125
|
]
|
|
2071
2126
|
|
|
2072
2127
|
[[package]]
|
|
2073
|
-
name = "
|
|
2074
|
-
version = "0.
|
|
2128
|
+
name = "wasip2"
|
|
2129
|
+
version = "1.0.1+wasi-0.2.4"
|
|
2075
2130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2076
|
-
checksum = "
|
|
2131
|
+
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
|
2077
2132
|
dependencies = [
|
|
2078
|
-
"wit-bindgen
|
|
2133
|
+
"wit-bindgen",
|
|
2079
2134
|
]
|
|
2080
2135
|
|
|
2081
2136
|
[[package]]
|
|
2082
2137
|
name = "wasm-bindgen"
|
|
2083
|
-
version = "0.2.
|
|
2138
|
+
version = "0.2.105"
|
|
2084
2139
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2085
|
-
checksum = "
|
|
2140
|
+
checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
|
|
2086
2141
|
dependencies = [
|
|
2087
2142
|
"cfg-if",
|
|
2088
2143
|
"once_cell",
|
|
2089
2144
|
"rustversion",
|
|
2090
2145
|
"wasm-bindgen-macro",
|
|
2091
|
-
]
|
|
2092
|
-
|
|
2093
|
-
[[package]]
|
|
2094
|
-
name = "wasm-bindgen-backend"
|
|
2095
|
-
version = "0.2.100"
|
|
2096
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2097
|
-
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
|
2098
|
-
dependencies = [
|
|
2099
|
-
"bumpalo",
|
|
2100
|
-
"log",
|
|
2101
|
-
"proc-macro2",
|
|
2102
|
-
"quote",
|
|
2103
|
-
"syn",
|
|
2104
2146
|
"wasm-bindgen-shared",
|
|
2105
2147
|
]
|
|
2106
2148
|
|
|
2107
2149
|
[[package]]
|
|
2108
2150
|
name = "wasm-bindgen-macro"
|
|
2109
|
-
version = "0.2.
|
|
2151
|
+
version = "0.2.105"
|
|
2110
2152
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2111
|
-
checksum = "
|
|
2153
|
+
checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
|
|
2112
2154
|
dependencies = [
|
|
2113
2155
|
"quote",
|
|
2114
2156
|
"wasm-bindgen-macro-support",
|
|
@@ -2116,22 +2158,22 @@ dependencies = [
|
|
|
2116
2158
|
|
|
2117
2159
|
[[package]]
|
|
2118
2160
|
name = "wasm-bindgen-macro-support"
|
|
2119
|
-
version = "0.2.
|
|
2161
|
+
version = "0.2.105"
|
|
2120
2162
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2121
|
-
checksum = "
|
|
2163
|
+
checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
|
|
2122
2164
|
dependencies = [
|
|
2165
|
+
"bumpalo",
|
|
2123
2166
|
"proc-macro2",
|
|
2124
2167
|
"quote",
|
|
2125
2168
|
"syn",
|
|
2126
|
-
"wasm-bindgen-backend",
|
|
2127
2169
|
"wasm-bindgen-shared",
|
|
2128
2170
|
]
|
|
2129
2171
|
|
|
2130
2172
|
[[package]]
|
|
2131
2173
|
name = "wasm-bindgen-shared"
|
|
2132
|
-
version = "0.2.
|
|
2174
|
+
version = "0.2.105"
|
|
2133
2175
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2134
|
-
checksum = "
|
|
2176
|
+
checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
|
|
2135
2177
|
dependencies = [
|
|
2136
2178
|
"unicode-ident",
|
|
2137
2179
|
]
|
|
@@ -2149,20 +2191,26 @@ dependencies = [
|
|
|
2149
2191
|
|
|
2150
2192
|
[[package]]
|
|
2151
2193
|
name = "winapi-util"
|
|
2152
|
-
version = "0.1.
|
|
2194
|
+
version = "0.1.11"
|
|
2153
2195
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2154
|
-
checksum = "
|
|
2196
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
2155
2197
|
dependencies = [
|
|
2156
|
-
"windows-sys 0.
|
|
2198
|
+
"windows-sys 0.61.2",
|
|
2157
2199
|
]
|
|
2158
2200
|
|
|
2201
|
+
[[package]]
|
|
2202
|
+
name = "windows-link"
|
|
2203
|
+
version = "0.2.1"
|
|
2204
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2205
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
2206
|
+
|
|
2159
2207
|
[[package]]
|
|
2160
2208
|
name = "windows-sys"
|
|
2161
2209
|
version = "0.52.0"
|
|
2162
2210
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2163
2211
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
2164
2212
|
dependencies = [
|
|
2165
|
-
"windows-targets",
|
|
2213
|
+
"windows-targets 0.52.6",
|
|
2166
2214
|
]
|
|
2167
2215
|
|
|
2168
2216
|
[[package]]
|
|
@@ -2171,7 +2219,25 @@ version = "0.59.0"
|
|
|
2171
2219
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2172
2220
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
2173
2221
|
dependencies = [
|
|
2174
|
-
"windows-targets",
|
|
2222
|
+
"windows-targets 0.52.6",
|
|
2223
|
+
]
|
|
2224
|
+
|
|
2225
|
+
[[package]]
|
|
2226
|
+
name = "windows-sys"
|
|
2227
|
+
version = "0.60.2"
|
|
2228
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2229
|
+
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
2230
|
+
dependencies = [
|
|
2231
|
+
"windows-targets 0.53.5",
|
|
2232
|
+
]
|
|
2233
|
+
|
|
2234
|
+
[[package]]
|
|
2235
|
+
name = "windows-sys"
|
|
2236
|
+
version = "0.61.2"
|
|
2237
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2238
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
2239
|
+
dependencies = [
|
|
2240
|
+
"windows-link",
|
|
2175
2241
|
]
|
|
2176
2242
|
|
|
2177
2243
|
[[package]]
|
|
@@ -2180,14 +2246,31 @@ version = "0.52.6"
|
|
|
2180
2246
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2181
2247
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
2182
2248
|
dependencies = [
|
|
2183
|
-
"windows_aarch64_gnullvm",
|
|
2184
|
-
"windows_aarch64_msvc",
|
|
2185
|
-
"windows_i686_gnu",
|
|
2186
|
-
"windows_i686_gnullvm",
|
|
2187
|
-
"windows_i686_msvc",
|
|
2188
|
-
"windows_x86_64_gnu",
|
|
2189
|
-
"windows_x86_64_gnullvm",
|
|
2190
|
-
"windows_x86_64_msvc",
|
|
2249
|
+
"windows_aarch64_gnullvm 0.52.6",
|
|
2250
|
+
"windows_aarch64_msvc 0.52.6",
|
|
2251
|
+
"windows_i686_gnu 0.52.6",
|
|
2252
|
+
"windows_i686_gnullvm 0.52.6",
|
|
2253
|
+
"windows_i686_msvc 0.52.6",
|
|
2254
|
+
"windows_x86_64_gnu 0.52.6",
|
|
2255
|
+
"windows_x86_64_gnullvm 0.52.6",
|
|
2256
|
+
"windows_x86_64_msvc 0.52.6",
|
|
2257
|
+
]
|
|
2258
|
+
|
|
2259
|
+
[[package]]
|
|
2260
|
+
name = "windows-targets"
|
|
2261
|
+
version = "0.53.5"
|
|
2262
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2263
|
+
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
2264
|
+
dependencies = [
|
|
2265
|
+
"windows-link",
|
|
2266
|
+
"windows_aarch64_gnullvm 0.53.1",
|
|
2267
|
+
"windows_aarch64_msvc 0.53.1",
|
|
2268
|
+
"windows_i686_gnu 0.53.1",
|
|
2269
|
+
"windows_i686_gnullvm 0.53.1",
|
|
2270
|
+
"windows_i686_msvc 0.53.1",
|
|
2271
|
+
"windows_x86_64_gnu 0.53.1",
|
|
2272
|
+
"windows_x86_64_gnullvm 0.53.1",
|
|
2273
|
+
"windows_x86_64_msvc 0.53.1",
|
|
2191
2274
|
]
|
|
2192
2275
|
|
|
2193
2276
|
[[package]]
|
|
@@ -2196,48 +2279,96 @@ version = "0.52.6"
|
|
|
2196
2279
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2197
2280
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
2198
2281
|
|
|
2282
|
+
[[package]]
|
|
2283
|
+
name = "windows_aarch64_gnullvm"
|
|
2284
|
+
version = "0.53.1"
|
|
2285
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2286
|
+
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
2287
|
+
|
|
2199
2288
|
[[package]]
|
|
2200
2289
|
name = "windows_aarch64_msvc"
|
|
2201
2290
|
version = "0.52.6"
|
|
2202
2291
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2203
2292
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
2204
2293
|
|
|
2294
|
+
[[package]]
|
|
2295
|
+
name = "windows_aarch64_msvc"
|
|
2296
|
+
version = "0.53.1"
|
|
2297
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2298
|
+
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
2299
|
+
|
|
2205
2300
|
[[package]]
|
|
2206
2301
|
name = "windows_i686_gnu"
|
|
2207
2302
|
version = "0.52.6"
|
|
2208
2303
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2209
2304
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
2210
2305
|
|
|
2306
|
+
[[package]]
|
|
2307
|
+
name = "windows_i686_gnu"
|
|
2308
|
+
version = "0.53.1"
|
|
2309
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2310
|
+
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
2311
|
+
|
|
2211
2312
|
[[package]]
|
|
2212
2313
|
name = "windows_i686_gnullvm"
|
|
2213
2314
|
version = "0.52.6"
|
|
2214
2315
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2215
2316
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
2216
2317
|
|
|
2318
|
+
[[package]]
|
|
2319
|
+
name = "windows_i686_gnullvm"
|
|
2320
|
+
version = "0.53.1"
|
|
2321
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2322
|
+
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
2323
|
+
|
|
2217
2324
|
[[package]]
|
|
2218
2325
|
name = "windows_i686_msvc"
|
|
2219
2326
|
version = "0.52.6"
|
|
2220
2327
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2221
2328
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
2222
2329
|
|
|
2330
|
+
[[package]]
|
|
2331
|
+
name = "windows_i686_msvc"
|
|
2332
|
+
version = "0.53.1"
|
|
2333
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2334
|
+
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
2335
|
+
|
|
2223
2336
|
[[package]]
|
|
2224
2337
|
name = "windows_x86_64_gnu"
|
|
2225
2338
|
version = "0.52.6"
|
|
2226
2339
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2227
2340
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
2228
2341
|
|
|
2342
|
+
[[package]]
|
|
2343
|
+
name = "windows_x86_64_gnu"
|
|
2344
|
+
version = "0.53.1"
|
|
2345
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2346
|
+
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
2347
|
+
|
|
2229
2348
|
[[package]]
|
|
2230
2349
|
name = "windows_x86_64_gnullvm"
|
|
2231
2350
|
version = "0.52.6"
|
|
2232
2351
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2233
2352
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
2234
2353
|
|
|
2354
|
+
[[package]]
|
|
2355
|
+
name = "windows_x86_64_gnullvm"
|
|
2356
|
+
version = "0.53.1"
|
|
2357
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2358
|
+
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
2359
|
+
|
|
2235
2360
|
[[package]]
|
|
2236
2361
|
name = "windows_x86_64_msvc"
|
|
2237
2362
|
version = "0.52.6"
|
|
2238
2363
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2239
2364
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
2240
2365
|
|
|
2366
|
+
[[package]]
|
|
2367
|
+
name = "windows_x86_64_msvc"
|
|
2368
|
+
version = "0.53.1"
|
|
2369
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2370
|
+
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
2371
|
+
|
|
2241
2372
|
[[package]]
|
|
2242
2373
|
name = "winnow"
|
|
2243
2374
|
version = "0.6.26"
|
|
@@ -2248,13 +2379,10 @@ dependencies = [
|
|
|
2248
2379
|
]
|
|
2249
2380
|
|
|
2250
2381
|
[[package]]
|
|
2251
|
-
name = "wit-bindgen
|
|
2252
|
-
version = "0.
|
|
2382
|
+
name = "wit-bindgen"
|
|
2383
|
+
version = "0.46.0"
|
|
2253
2384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2254
|
-
checksum = "
|
|
2255
|
-
dependencies = [
|
|
2256
|
-
"bitflags",
|
|
2257
|
-
]
|
|
2385
|
+
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
|
2258
2386
|
|
|
2259
2387
|
[[package]]
|
|
2260
2388
|
name = "write16"
|
|
@@ -2294,18 +2422,18 @@ dependencies = [
|
|
|
2294
2422
|
|
|
2295
2423
|
[[package]]
|
|
2296
2424
|
name = "zerocopy"
|
|
2297
|
-
version = "0.
|
|
2425
|
+
version = "0.8.27"
|
|
2298
2426
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2299
|
-
checksum = "
|
|
2427
|
+
checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
|
|
2300
2428
|
dependencies = [
|
|
2301
2429
|
"zerocopy-derive",
|
|
2302
2430
|
]
|
|
2303
2431
|
|
|
2304
2432
|
[[package]]
|
|
2305
2433
|
name = "zerocopy-derive"
|
|
2306
|
-
version = "0.
|
|
2434
|
+
version = "0.8.27"
|
|
2307
2435
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2308
|
-
checksum = "
|
|
2436
|
+
checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
|
|
2309
2437
|
dependencies = [
|
|
2310
2438
|
"proc-macro2",
|
|
2311
2439
|
"quote",
|