typos 1.37.1__tar.gz → 1.37.3__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.
Potentially problematic release.
This version of typos might be problematic. Click here for more details.
- {typos-1.37.1 → typos-1.37.3}/Cargo.lock +393 -453
- {typos-1.37.1 → typos-1.37.3}/PKG-INFO +1 -1
- {typos-1.37.1 → typos-1.37.3}/crates/dictgen/Cargo.toml +4 -4
- {typos-1.37.1 → typos-1.37.3}/crates/typos/Cargo.toml +6 -6
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/Cargo.toml +18 -18
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/src/bin/typos-cli/report.rs +1 -1
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/src/file_type_specifics.rs +9 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/src/policy.rs +1 -1
- {typos-1.37.1 → typos-1.37.3}/crates/typos-dict/Cargo.toml +7 -7
- {typos-1.37.1 → typos-1.37.3}/crates/typos-dict/src/word_codegen.rs +1 -1
- {typos-1.37.1 → typos-1.37.3}/crates/typos-vars/Cargo.toml +4 -4
- {typos-1.37.1 → typos-1.37.3}/crates/varcon/Cargo.toml +2 -2
- {typos-1.37.1 → typos-1.37.3}/crates/varcon-core/Cargo.toml +3 -3
- {typos-1.37.1 → typos-1.37.3}/Cargo.toml +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/dictgen/src/aho_corasick.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/dictgen/src/gen.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/dictgen/src/insensitive.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/dictgen/src/lib.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/dictgen/src/map.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/dictgen/src/match.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/dictgen/src/ordered_map.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/dictgen/src/trie.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos/README.md +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos/src/check.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos/src/dict.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos/src/lib.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos/src/tokens.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/README.md +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/src/bin/typos-cli/args.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/src/bin/typos-cli/main.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/src/config.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/src/default_types.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/src/dict.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/src/file.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/src/file_type.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/src/lib.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/src/report.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/tests/cmd/en-us.in/README.md +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/tests/cmd/false-positives.in/README.md +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-cli/tests/cmd/filename-typo.in/README.md +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-dict/README.md +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-dict/src/lib.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-vars/README.md +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-vars/src/lib.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/typos-vars/src/vars_codegen.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/varcon/README.md +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/varcon/src/codegen.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/varcon/src/lib.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/varcon-core/README.md +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/varcon-core/src/borrowed.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/varcon-core/src/lib.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/crates/varcon-core/src/parser.rs +0 -0
- {typos-1.37.1 → typos-1.37.3}/pyproject.toml +0 -0
|
@@ -14,18 +14,18 @@ dependencies = [
|
|
|
14
14
|
|
|
15
15
|
[[package]]
|
|
16
16
|
name = "addr2line"
|
|
17
|
-
version = "0.
|
|
17
|
+
version = "0.24.2"
|
|
18
18
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
19
|
-
checksum = "
|
|
19
|
+
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
20
20
|
dependencies = [
|
|
21
21
|
"gimli",
|
|
22
22
|
]
|
|
23
23
|
|
|
24
24
|
[[package]]
|
|
25
|
-
name = "
|
|
26
|
-
version = "
|
|
25
|
+
name = "adler2"
|
|
26
|
+
version = "2.0.1"
|
|
27
27
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
28
|
-
checksum = "
|
|
28
|
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
29
29
|
|
|
30
30
|
[[package]]
|
|
31
31
|
name = "ahash"
|
|
@@ -34,7 +34,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
34
34
|
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
|
35
35
|
dependencies = [
|
|
36
36
|
"cfg-if",
|
|
37
|
-
"getrandom
|
|
37
|
+
"getrandom",
|
|
38
38
|
"once_cell",
|
|
39
39
|
"version_check",
|
|
40
40
|
"zerocopy",
|
|
@@ -51,9 +51,9 @@ dependencies = [
|
|
|
51
51
|
|
|
52
52
|
[[package]]
|
|
53
53
|
name = "annotate-snippets"
|
|
54
|
-
version = "0.12.
|
|
54
|
+
version = "0.12.4"
|
|
55
55
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
56
|
-
checksum = "
|
|
56
|
+
checksum = "a8ee2f071d418442e50c643c4e7a4051ce3abd9dba11713cc6cdf4f4a3f3cca5"
|
|
57
57
|
dependencies = [
|
|
58
58
|
"anstyle",
|
|
59
59
|
"unicode-width",
|
|
@@ -61,9 +61,9 @@ dependencies = [
|
|
|
61
61
|
|
|
62
62
|
[[package]]
|
|
63
63
|
name = "anstream"
|
|
64
|
-
version = "0.6.
|
|
64
|
+
version = "0.6.20"
|
|
65
65
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
66
|
-
checksum = "
|
|
66
|
+
checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192"
|
|
67
67
|
dependencies = [
|
|
68
68
|
"anstyle",
|
|
69
69
|
"anstyle-parse",
|
|
@@ -76,43 +76,44 @@ dependencies = [
|
|
|
76
76
|
|
|
77
77
|
[[package]]
|
|
78
78
|
name = "anstyle"
|
|
79
|
-
version = "1.0.
|
|
79
|
+
version = "1.0.13"
|
|
80
80
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
81
|
-
checksum = "
|
|
81
|
+
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
|
82
82
|
|
|
83
83
|
[[package]]
|
|
84
84
|
name = "anstyle-parse"
|
|
85
|
-
version = "0.2.
|
|
85
|
+
version = "0.2.7"
|
|
86
86
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
87
|
-
checksum = "
|
|
87
|
+
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
|
88
88
|
dependencies = [
|
|
89
89
|
"utf8parse",
|
|
90
90
|
]
|
|
91
91
|
|
|
92
92
|
[[package]]
|
|
93
93
|
name = "anstyle-query"
|
|
94
|
-
version = "1.
|
|
94
|
+
version = "1.1.4"
|
|
95
95
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
96
|
-
checksum = "
|
|
96
|
+
checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
|
|
97
97
|
dependencies = [
|
|
98
|
-
"windows-sys 0.
|
|
98
|
+
"windows-sys 0.60.2",
|
|
99
99
|
]
|
|
100
100
|
|
|
101
101
|
[[package]]
|
|
102
102
|
name = "anstyle-wincon"
|
|
103
|
-
version = "3.0.
|
|
103
|
+
version = "3.0.10"
|
|
104
104
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
105
|
-
checksum = "
|
|
105
|
+
checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
|
|
106
106
|
dependencies = [
|
|
107
107
|
"anstyle",
|
|
108
|
-
"
|
|
108
|
+
"once_cell_polyfill",
|
|
109
|
+
"windows-sys 0.60.2",
|
|
109
110
|
]
|
|
110
111
|
|
|
111
112
|
[[package]]
|
|
112
113
|
name = "anyhow"
|
|
113
|
-
version = "1.0.
|
|
114
|
+
version = "1.0.100"
|
|
114
115
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
115
|
-
checksum = "
|
|
116
|
+
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
|
116
117
|
|
|
117
118
|
[[package]]
|
|
118
119
|
name = "assert_fs"
|
|
@@ -129,12 +130,6 @@ dependencies = [
|
|
|
129
130
|
"tempfile",
|
|
130
131
|
]
|
|
131
132
|
|
|
132
|
-
[[package]]
|
|
133
|
-
name = "autocfg"
|
|
134
|
-
version = "1.1.0"
|
|
135
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
136
|
-
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
137
|
-
|
|
138
133
|
[[package]]
|
|
139
134
|
name = "automod"
|
|
140
135
|
version = "1.0.15"
|
|
@@ -143,35 +138,35 @@ checksum = "ebb4bd301db2e2ca1f5be131c24eb8ebf2d9559bc3744419e93baf8ddea7e670"
|
|
|
143
138
|
dependencies = [
|
|
144
139
|
"proc-macro2",
|
|
145
140
|
"quote",
|
|
146
|
-
"syn 2.0.
|
|
141
|
+
"syn 2.0.106",
|
|
147
142
|
]
|
|
148
143
|
|
|
149
144
|
[[package]]
|
|
150
145
|
name = "backtrace"
|
|
151
|
-
version = "0.3.
|
|
146
|
+
version = "0.3.74"
|
|
152
147
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
153
|
-
checksum = "
|
|
148
|
+
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
|
154
149
|
dependencies = [
|
|
155
150
|
"addr2line",
|
|
156
|
-
"cc",
|
|
157
151
|
"cfg-if",
|
|
158
152
|
"libc",
|
|
159
153
|
"miniz_oxide",
|
|
160
154
|
"object",
|
|
161
155
|
"rustc-demangle",
|
|
156
|
+
"windows-targets 0.52.6",
|
|
162
157
|
]
|
|
163
158
|
|
|
164
159
|
[[package]]
|
|
165
|
-
name = "
|
|
166
|
-
version = "
|
|
160
|
+
name = "base64"
|
|
161
|
+
version = "0.22.1"
|
|
167
162
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
168
|
-
checksum = "
|
|
163
|
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
169
164
|
|
|
170
165
|
[[package]]
|
|
171
166
|
name = "bitflags"
|
|
172
|
-
version = "2.4
|
|
167
|
+
version = "2.9.4"
|
|
173
168
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
174
|
-
checksum = "
|
|
169
|
+
checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
|
|
175
170
|
|
|
176
171
|
[[package]]
|
|
177
172
|
name = "bstr"
|
|
@@ -184,26 +179,17 @@ dependencies = [
|
|
|
184
179
|
"serde",
|
|
185
180
|
]
|
|
186
181
|
|
|
187
|
-
[[package]]
|
|
188
|
-
name = "cc"
|
|
189
|
-
version = "1.0.83"
|
|
190
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
191
|
-
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
|
192
|
-
dependencies = [
|
|
193
|
-
"libc",
|
|
194
|
-
]
|
|
195
|
-
|
|
196
182
|
[[package]]
|
|
197
183
|
name = "cfg-if"
|
|
198
|
-
version = "1.0.
|
|
184
|
+
version = "1.0.3"
|
|
199
185
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
200
|
-
checksum = "
|
|
186
|
+
checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
|
|
201
187
|
|
|
202
188
|
[[package]]
|
|
203
189
|
name = "clap"
|
|
204
|
-
version = "4.5.
|
|
190
|
+
version = "4.5.48"
|
|
205
191
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
206
|
-
checksum = "
|
|
192
|
+
checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
|
|
207
193
|
dependencies = [
|
|
208
194
|
"clap_builder",
|
|
209
195
|
"clap_derive",
|
|
@@ -211,9 +197,9 @@ dependencies = [
|
|
|
211
197
|
|
|
212
198
|
[[package]]
|
|
213
199
|
name = "clap-verbosity-flag"
|
|
214
|
-
version = "3.0.
|
|
200
|
+
version = "3.0.4"
|
|
215
201
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
216
|
-
checksum = "
|
|
202
|
+
checksum = "9d92b1fab272fe943881b77cc6e920d6543e5b1bfadbd5ed81c7c5a755742394"
|
|
217
203
|
dependencies = [
|
|
218
204
|
"clap",
|
|
219
205
|
"log",
|
|
@@ -221,9 +207,9 @@ dependencies = [
|
|
|
221
207
|
|
|
222
208
|
[[package]]
|
|
223
209
|
name = "clap_builder"
|
|
224
|
-
version = "4.5.
|
|
210
|
+
version = "4.5.48"
|
|
225
211
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
226
|
-
checksum = "
|
|
212
|
+
checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
|
|
227
213
|
dependencies = [
|
|
228
214
|
"anstream",
|
|
229
215
|
"anstyle",
|
|
@@ -234,21 +220,21 @@ dependencies = [
|
|
|
234
220
|
|
|
235
221
|
[[package]]
|
|
236
222
|
name = "clap_derive"
|
|
237
|
-
version = "4.5.
|
|
223
|
+
version = "4.5.47"
|
|
238
224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
239
|
-
checksum = "
|
|
225
|
+
checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
|
|
240
226
|
dependencies = [
|
|
241
227
|
"heck",
|
|
242
228
|
"proc-macro2",
|
|
243
229
|
"quote",
|
|
244
|
-
"syn 2.0.
|
|
230
|
+
"syn 2.0.106",
|
|
245
231
|
]
|
|
246
232
|
|
|
247
233
|
[[package]]
|
|
248
234
|
name = "clap_lex"
|
|
249
|
-
version = "0.7.
|
|
235
|
+
version = "0.7.5"
|
|
250
236
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
251
|
-
checksum = "
|
|
237
|
+
checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
|
|
252
238
|
|
|
253
239
|
[[package]]
|
|
254
240
|
name = "codegenrs"
|
|
@@ -263,7 +249,7 @@ dependencies = [
|
|
|
263
249
|
|
|
264
250
|
[[package]]
|
|
265
251
|
name = "codespell-dict"
|
|
266
|
-
version = "0.5.
|
|
252
|
+
version = "0.5.2"
|
|
267
253
|
dependencies = [
|
|
268
254
|
"codegenrs",
|
|
269
255
|
"dictgen",
|
|
@@ -273,9 +259,9 @@ dependencies = [
|
|
|
273
259
|
|
|
274
260
|
[[package]]
|
|
275
261
|
name = "colorchoice"
|
|
276
|
-
version = "1.0.
|
|
262
|
+
version = "1.0.4"
|
|
277
263
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
278
|
-
checksum = "
|
|
264
|
+
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
|
279
265
|
|
|
280
266
|
[[package]]
|
|
281
267
|
name = "colorchoice-clap"
|
|
@@ -304,36 +290,28 @@ dependencies = [
|
|
|
304
290
|
|
|
305
291
|
[[package]]
|
|
306
292
|
name = "crossbeam-deque"
|
|
307
|
-
version = "0.8.
|
|
293
|
+
version = "0.8.6"
|
|
308
294
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
309
|
-
checksum = "
|
|
295
|
+
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
|
310
296
|
dependencies = [
|
|
311
|
-
"cfg-if",
|
|
312
297
|
"crossbeam-epoch",
|
|
313
298
|
"crossbeam-utils",
|
|
314
299
|
]
|
|
315
300
|
|
|
316
301
|
[[package]]
|
|
317
302
|
name = "crossbeam-epoch"
|
|
318
|
-
version = "0.9.
|
|
303
|
+
version = "0.9.18"
|
|
319
304
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
320
|
-
checksum = "
|
|
305
|
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
321
306
|
dependencies = [
|
|
322
|
-
"autocfg",
|
|
323
|
-
"cfg-if",
|
|
324
307
|
"crossbeam-utils",
|
|
325
|
-
"memoffset",
|
|
326
|
-
"scopeguard",
|
|
327
308
|
]
|
|
328
309
|
|
|
329
310
|
[[package]]
|
|
330
311
|
name = "crossbeam-utils"
|
|
331
|
-
version = "0.8.
|
|
312
|
+
version = "0.8.21"
|
|
332
313
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
333
|
-
checksum = "
|
|
334
|
-
dependencies = [
|
|
335
|
-
"cfg-if",
|
|
336
|
-
]
|
|
314
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
337
315
|
|
|
338
316
|
[[package]]
|
|
339
317
|
name = "csv"
|
|
@@ -349,18 +327,18 @@ dependencies = [
|
|
|
349
327
|
|
|
350
328
|
[[package]]
|
|
351
329
|
name = "csv-core"
|
|
352
|
-
version = "0.1.
|
|
330
|
+
version = "0.1.12"
|
|
353
331
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
354
|
-
checksum = "
|
|
332
|
+
checksum = "7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d"
|
|
355
333
|
dependencies = [
|
|
356
334
|
"memchr",
|
|
357
335
|
]
|
|
358
336
|
|
|
359
337
|
[[package]]
|
|
360
338
|
name = "darling"
|
|
361
|
-
version = "0.20.
|
|
339
|
+
version = "0.20.11"
|
|
362
340
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
363
|
-
checksum = "
|
|
341
|
+
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
|
|
364
342
|
dependencies = [
|
|
365
343
|
"darling_core",
|
|
366
344
|
"darling_macro",
|
|
@@ -368,27 +346,36 @@ dependencies = [
|
|
|
368
346
|
|
|
369
347
|
[[package]]
|
|
370
348
|
name = "darling_core"
|
|
371
|
-
version = "0.20.
|
|
349
|
+
version = "0.20.11"
|
|
372
350
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
373
|
-
checksum = "
|
|
351
|
+
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
|
|
374
352
|
dependencies = [
|
|
375
353
|
"fnv",
|
|
376
354
|
"ident_case",
|
|
377
355
|
"proc-macro2",
|
|
378
356
|
"quote",
|
|
379
357
|
"strsim",
|
|
380
|
-
"syn 2.0.
|
|
358
|
+
"syn 2.0.106",
|
|
381
359
|
]
|
|
382
360
|
|
|
383
361
|
[[package]]
|
|
384
362
|
name = "darling_macro"
|
|
385
|
-
version = "0.20.
|
|
363
|
+
version = "0.20.11"
|
|
386
364
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
387
|
-
checksum = "
|
|
365
|
+
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
|
388
366
|
dependencies = [
|
|
389
367
|
"darling_core",
|
|
390
368
|
"quote",
|
|
391
|
-
"syn 2.0.
|
|
369
|
+
"syn 2.0.106",
|
|
370
|
+
]
|
|
371
|
+
|
|
372
|
+
[[package]]
|
|
373
|
+
name = "deranged"
|
|
374
|
+
version = "0.4.0"
|
|
375
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
376
|
+
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
|
377
|
+
dependencies = [
|
|
378
|
+
"powerfmt",
|
|
392
379
|
]
|
|
393
380
|
|
|
394
381
|
[[package]]
|
|
@@ -408,7 +395,7 @@ checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
|
|
|
408
395
|
dependencies = [
|
|
409
396
|
"proc-macro2",
|
|
410
397
|
"quote",
|
|
411
|
-
"syn 2.0.
|
|
398
|
+
"syn 2.0.106",
|
|
412
399
|
"unicode-xid",
|
|
413
400
|
]
|
|
414
401
|
|
|
@@ -421,12 +408,12 @@ dependencies = [
|
|
|
421
408
|
"darling",
|
|
422
409
|
"proc-macro2",
|
|
423
410
|
"quote",
|
|
424
|
-
"syn 2.0.
|
|
411
|
+
"syn 2.0.106",
|
|
425
412
|
]
|
|
426
413
|
|
|
427
414
|
[[package]]
|
|
428
415
|
name = "dictgen"
|
|
429
|
-
version = "0.
|
|
416
|
+
version = "0.5.0"
|
|
430
417
|
dependencies = [
|
|
431
418
|
"aho-corasick",
|
|
432
419
|
"phf",
|
|
@@ -469,7 +456,7 @@ checksum = "9556bc800956545d6420a640173e5ba7dfa82f38d3ea5a167eb555bc69ac3323"
|
|
|
469
456
|
dependencies = [
|
|
470
457
|
"proc-macro2",
|
|
471
458
|
"quote",
|
|
472
|
-
"syn 2.0.
|
|
459
|
+
"syn 2.0.106",
|
|
473
460
|
]
|
|
474
461
|
|
|
475
462
|
[[package]]
|
|
@@ -480,15 +467,15 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
480
467
|
|
|
481
468
|
[[package]]
|
|
482
469
|
name = "dunce"
|
|
483
|
-
version = "1.0.
|
|
470
|
+
version = "1.0.5"
|
|
484
471
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
485
|
-
checksum = "
|
|
472
|
+
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
486
473
|
|
|
487
474
|
[[package]]
|
|
488
475
|
name = "dyn-clone"
|
|
489
|
-
version = "1.0.
|
|
476
|
+
version = "1.0.20"
|
|
490
477
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
491
|
-
checksum = "
|
|
478
|
+
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
|
|
492
479
|
|
|
493
480
|
[[package]]
|
|
494
481
|
name = "edit-distance"
|
|
@@ -498,9 +485,9 @@ checksum = "e3f497e87b038c09a155dfd169faa5ec940d0644635555ef6bd464ac20e97397"
|
|
|
498
485
|
|
|
499
486
|
[[package]]
|
|
500
487
|
name = "either"
|
|
501
|
-
version = "1.
|
|
488
|
+
version = "1.15.0"
|
|
502
489
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
503
|
-
checksum = "
|
|
490
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
504
491
|
|
|
505
492
|
[[package]]
|
|
506
493
|
name = "encoding_rs"
|
|
@@ -528,14 +515,14 @@ checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
|
|
|
528
515
|
dependencies = [
|
|
529
516
|
"proc-macro2",
|
|
530
517
|
"quote",
|
|
531
|
-
"syn 2.0.
|
|
518
|
+
"syn 2.0.106",
|
|
532
519
|
]
|
|
533
520
|
|
|
534
521
|
[[package]]
|
|
535
522
|
name = "env_filter"
|
|
536
|
-
version = "0.1.
|
|
523
|
+
version = "0.1.3"
|
|
537
524
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
538
|
-
checksum = "
|
|
525
|
+
checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
|
|
539
526
|
dependencies = [
|
|
540
527
|
"log",
|
|
541
528
|
]
|
|
@@ -554,18 +541,18 @@ dependencies = [
|
|
|
554
541
|
|
|
555
542
|
[[package]]
|
|
556
543
|
name = "equivalent"
|
|
557
|
-
version = "1.0.
|
|
544
|
+
version = "1.0.2"
|
|
558
545
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
559
|
-
checksum = "
|
|
546
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
560
547
|
|
|
561
548
|
[[package]]
|
|
562
549
|
name = "errno"
|
|
563
|
-
version = "0.3.
|
|
550
|
+
version = "0.3.14"
|
|
564
551
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
565
|
-
checksum = "
|
|
552
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
566
553
|
dependencies = [
|
|
567
554
|
"libc",
|
|
568
|
-
"windows-sys 0.
|
|
555
|
+
"windows-sys 0.61.1",
|
|
569
556
|
]
|
|
570
557
|
|
|
571
558
|
[[package]]
|
|
@@ -576,14 +563,14 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
576
563
|
|
|
577
564
|
[[package]]
|
|
578
565
|
name = "filetime"
|
|
579
|
-
version = "0.2.
|
|
566
|
+
version = "0.2.26"
|
|
580
567
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
581
|
-
checksum = "
|
|
568
|
+
checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
|
|
582
569
|
dependencies = [
|
|
583
570
|
"cfg-if",
|
|
584
571
|
"libc",
|
|
585
|
-
"
|
|
586
|
-
"windows-sys 0.
|
|
572
|
+
"libredox",
|
|
573
|
+
"windows-sys 0.60.2",
|
|
587
574
|
]
|
|
588
575
|
|
|
589
576
|
[[package]]
|
|
@@ -592,17 +579,6 @@ version = "1.0.7"
|
|
|
592
579
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
593
580
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
594
581
|
|
|
595
|
-
[[package]]
|
|
596
|
-
name = "getrandom"
|
|
597
|
-
version = "0.2.10"
|
|
598
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
599
|
-
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
|
600
|
-
dependencies = [
|
|
601
|
-
"cfg-if",
|
|
602
|
-
"libc",
|
|
603
|
-
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
604
|
-
]
|
|
605
|
-
|
|
606
582
|
[[package]]
|
|
607
583
|
name = "getrandom"
|
|
608
584
|
version = "0.3.3"
|
|
@@ -612,20 +588,20 @@ dependencies = [
|
|
|
612
588
|
"cfg-if",
|
|
613
589
|
"libc",
|
|
614
590
|
"r-efi",
|
|
615
|
-
"wasi
|
|
591
|
+
"wasi",
|
|
616
592
|
]
|
|
617
593
|
|
|
618
594
|
[[package]]
|
|
619
595
|
name = "gimli"
|
|
620
|
-
version = "0.
|
|
596
|
+
version = "0.31.1"
|
|
621
597
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
622
|
-
checksum = "
|
|
598
|
+
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
623
599
|
|
|
624
600
|
[[package]]
|
|
625
601
|
name = "glob"
|
|
626
|
-
version = "0.3.
|
|
602
|
+
version = "0.3.3"
|
|
627
603
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
628
|
-
checksum = "
|
|
604
|
+
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
629
605
|
|
|
630
606
|
[[package]]
|
|
631
607
|
name = "globset"
|
|
@@ -646,16 +622,16 @@ version = "0.9.1"
|
|
|
646
622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
647
623
|
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
|
|
648
624
|
dependencies = [
|
|
649
|
-
"bitflags
|
|
625
|
+
"bitflags",
|
|
650
626
|
"ignore",
|
|
651
627
|
"walkdir",
|
|
652
628
|
]
|
|
653
629
|
|
|
654
630
|
[[package]]
|
|
655
631
|
name = "hashbrown"
|
|
656
|
-
version = "0.
|
|
632
|
+
version = "0.16.0"
|
|
657
633
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
658
|
-
checksum = "
|
|
634
|
+
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
|
|
659
635
|
|
|
660
636
|
[[package]]
|
|
661
637
|
name = "heck"
|
|
@@ -681,9 +657,9 @@ dependencies = [
|
|
|
681
657
|
|
|
682
658
|
[[package]]
|
|
683
659
|
name = "humantime"
|
|
684
|
-
version = "2.
|
|
660
|
+
version = "2.3.0"
|
|
685
661
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
686
|
-
checksum = "
|
|
662
|
+
checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
|
|
687
663
|
|
|
688
664
|
[[package]]
|
|
689
665
|
name = "humantime-serde"
|
|
@@ -719,9 +695,9 @@ dependencies = [
|
|
|
719
695
|
|
|
720
696
|
[[package]]
|
|
721
697
|
name = "indexmap"
|
|
722
|
-
version = "2.
|
|
698
|
+
version = "2.11.4"
|
|
723
699
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
724
|
-
checksum = "
|
|
700
|
+
checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
|
|
725
701
|
dependencies = [
|
|
726
702
|
"equivalent",
|
|
727
703
|
"hashbrown",
|
|
@@ -729,18 +705,9 @@ dependencies = [
|
|
|
729
705
|
|
|
730
706
|
[[package]]
|
|
731
707
|
name = "is_terminal_polyfill"
|
|
732
|
-
version = "1.70.
|
|
708
|
+
version = "1.70.1"
|
|
733
709
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
734
|
-
checksum = "
|
|
735
|
-
|
|
736
|
-
[[package]]
|
|
737
|
-
name = "itertools"
|
|
738
|
-
version = "0.11.0"
|
|
739
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
740
|
-
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
741
|
-
dependencies = [
|
|
742
|
-
"either",
|
|
743
|
-
]
|
|
710
|
+
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
744
711
|
|
|
745
712
|
[[package]]
|
|
746
713
|
name = "itertools"
|
|
@@ -753,9 +720,9 @@ dependencies = [
|
|
|
753
720
|
|
|
754
721
|
[[package]]
|
|
755
722
|
name = "itoa"
|
|
756
|
-
version = "1.0.
|
|
723
|
+
version = "1.0.15"
|
|
757
724
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
758
|
-
checksum = "
|
|
725
|
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
759
726
|
|
|
760
727
|
[[package]]
|
|
761
728
|
name = "kstring"
|
|
@@ -775,27 +742,32 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
775
742
|
|
|
776
743
|
[[package]]
|
|
777
744
|
name = "libc"
|
|
778
|
-
version = "0.2.
|
|
745
|
+
version = "0.2.176"
|
|
779
746
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
780
|
-
checksum = "
|
|
747
|
+
checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
|
|
781
748
|
|
|
782
749
|
[[package]]
|
|
783
|
-
name = "
|
|
784
|
-
version = "0.
|
|
750
|
+
name = "libredox"
|
|
751
|
+
version = "0.1.10"
|
|
785
752
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
786
|
-
checksum = "
|
|
753
|
+
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
|
|
754
|
+
dependencies = [
|
|
755
|
+
"bitflags",
|
|
756
|
+
"libc",
|
|
757
|
+
"redox_syscall",
|
|
758
|
+
]
|
|
787
759
|
|
|
788
760
|
[[package]]
|
|
789
761
|
name = "linux-raw-sys"
|
|
790
|
-
version = "0.
|
|
762
|
+
version = "0.11.0"
|
|
791
763
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
792
|
-
checksum = "
|
|
764
|
+
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
|
793
765
|
|
|
794
766
|
[[package]]
|
|
795
767
|
name = "log"
|
|
796
|
-
version = "0.4.
|
|
768
|
+
version = "0.4.28"
|
|
797
769
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
798
|
-
checksum = "
|
|
770
|
+
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
|
799
771
|
|
|
800
772
|
[[package]]
|
|
801
773
|
name = "maplit"
|
|
@@ -805,26 +777,17 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
805
777
|
|
|
806
778
|
[[package]]
|
|
807
779
|
name = "memchr"
|
|
808
|
-
version = "2.7.
|
|
780
|
+
version = "2.7.6"
|
|
809
781
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
810
|
-
checksum = "
|
|
811
|
-
|
|
812
|
-
[[package]]
|
|
813
|
-
name = "memoffset"
|
|
814
|
-
version = "0.9.0"
|
|
815
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
816
|
-
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
|
817
|
-
dependencies = [
|
|
818
|
-
"autocfg",
|
|
819
|
-
]
|
|
782
|
+
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
|
820
783
|
|
|
821
784
|
[[package]]
|
|
822
785
|
name = "miniz_oxide"
|
|
823
|
-
version = "0.
|
|
786
|
+
version = "0.8.9"
|
|
824
787
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
825
|
-
checksum = "
|
|
788
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
826
789
|
dependencies = [
|
|
827
|
-
"
|
|
790
|
+
"adler2",
|
|
828
791
|
]
|
|
829
792
|
|
|
830
793
|
[[package]]
|
|
@@ -843,47 +806,60 @@ version = "0.3.0"
|
|
|
843
806
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
844
807
|
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
|
845
808
|
|
|
809
|
+
[[package]]
|
|
810
|
+
name = "num-conv"
|
|
811
|
+
version = "0.1.0"
|
|
812
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
813
|
+
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
814
|
+
|
|
846
815
|
[[package]]
|
|
847
816
|
name = "object"
|
|
848
|
-
version = "0.
|
|
817
|
+
version = "0.36.7"
|
|
849
818
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
850
|
-
checksum = "
|
|
819
|
+
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
851
820
|
dependencies = [
|
|
852
821
|
"memchr",
|
|
853
822
|
]
|
|
854
823
|
|
|
855
824
|
[[package]]
|
|
856
825
|
name = "once_cell"
|
|
857
|
-
version = "1.
|
|
826
|
+
version = "1.21.3"
|
|
858
827
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
859
|
-
checksum = "
|
|
828
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
829
|
+
|
|
830
|
+
[[package]]
|
|
831
|
+
name = "once_cell_polyfill"
|
|
832
|
+
version = "1.70.1"
|
|
833
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
834
|
+
checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
|
|
860
835
|
|
|
861
836
|
[[package]]
|
|
862
837
|
name = "os_info"
|
|
863
|
-
version = "3.
|
|
838
|
+
version = "3.12.0"
|
|
864
839
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
865
|
-
checksum = "
|
|
840
|
+
checksum = "d0e1ac5fde8d43c34139135df8ea9ee9465394b2d8d20f032d38998f64afffc3"
|
|
866
841
|
dependencies = [
|
|
867
842
|
"log",
|
|
843
|
+
"plist",
|
|
868
844
|
"serde",
|
|
869
|
-
"
|
|
845
|
+
"windows-sys 0.52.0",
|
|
870
846
|
]
|
|
871
847
|
|
|
872
848
|
[[package]]
|
|
873
849
|
name = "os_pipe"
|
|
874
|
-
version = "1.
|
|
850
|
+
version = "1.2.2"
|
|
875
851
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
876
|
-
checksum = "
|
|
852
|
+
checksum = "db335f4760b14ead6290116f2427bf33a14d4f0617d49f78a246de10c1831224"
|
|
877
853
|
dependencies = [
|
|
878
854
|
"libc",
|
|
879
|
-
"windows-sys 0.
|
|
855
|
+
"windows-sys 0.59.0",
|
|
880
856
|
]
|
|
881
857
|
|
|
882
858
|
[[package]]
|
|
883
859
|
name = "phf"
|
|
884
|
-
version = "0.
|
|
860
|
+
version = "0.13.1"
|
|
885
861
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
886
|
-
checksum = "
|
|
862
|
+
checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
|
|
887
863
|
dependencies = [
|
|
888
864
|
"phf_macros",
|
|
889
865
|
"phf_shared",
|
|
@@ -892,9 +868,9 @@ dependencies = [
|
|
|
892
868
|
|
|
893
869
|
[[package]]
|
|
894
870
|
name = "phf_codegen"
|
|
895
|
-
version = "0.
|
|
871
|
+
version = "0.13.1"
|
|
896
872
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
897
|
-
checksum = "
|
|
873
|
+
checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
|
|
898
874
|
dependencies = [
|
|
899
875
|
"phf_generator",
|
|
900
876
|
"phf_shared",
|
|
@@ -902,9 +878,9 @@ dependencies = [
|
|
|
902
878
|
|
|
903
879
|
[[package]]
|
|
904
880
|
name = "phf_generator"
|
|
905
|
-
version = "0.
|
|
881
|
+
version = "0.13.1"
|
|
906
882
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
907
|
-
checksum = "
|
|
883
|
+
checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
|
|
908
884
|
dependencies = [
|
|
909
885
|
"fastrand",
|
|
910
886
|
"phf_shared",
|
|
@@ -912,51 +888,69 @@ dependencies = [
|
|
|
912
888
|
|
|
913
889
|
[[package]]
|
|
914
890
|
name = "phf_macros"
|
|
915
|
-
version = "0.
|
|
891
|
+
version = "0.13.1"
|
|
916
892
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
917
|
-
checksum = "
|
|
893
|
+
checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef"
|
|
918
894
|
dependencies = [
|
|
919
895
|
"phf_generator",
|
|
920
896
|
"phf_shared",
|
|
921
897
|
"proc-macro2",
|
|
922
898
|
"quote",
|
|
923
|
-
"syn 2.0.
|
|
899
|
+
"syn 2.0.106",
|
|
924
900
|
"unicase",
|
|
925
901
|
]
|
|
926
902
|
|
|
927
903
|
[[package]]
|
|
928
904
|
name = "phf_shared"
|
|
929
|
-
version = "0.
|
|
905
|
+
version = "0.13.1"
|
|
930
906
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
931
|
-
checksum = "
|
|
907
|
+
checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
|
|
932
908
|
dependencies = [
|
|
933
909
|
"siphasher",
|
|
934
910
|
"unicase",
|
|
935
911
|
]
|
|
936
912
|
|
|
913
|
+
[[package]]
|
|
914
|
+
name = "plist"
|
|
915
|
+
version = "1.7.4"
|
|
916
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
917
|
+
checksum = "3af6b589e163c5a788fab00ce0c0366f6efbb9959c2f9874b224936af7fce7e1"
|
|
918
|
+
dependencies = [
|
|
919
|
+
"base64",
|
|
920
|
+
"indexmap",
|
|
921
|
+
"quick-xml",
|
|
922
|
+
"serde",
|
|
923
|
+
"time",
|
|
924
|
+
]
|
|
925
|
+
|
|
926
|
+
[[package]]
|
|
927
|
+
name = "powerfmt"
|
|
928
|
+
version = "0.2.0"
|
|
929
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
930
|
+
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
931
|
+
|
|
937
932
|
[[package]]
|
|
938
933
|
name = "predicates"
|
|
939
|
-
version = "3.
|
|
934
|
+
version = "3.1.3"
|
|
940
935
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
941
|
-
checksum = "
|
|
936
|
+
checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573"
|
|
942
937
|
dependencies = [
|
|
943
938
|
"anstyle",
|
|
944
939
|
"difflib",
|
|
945
|
-
"itertools 0.11.0",
|
|
946
940
|
"predicates-core",
|
|
947
941
|
]
|
|
948
942
|
|
|
949
943
|
[[package]]
|
|
950
944
|
name = "predicates-core"
|
|
951
|
-
version = "1.0.
|
|
945
|
+
version = "1.0.9"
|
|
952
946
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
953
|
-
checksum = "
|
|
947
|
+
checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa"
|
|
954
948
|
|
|
955
949
|
[[package]]
|
|
956
950
|
name = "predicates-tree"
|
|
957
|
-
version = "1.0.
|
|
951
|
+
version = "1.0.12"
|
|
958
952
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
959
|
-
checksum = "
|
|
953
|
+
checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c"
|
|
960
954
|
dependencies = [
|
|
961
955
|
"predicates-core",
|
|
962
956
|
"termtree",
|
|
@@ -964,12 +958,12 @@ dependencies = [
|
|
|
964
958
|
|
|
965
959
|
[[package]]
|
|
966
960
|
name = "prettyplease"
|
|
967
|
-
version = "0.2.
|
|
961
|
+
version = "0.2.37"
|
|
968
962
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
969
|
-
checksum = "
|
|
963
|
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
970
964
|
dependencies = [
|
|
971
965
|
"proc-macro2",
|
|
972
|
-
"syn 2.0.
|
|
966
|
+
"syn 2.0.106",
|
|
973
967
|
]
|
|
974
968
|
|
|
975
969
|
[[package]]
|
|
@@ -980,33 +974,42 @@ checksum = "77a5390699eb9ac50677729fda96fb8339d4629f257cc6cfa6eaa673730f8f63"
|
|
|
980
974
|
|
|
981
975
|
[[package]]
|
|
982
976
|
name = "proc-macro2"
|
|
983
|
-
version = "1.0.
|
|
977
|
+
version = "1.0.101"
|
|
984
978
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
985
|
-
checksum = "
|
|
979
|
+
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
|
|
986
980
|
dependencies = [
|
|
987
981
|
"unicode-ident",
|
|
988
982
|
]
|
|
989
983
|
|
|
984
|
+
[[package]]
|
|
985
|
+
name = "quick-xml"
|
|
986
|
+
version = "0.38.3"
|
|
987
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
988
|
+
checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
|
|
989
|
+
dependencies = [
|
|
990
|
+
"memchr",
|
|
991
|
+
]
|
|
992
|
+
|
|
990
993
|
[[package]]
|
|
991
994
|
name = "quote"
|
|
992
|
-
version = "1.0.
|
|
995
|
+
version = "1.0.41"
|
|
993
996
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
994
|
-
checksum = "
|
|
997
|
+
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
|
|
995
998
|
dependencies = [
|
|
996
999
|
"proc-macro2",
|
|
997
1000
|
]
|
|
998
1001
|
|
|
999
1002
|
[[package]]
|
|
1000
1003
|
name = "r-efi"
|
|
1001
|
-
version = "5.
|
|
1004
|
+
version = "5.3.0"
|
|
1002
1005
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1003
|
-
checksum = "
|
|
1006
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
1004
1007
|
|
|
1005
1008
|
[[package]]
|
|
1006
1009
|
name = "rayon"
|
|
1007
|
-
version = "1.
|
|
1010
|
+
version = "1.11.0"
|
|
1008
1011
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1009
|
-
checksum = "
|
|
1012
|
+
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
|
1010
1013
|
dependencies = [
|
|
1011
1014
|
"either",
|
|
1012
1015
|
"rayon-core",
|
|
@@ -1014,9 +1017,9 @@ dependencies = [
|
|
|
1014
1017
|
|
|
1015
1018
|
[[package]]
|
|
1016
1019
|
name = "rayon-core"
|
|
1017
|
-
version = "1.
|
|
1020
|
+
version = "1.13.0"
|
|
1018
1021
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1019
|
-
checksum = "
|
|
1022
|
+
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
1020
1023
|
dependencies = [
|
|
1021
1024
|
"crossbeam-deque",
|
|
1022
1025
|
"crossbeam-utils",
|
|
@@ -1024,38 +1027,38 @@ dependencies = [
|
|
|
1024
1027
|
|
|
1025
1028
|
[[package]]
|
|
1026
1029
|
name = "redox_syscall"
|
|
1027
|
-
version = "0.
|
|
1030
|
+
version = "0.5.17"
|
|
1028
1031
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1029
|
-
checksum = "
|
|
1032
|
+
checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
|
|
1030
1033
|
dependencies = [
|
|
1031
|
-
"bitflags
|
|
1034
|
+
"bitflags",
|
|
1032
1035
|
]
|
|
1033
1036
|
|
|
1034
1037
|
[[package]]
|
|
1035
1038
|
name = "ref-cast"
|
|
1036
|
-
version = "1.0.
|
|
1039
|
+
version = "1.0.25"
|
|
1037
1040
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1038
|
-
checksum = "
|
|
1041
|
+
checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
|
|
1039
1042
|
dependencies = [
|
|
1040
1043
|
"ref-cast-impl",
|
|
1041
1044
|
]
|
|
1042
1045
|
|
|
1043
1046
|
[[package]]
|
|
1044
1047
|
name = "ref-cast-impl"
|
|
1045
|
-
version = "1.0.
|
|
1048
|
+
version = "1.0.25"
|
|
1046
1049
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1047
|
-
checksum = "
|
|
1050
|
+
checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
|
|
1048
1051
|
dependencies = [
|
|
1049
1052
|
"proc-macro2",
|
|
1050
1053
|
"quote",
|
|
1051
|
-
"syn 2.0.
|
|
1054
|
+
"syn 2.0.106",
|
|
1052
1055
|
]
|
|
1053
1056
|
|
|
1054
1057
|
[[package]]
|
|
1055
1058
|
name = "regex"
|
|
1056
|
-
version = "1.11.
|
|
1059
|
+
version = "1.11.3"
|
|
1057
1060
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1058
|
-
checksum = "
|
|
1061
|
+
checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c"
|
|
1059
1062
|
dependencies = [
|
|
1060
1063
|
"aho-corasick",
|
|
1061
1064
|
"memchr",
|
|
@@ -1065,9 +1068,9 @@ dependencies = [
|
|
|
1065
1068
|
|
|
1066
1069
|
[[package]]
|
|
1067
1070
|
name = "regex-automata"
|
|
1068
|
-
version = "0.4.
|
|
1071
|
+
version = "0.4.11"
|
|
1069
1072
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1070
|
-
checksum = "
|
|
1073
|
+
checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad"
|
|
1071
1074
|
dependencies = [
|
|
1072
1075
|
"aho-corasick",
|
|
1073
1076
|
"memchr",
|
|
@@ -1076,59 +1079,40 @@ dependencies = [
|
|
|
1076
1079
|
|
|
1077
1080
|
[[package]]
|
|
1078
1081
|
name = "regex-lite"
|
|
1079
|
-
version = "0.1.
|
|
1082
|
+
version = "0.1.7"
|
|
1080
1083
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1081
|
-
checksum = "
|
|
1084
|
+
checksum = "943f41321c63ef1c92fd763bfe054d2668f7f225a5c29f0105903dc2fc04ba30"
|
|
1082
1085
|
|
|
1083
1086
|
[[package]]
|
|
1084
1087
|
name = "regex-syntax"
|
|
1085
|
-
version = "0.8.
|
|
1088
|
+
version = "0.8.6"
|
|
1086
1089
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1087
|
-
checksum = "
|
|
1090
|
+
checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
|
|
1088
1091
|
|
|
1089
1092
|
[[package]]
|
|
1090
1093
|
name = "rustc-demangle"
|
|
1091
|
-
version = "0.1.
|
|
1092
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1093
|
-
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
1094
|
-
|
|
1095
|
-
[[package]]
|
|
1096
|
-
name = "rustix"
|
|
1097
|
-
version = "0.38.19"
|
|
1094
|
+
version = "0.1.26"
|
|
1098
1095
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1099
|
-
checksum = "
|
|
1100
|
-
dependencies = [
|
|
1101
|
-
"bitflags 2.4.1",
|
|
1102
|
-
"errno",
|
|
1103
|
-
"libc",
|
|
1104
|
-
"linux-raw-sys 0.4.10",
|
|
1105
|
-
"windows-sys 0.48.0",
|
|
1106
|
-
]
|
|
1096
|
+
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
|
|
1107
1097
|
|
|
1108
1098
|
[[package]]
|
|
1109
1099
|
name = "rustix"
|
|
1110
|
-
version = "1.
|
|
1100
|
+
version = "1.1.2"
|
|
1111
1101
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1112
|
-
checksum = "
|
|
1102
|
+
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
|
1113
1103
|
dependencies = [
|
|
1114
|
-
"bitflags
|
|
1104
|
+
"bitflags",
|
|
1115
1105
|
"errno",
|
|
1116
1106
|
"libc",
|
|
1117
|
-
"linux-raw-sys
|
|
1118
|
-
"windows-sys 0.
|
|
1107
|
+
"linux-raw-sys",
|
|
1108
|
+
"windows-sys 0.61.1",
|
|
1119
1109
|
]
|
|
1120
1110
|
|
|
1121
|
-
[[package]]
|
|
1122
|
-
name = "rustversion"
|
|
1123
|
-
version = "1.0.18"
|
|
1124
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1125
|
-
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
|
|
1126
|
-
|
|
1127
1111
|
[[package]]
|
|
1128
1112
|
name = "ryu"
|
|
1129
|
-
version = "1.0.
|
|
1113
|
+
version = "1.0.20"
|
|
1130
1114
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1131
|
-
checksum = "
|
|
1115
|
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
1132
1116
|
|
|
1133
1117
|
[[package]]
|
|
1134
1118
|
name = "same-file"
|
|
@@ -1168,9 +1152,9 @@ dependencies = [
|
|
|
1168
1152
|
|
|
1169
1153
|
[[package]]
|
|
1170
1154
|
name = "schemars"
|
|
1171
|
-
version = "0.
|
|
1155
|
+
version = "1.0.4"
|
|
1172
1156
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1173
|
-
checksum = "
|
|
1157
|
+
checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
|
|
1174
1158
|
dependencies = [
|
|
1175
1159
|
"dyn-clone",
|
|
1176
1160
|
"ref-cast",
|
|
@@ -1182,42 +1166,37 @@ dependencies = [
|
|
|
1182
1166
|
|
|
1183
1167
|
[[package]]
|
|
1184
1168
|
name = "schemars_derive"
|
|
1185
|
-
version = "0.
|
|
1169
|
+
version = "1.0.4"
|
|
1186
1170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1187
|
-
checksum = "
|
|
1171
|
+
checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
|
|
1188
1172
|
dependencies = [
|
|
1189
1173
|
"proc-macro2",
|
|
1190
1174
|
"quote",
|
|
1191
1175
|
"serde_derive_internals",
|
|
1192
|
-
"syn 2.0.
|
|
1176
|
+
"syn 2.0.106",
|
|
1193
1177
|
]
|
|
1194
1178
|
|
|
1195
|
-
[[package]]
|
|
1196
|
-
name = "scopeguard"
|
|
1197
|
-
version = "1.2.0"
|
|
1198
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1199
|
-
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
1200
|
-
|
|
1201
1179
|
[[package]]
|
|
1202
1180
|
name = "semver"
|
|
1203
|
-
version = "1.0.
|
|
1181
|
+
version = "1.0.27"
|
|
1204
1182
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1205
|
-
checksum = "
|
|
1183
|
+
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
|
1206
1184
|
|
|
1207
1185
|
[[package]]
|
|
1208
1186
|
name = "serde"
|
|
1209
|
-
version = "1.0.
|
|
1187
|
+
version = "1.0.228"
|
|
1210
1188
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1211
|
-
checksum = "
|
|
1189
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
1212
1190
|
dependencies = [
|
|
1191
|
+
"serde_core",
|
|
1213
1192
|
"serde_derive",
|
|
1214
1193
|
]
|
|
1215
1194
|
|
|
1216
1195
|
[[package]]
|
|
1217
1196
|
name = "serde-sarif"
|
|
1218
|
-
version = "0.
|
|
1197
|
+
version = "0.8.0"
|
|
1219
1198
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1220
|
-
checksum = "
|
|
1199
|
+
checksum = "a053c46f18a8043570d4e32fefc4c6377f82bf29ec310a33e93f273048e3b0be"
|
|
1221
1200
|
dependencies = [
|
|
1222
1201
|
"anyhow",
|
|
1223
1202
|
"prettyplease",
|
|
@@ -1228,20 +1207,29 @@ dependencies = [
|
|
|
1228
1207
|
"serde_json",
|
|
1229
1208
|
"strum",
|
|
1230
1209
|
"strum_macros",
|
|
1231
|
-
"syn 2.0.
|
|
1210
|
+
"syn 2.0.106",
|
|
1232
1211
|
"thiserror",
|
|
1233
1212
|
"typed-builder",
|
|
1234
1213
|
]
|
|
1235
1214
|
|
|
1215
|
+
[[package]]
|
|
1216
|
+
name = "serde_core"
|
|
1217
|
+
version = "1.0.228"
|
|
1218
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1219
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
1220
|
+
dependencies = [
|
|
1221
|
+
"serde_derive",
|
|
1222
|
+
]
|
|
1223
|
+
|
|
1236
1224
|
[[package]]
|
|
1237
1225
|
name = "serde_derive"
|
|
1238
|
-
version = "1.0.
|
|
1226
|
+
version = "1.0.228"
|
|
1239
1227
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1240
|
-
checksum = "
|
|
1228
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
1241
1229
|
dependencies = [
|
|
1242
1230
|
"proc-macro2",
|
|
1243
1231
|
"quote",
|
|
1244
|
-
"syn 2.0.
|
|
1232
|
+
"syn 2.0.106",
|
|
1245
1233
|
]
|
|
1246
1234
|
|
|
1247
1235
|
[[package]]
|
|
@@ -1252,20 +1240,21 @@ checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
|
|
|
1252
1240
|
dependencies = [
|
|
1253
1241
|
"proc-macro2",
|
|
1254
1242
|
"quote",
|
|
1255
|
-
"syn 2.0.
|
|
1243
|
+
"syn 2.0.106",
|
|
1256
1244
|
]
|
|
1257
1245
|
|
|
1258
1246
|
[[package]]
|
|
1259
1247
|
name = "serde_json"
|
|
1260
|
-
version = "1.0.
|
|
1248
|
+
version = "1.0.145"
|
|
1261
1249
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1262
|
-
checksum = "
|
|
1250
|
+
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
|
1263
1251
|
dependencies = [
|
|
1264
1252
|
"indexmap",
|
|
1265
1253
|
"itoa",
|
|
1266
1254
|
"memchr",
|
|
1267
1255
|
"ryu",
|
|
1268
1256
|
"serde",
|
|
1257
|
+
"serde_core",
|
|
1269
1258
|
]
|
|
1270
1259
|
|
|
1271
1260
|
[[package]]
|
|
@@ -1280,18 +1269,18 @@ dependencies = [
|
|
|
1280
1269
|
|
|
1281
1270
|
[[package]]
|
|
1282
1271
|
name = "serde_spanned"
|
|
1283
|
-
version = "1.0.
|
|
1272
|
+
version = "1.0.2"
|
|
1284
1273
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1285
|
-
checksum = "
|
|
1274
|
+
checksum = "5417783452c2be558477e104686f7de5dae53dba813c28435e0e70f82d9b04ee"
|
|
1286
1275
|
dependencies = [
|
|
1287
|
-
"
|
|
1276
|
+
"serde_core",
|
|
1288
1277
|
]
|
|
1289
1278
|
|
|
1290
1279
|
[[package]]
|
|
1291
1280
|
name = "shlex"
|
|
1292
|
-
version = "1.
|
|
1281
|
+
version = "1.3.0"
|
|
1293
1282
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1294
|
-
checksum = "
|
|
1283
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
1295
1284
|
|
|
1296
1285
|
[[package]]
|
|
1297
1286
|
name = "simdutf8"
|
|
@@ -1301,9 +1290,9 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
|
|
1301
1290
|
|
|
1302
1291
|
[[package]]
|
|
1303
1292
|
name = "similar"
|
|
1304
|
-
version = "2.
|
|
1293
|
+
version = "2.7.0"
|
|
1305
1294
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1306
|
-
checksum = "
|
|
1295
|
+
checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
|
|
1307
1296
|
|
|
1308
1297
|
[[package]]
|
|
1309
1298
|
name = "siphasher"
|
|
@@ -1356,21 +1345,20 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
1356
1345
|
|
|
1357
1346
|
[[package]]
|
|
1358
1347
|
name = "strum"
|
|
1359
|
-
version = "0.
|
|
1348
|
+
version = "0.27.2"
|
|
1360
1349
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1361
|
-
checksum = "
|
|
1350
|
+
checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
|
|
1362
1351
|
|
|
1363
1352
|
[[package]]
|
|
1364
1353
|
name = "strum_macros"
|
|
1365
|
-
version = "0.
|
|
1354
|
+
version = "0.27.2"
|
|
1366
1355
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1367
|
-
checksum = "
|
|
1356
|
+
checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
|
|
1368
1357
|
dependencies = [
|
|
1369
1358
|
"heck",
|
|
1370
1359
|
"proc-macro2",
|
|
1371
1360
|
"quote",
|
|
1372
|
-
"
|
|
1373
|
-
"syn 2.0.90",
|
|
1361
|
+
"syn 2.0.106",
|
|
1374
1362
|
]
|
|
1375
1363
|
|
|
1376
1364
|
[[package]]
|
|
@@ -1392,9 +1380,9 @@ dependencies = [
|
|
|
1392
1380
|
|
|
1393
1381
|
[[package]]
|
|
1394
1382
|
name = "syn"
|
|
1395
|
-
version = "2.0.
|
|
1383
|
+
version = "2.0.106"
|
|
1396
1384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1397
|
-
checksum = "
|
|
1385
|
+
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
|
|
1398
1386
|
dependencies = [
|
|
1399
1387
|
"proc-macro2",
|
|
1400
1388
|
"quote",
|
|
@@ -1403,15 +1391,15 @@ dependencies = [
|
|
|
1403
1391
|
|
|
1404
1392
|
[[package]]
|
|
1405
1393
|
name = "tempfile"
|
|
1406
|
-
version = "3.
|
|
1394
|
+
version = "3.23.0"
|
|
1407
1395
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1408
|
-
checksum = "
|
|
1396
|
+
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
|
|
1409
1397
|
dependencies = [
|
|
1410
|
-
"cfg-if",
|
|
1411
1398
|
"fastrand",
|
|
1412
|
-
"
|
|
1413
|
-
"
|
|
1414
|
-
"
|
|
1399
|
+
"getrandom",
|
|
1400
|
+
"once_cell",
|
|
1401
|
+
"rustix",
|
|
1402
|
+
"windows-sys 0.61.1",
|
|
1415
1403
|
]
|
|
1416
1404
|
|
|
1417
1405
|
[[package]]
|
|
@@ -1420,34 +1408,34 @@ version = "0.4.3"
|
|
|
1420
1408
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1421
1409
|
checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
|
|
1422
1410
|
dependencies = [
|
|
1423
|
-
"rustix
|
|
1411
|
+
"rustix",
|
|
1424
1412
|
"windows-sys 0.60.2",
|
|
1425
1413
|
]
|
|
1426
1414
|
|
|
1427
1415
|
[[package]]
|
|
1428
1416
|
name = "termtree"
|
|
1429
|
-
version = "0.
|
|
1417
|
+
version = "0.5.1"
|
|
1430
1418
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1431
|
-
checksum = "
|
|
1419
|
+
checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683"
|
|
1432
1420
|
|
|
1433
1421
|
[[package]]
|
|
1434
1422
|
name = "thiserror"
|
|
1435
|
-
version = "2.0.
|
|
1423
|
+
version = "2.0.17"
|
|
1436
1424
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1437
|
-
checksum = "
|
|
1425
|
+
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
|
1438
1426
|
dependencies = [
|
|
1439
1427
|
"thiserror-impl",
|
|
1440
1428
|
]
|
|
1441
1429
|
|
|
1442
1430
|
[[package]]
|
|
1443
1431
|
name = "thiserror-impl"
|
|
1444
|
-
version = "2.0.
|
|
1432
|
+
version = "2.0.17"
|
|
1445
1433
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1446
|
-
checksum = "
|
|
1434
|
+
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
|
1447
1435
|
dependencies = [
|
|
1448
1436
|
"proc-macro2",
|
|
1449
1437
|
"quote",
|
|
1450
|
-
"syn 2.0.
|
|
1438
|
+
"syn 2.0.106",
|
|
1451
1439
|
]
|
|
1452
1440
|
|
|
1453
1441
|
[[package]]
|
|
@@ -1459,14 +1447,45 @@ dependencies = [
|
|
|
1459
1447
|
"cfg-if",
|
|
1460
1448
|
]
|
|
1461
1449
|
|
|
1450
|
+
[[package]]
|
|
1451
|
+
name = "time"
|
|
1452
|
+
version = "0.3.41"
|
|
1453
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1454
|
+
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
|
1455
|
+
dependencies = [
|
|
1456
|
+
"deranged",
|
|
1457
|
+
"itoa",
|
|
1458
|
+
"num-conv",
|
|
1459
|
+
"powerfmt",
|
|
1460
|
+
"serde",
|
|
1461
|
+
"time-core",
|
|
1462
|
+
"time-macros",
|
|
1463
|
+
]
|
|
1464
|
+
|
|
1465
|
+
[[package]]
|
|
1466
|
+
name = "time-core"
|
|
1467
|
+
version = "0.1.4"
|
|
1468
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1469
|
+
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
|
|
1470
|
+
|
|
1471
|
+
[[package]]
|
|
1472
|
+
name = "time-macros"
|
|
1473
|
+
version = "0.2.22"
|
|
1474
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1475
|
+
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
|
|
1476
|
+
dependencies = [
|
|
1477
|
+
"num-conv",
|
|
1478
|
+
"time-core",
|
|
1479
|
+
]
|
|
1480
|
+
|
|
1462
1481
|
[[package]]
|
|
1463
1482
|
name = "toml"
|
|
1464
|
-
version = "0.9.
|
|
1483
|
+
version = "0.9.7"
|
|
1465
1484
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1466
|
-
checksum = "
|
|
1485
|
+
checksum = "00e5e5d9bf2475ac9d4f0d9edab68cc573dc2fd644b0dba36b0c30a92dd9eaa0"
|
|
1467
1486
|
dependencies = [
|
|
1468
1487
|
"indexmap",
|
|
1469
|
-
"
|
|
1488
|
+
"serde_core",
|
|
1470
1489
|
"serde_spanned",
|
|
1471
1490
|
"toml_datetime",
|
|
1472
1491
|
"toml_parser",
|
|
@@ -1476,21 +1495,21 @@ dependencies = [
|
|
|
1476
1495
|
|
|
1477
1496
|
[[package]]
|
|
1478
1497
|
name = "toml_datetime"
|
|
1479
|
-
version = "0.7.
|
|
1498
|
+
version = "0.7.2"
|
|
1480
1499
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1481
|
-
checksum = "
|
|
1500
|
+
checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1"
|
|
1482
1501
|
dependencies = [
|
|
1483
|
-
"
|
|
1502
|
+
"serde_core",
|
|
1484
1503
|
]
|
|
1485
1504
|
|
|
1486
1505
|
[[package]]
|
|
1487
1506
|
name = "toml_edit"
|
|
1488
|
-
version = "0.23.
|
|
1507
|
+
version = "0.23.6"
|
|
1489
1508
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1490
|
-
checksum = "
|
|
1509
|
+
checksum = "f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b"
|
|
1491
1510
|
dependencies = [
|
|
1492
1511
|
"indexmap",
|
|
1493
|
-
"
|
|
1512
|
+
"serde_core",
|
|
1494
1513
|
"serde_spanned",
|
|
1495
1514
|
"toml_datetime",
|
|
1496
1515
|
"toml_parser",
|
|
@@ -1500,18 +1519,18 @@ dependencies = [
|
|
|
1500
1519
|
|
|
1501
1520
|
[[package]]
|
|
1502
1521
|
name = "toml_parser"
|
|
1503
|
-
version = "1.0.
|
|
1522
|
+
version = "1.0.3"
|
|
1504
1523
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1505
|
-
checksum = "
|
|
1524
|
+
checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627"
|
|
1506
1525
|
dependencies = [
|
|
1507
1526
|
"winnow",
|
|
1508
1527
|
]
|
|
1509
1528
|
|
|
1510
1529
|
[[package]]
|
|
1511
1530
|
name = "toml_writer"
|
|
1512
|
-
version = "1.0.
|
|
1531
|
+
version = "1.0.3"
|
|
1513
1532
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1514
|
-
checksum = "
|
|
1533
|
+
checksum = "d163a63c116ce562a22cda521fcc4d79152e7aba014456fb5eb442f6d6a10109"
|
|
1515
1534
|
|
|
1516
1535
|
[[package]]
|
|
1517
1536
|
name = "trycmd"
|
|
@@ -1539,30 +1558,30 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
|
|
1539
1558
|
|
|
1540
1559
|
[[package]]
|
|
1541
1560
|
name = "typed-builder"
|
|
1542
|
-
version = "0.
|
|
1561
|
+
version = "0.21.2"
|
|
1543
1562
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1544
|
-
checksum = "
|
|
1563
|
+
checksum = "fef81aec2ca29576f9f6ae8755108640d0a86dd3161b2e8bca6cfa554e98f77d"
|
|
1545
1564
|
dependencies = [
|
|
1546
1565
|
"typed-builder-macro",
|
|
1547
1566
|
]
|
|
1548
1567
|
|
|
1549
1568
|
[[package]]
|
|
1550
1569
|
name = "typed-builder-macro"
|
|
1551
|
-
version = "0.
|
|
1570
|
+
version = "0.21.2"
|
|
1552
1571
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1553
|
-
checksum = "
|
|
1572
|
+
checksum = "1ecb9ecf7799210407c14a8cfdfe0173365780968dc57973ed082211958e0b18"
|
|
1554
1573
|
dependencies = [
|
|
1555
1574
|
"proc-macro2",
|
|
1556
1575
|
"quote",
|
|
1557
|
-
"syn 2.0.
|
|
1576
|
+
"syn 2.0.106",
|
|
1558
1577
|
]
|
|
1559
1578
|
|
|
1560
1579
|
[[package]]
|
|
1561
1580
|
name = "typos"
|
|
1562
|
-
version = "0.10.
|
|
1581
|
+
version = "0.10.37"
|
|
1563
1582
|
dependencies = [
|
|
1564
1583
|
"bstr",
|
|
1565
|
-
"itertools
|
|
1584
|
+
"itertools",
|
|
1566
1585
|
"serde",
|
|
1567
1586
|
"simdutf8",
|
|
1568
1587
|
"snapbox",
|
|
@@ -1572,7 +1591,7 @@ dependencies = [
|
|
|
1572
1591
|
|
|
1573
1592
|
[[package]]
|
|
1574
1593
|
name = "typos-cli"
|
|
1575
|
-
version = "1.37.
|
|
1594
|
+
version = "1.37.3"
|
|
1576
1595
|
dependencies = [
|
|
1577
1596
|
"ahash",
|
|
1578
1597
|
"annotate-snippets",
|
|
@@ -1594,7 +1613,7 @@ dependencies = [
|
|
|
1594
1613
|
"globset",
|
|
1595
1614
|
"human-panic",
|
|
1596
1615
|
"ignore",
|
|
1597
|
-
"itertools
|
|
1616
|
+
"itertools",
|
|
1598
1617
|
"kstring",
|
|
1599
1618
|
"log",
|
|
1600
1619
|
"maplit",
|
|
@@ -1621,7 +1640,7 @@ dependencies = [
|
|
|
1621
1640
|
|
|
1622
1641
|
[[package]]
|
|
1623
1642
|
name = "typos-dict"
|
|
1624
|
-
version = "0.13.
|
|
1643
|
+
version = "0.13.8"
|
|
1625
1644
|
dependencies = [
|
|
1626
1645
|
"codegenrs",
|
|
1627
1646
|
"csv",
|
|
@@ -1630,7 +1649,7 @@ dependencies = [
|
|
|
1630
1649
|
"edit-distance",
|
|
1631
1650
|
"heck",
|
|
1632
1651
|
"indexmap",
|
|
1633
|
-
"itertools
|
|
1652
|
+
"itertools",
|
|
1634
1653
|
"phf",
|
|
1635
1654
|
"snapbox",
|
|
1636
1655
|
"unicase",
|
|
@@ -1639,11 +1658,11 @@ dependencies = [
|
|
|
1639
1658
|
|
|
1640
1659
|
[[package]]
|
|
1641
1660
|
name = "typos-vars"
|
|
1642
|
-
version = "0.10.
|
|
1661
|
+
version = "0.10.2"
|
|
1643
1662
|
dependencies = [
|
|
1644
1663
|
"codegenrs",
|
|
1645
1664
|
"dictgen",
|
|
1646
|
-
"itertools
|
|
1665
|
+
"itertools",
|
|
1647
1666
|
"snapbox",
|
|
1648
1667
|
"typos",
|
|
1649
1668
|
"varcon",
|
|
@@ -1658,9 +1677,9 @@ checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
|
|
|
1658
1677
|
|
|
1659
1678
|
[[package]]
|
|
1660
1679
|
name = "unicode-ident"
|
|
1661
|
-
version = "1.0.
|
|
1680
|
+
version = "1.0.19"
|
|
1662
1681
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1663
|
-
checksum = "
|
|
1682
|
+
checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
|
|
1664
1683
|
|
|
1665
1684
|
[[package]]
|
|
1666
1685
|
name = "unicode-width"
|
|
@@ -1686,22 +1705,22 @@ dependencies = [
|
|
|
1686
1705
|
|
|
1687
1706
|
[[package]]
|
|
1688
1707
|
name = "utf8parse"
|
|
1689
|
-
version = "0.2.
|
|
1708
|
+
version = "0.2.2"
|
|
1690
1709
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1691
|
-
checksum = "
|
|
1710
|
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
1692
1711
|
|
|
1693
1712
|
[[package]]
|
|
1694
1713
|
name = "uuid"
|
|
1695
|
-
version = "1.
|
|
1714
|
+
version = "1.18.1"
|
|
1696
1715
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1697
|
-
checksum = "
|
|
1716
|
+
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
|
|
1698
1717
|
dependencies = [
|
|
1699
|
-
"getrandom
|
|
1718
|
+
"getrandom",
|
|
1700
1719
|
]
|
|
1701
1720
|
|
|
1702
1721
|
[[package]]
|
|
1703
1722
|
name = "varcon"
|
|
1704
|
-
version = "1.0.
|
|
1723
|
+
version = "1.0.3"
|
|
1705
1724
|
dependencies = [
|
|
1706
1725
|
"codegenrs",
|
|
1707
1726
|
"snapbox",
|
|
@@ -1710,7 +1729,7 @@ dependencies = [
|
|
|
1710
1729
|
|
|
1711
1730
|
[[package]]
|
|
1712
1731
|
name = "varcon-core"
|
|
1713
|
-
version = "5.0.
|
|
1732
|
+
version = "5.0.5"
|
|
1714
1733
|
dependencies = [
|
|
1715
1734
|
"enumflags2",
|
|
1716
1735
|
"snapbox",
|
|
@@ -1719,24 +1738,24 @@ dependencies = [
|
|
|
1719
1738
|
|
|
1720
1739
|
[[package]]
|
|
1721
1740
|
name = "version_check"
|
|
1722
|
-
version = "0.9.
|
|
1741
|
+
version = "0.9.5"
|
|
1723
1742
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1724
|
-
checksum = "
|
|
1743
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
1725
1744
|
|
|
1726
1745
|
[[package]]
|
|
1727
1746
|
name = "wait-timeout"
|
|
1728
|
-
version = "0.2.
|
|
1747
|
+
version = "0.2.1"
|
|
1729
1748
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1730
|
-
checksum = "
|
|
1749
|
+
checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
|
|
1731
1750
|
dependencies = [
|
|
1732
1751
|
"libc",
|
|
1733
1752
|
]
|
|
1734
1753
|
|
|
1735
1754
|
[[package]]
|
|
1736
1755
|
name = "walkdir"
|
|
1737
|
-
version = "2.
|
|
1756
|
+
version = "2.5.0"
|
|
1738
1757
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1739
|
-
checksum = "
|
|
1758
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
1740
1759
|
dependencies = [
|
|
1741
1760
|
"same-file",
|
|
1742
1761
|
"winapi-util",
|
|
@@ -1744,17 +1763,11 @@ dependencies = [
|
|
|
1744
1763
|
|
|
1745
1764
|
[[package]]
|
|
1746
1765
|
name = "wasi"
|
|
1747
|
-
version = "0.
|
|
1766
|
+
version = "0.14.4+wasi-0.2.4"
|
|
1748
1767
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1749
|
-
checksum = "
|
|
1750
|
-
|
|
1751
|
-
[[package]]
|
|
1752
|
-
name = "wasi"
|
|
1753
|
-
version = "0.14.2+wasi-0.2.4"
|
|
1754
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1755
|
-
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
|
1768
|
+
checksum = "88a5f4a424faf49c3c2c344f166f0662341d470ea185e939657aaff130f0ec4a"
|
|
1756
1769
|
dependencies = [
|
|
1757
|
-
"wit-bindgen
|
|
1770
|
+
"wit-bindgen",
|
|
1758
1771
|
]
|
|
1759
1772
|
|
|
1760
1773
|
[[package]]
|
|
@@ -1766,50 +1779,28 @@ dependencies = [
|
|
|
1766
1779
|
"snapbox",
|
|
1767
1780
|
]
|
|
1768
1781
|
|
|
1769
|
-
[[package]]
|
|
1770
|
-
name = "winapi"
|
|
1771
|
-
version = "0.3.9"
|
|
1772
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1773
|
-
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
1774
|
-
dependencies = [
|
|
1775
|
-
"winapi-i686-pc-windows-gnu",
|
|
1776
|
-
"winapi-x86_64-pc-windows-gnu",
|
|
1777
|
-
]
|
|
1778
|
-
|
|
1779
|
-
[[package]]
|
|
1780
|
-
name = "winapi-i686-pc-windows-gnu"
|
|
1781
|
-
version = "0.4.0"
|
|
1782
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1783
|
-
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
1784
|
-
|
|
1785
1782
|
[[package]]
|
|
1786
1783
|
name = "winapi-util"
|
|
1787
|
-
version = "0.1.
|
|
1784
|
+
version = "0.1.11"
|
|
1788
1785
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1789
|
-
checksum = "
|
|
1786
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
1790
1787
|
dependencies = [
|
|
1791
|
-
"
|
|
1788
|
+
"windows-sys 0.61.1",
|
|
1792
1789
|
]
|
|
1793
1790
|
|
|
1794
|
-
[[package]]
|
|
1795
|
-
name = "winapi-x86_64-pc-windows-gnu"
|
|
1796
|
-
version = "0.4.0"
|
|
1797
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1798
|
-
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
1799
|
-
|
|
1800
1791
|
[[package]]
|
|
1801
1792
|
name = "windows-link"
|
|
1802
|
-
version = "0.
|
|
1793
|
+
version = "0.2.0"
|
|
1803
1794
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1804
|
-
checksum = "
|
|
1795
|
+
checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
|
|
1805
1796
|
|
|
1806
1797
|
[[package]]
|
|
1807
1798
|
name = "windows-sys"
|
|
1808
|
-
version = "0.
|
|
1799
|
+
version = "0.52.0"
|
|
1809
1800
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1810
|
-
checksum = "
|
|
1801
|
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
1811
1802
|
dependencies = [
|
|
1812
|
-
"windows-targets 0.
|
|
1803
|
+
"windows-targets 0.52.6",
|
|
1813
1804
|
]
|
|
1814
1805
|
|
|
1815
1806
|
[[package]]
|
|
@@ -1827,22 +1818,16 @@ version = "0.60.2"
|
|
|
1827
1818
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1828
1819
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
1829
1820
|
dependencies = [
|
|
1830
|
-
"windows-targets 0.53.
|
|
1821
|
+
"windows-targets 0.53.4",
|
|
1831
1822
|
]
|
|
1832
1823
|
|
|
1833
1824
|
[[package]]
|
|
1834
|
-
name = "windows-
|
|
1835
|
-
version = "0.
|
|
1825
|
+
name = "windows-sys"
|
|
1826
|
+
version = "0.61.1"
|
|
1836
1827
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1837
|
-
checksum = "
|
|
1828
|
+
checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f"
|
|
1838
1829
|
dependencies = [
|
|
1839
|
-
"
|
|
1840
|
-
"windows_aarch64_msvc 0.48.5",
|
|
1841
|
-
"windows_i686_gnu 0.48.5",
|
|
1842
|
-
"windows_i686_msvc 0.48.5",
|
|
1843
|
-
"windows_x86_64_gnu 0.48.5",
|
|
1844
|
-
"windows_x86_64_gnullvm 0.48.5",
|
|
1845
|
-
"windows_x86_64_msvc 0.48.5",
|
|
1830
|
+
"windows-link",
|
|
1846
1831
|
]
|
|
1847
1832
|
|
|
1848
1833
|
[[package]]
|
|
@@ -1863,9 +1848,9 @@ dependencies = [
|
|
|
1863
1848
|
|
|
1864
1849
|
[[package]]
|
|
1865
1850
|
name = "windows-targets"
|
|
1866
|
-
version = "0.53.
|
|
1851
|
+
version = "0.53.4"
|
|
1867
1852
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1868
|
-
checksum = "
|
|
1853
|
+
checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b"
|
|
1869
1854
|
dependencies = [
|
|
1870
1855
|
"windows-link",
|
|
1871
1856
|
"windows_aarch64_gnullvm 0.53.0",
|
|
@@ -1878,12 +1863,6 @@ dependencies = [
|
|
|
1878
1863
|
"windows_x86_64_msvc 0.53.0",
|
|
1879
1864
|
]
|
|
1880
1865
|
|
|
1881
|
-
[[package]]
|
|
1882
|
-
name = "windows_aarch64_gnullvm"
|
|
1883
|
-
version = "0.48.5"
|
|
1884
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1885
|
-
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
1886
|
-
|
|
1887
1866
|
[[package]]
|
|
1888
1867
|
name = "windows_aarch64_gnullvm"
|
|
1889
1868
|
version = "0.52.6"
|
|
@@ -1896,12 +1875,6 @@ version = "0.53.0"
|
|
|
1896
1875
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1897
1876
|
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
|
1898
1877
|
|
|
1899
|
-
[[package]]
|
|
1900
|
-
name = "windows_aarch64_msvc"
|
|
1901
|
-
version = "0.48.5"
|
|
1902
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1903
|
-
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
1904
|
-
|
|
1905
1878
|
[[package]]
|
|
1906
1879
|
name = "windows_aarch64_msvc"
|
|
1907
1880
|
version = "0.52.6"
|
|
@@ -1914,12 +1887,6 @@ version = "0.53.0"
|
|
|
1914
1887
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1915
1888
|
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
|
1916
1889
|
|
|
1917
|
-
[[package]]
|
|
1918
|
-
name = "windows_i686_gnu"
|
|
1919
|
-
version = "0.48.5"
|
|
1920
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1921
|
-
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
1922
|
-
|
|
1923
1890
|
[[package]]
|
|
1924
1891
|
name = "windows_i686_gnu"
|
|
1925
1892
|
version = "0.52.6"
|
|
@@ -1944,12 +1911,6 @@ version = "0.53.0"
|
|
|
1944
1911
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1945
1912
|
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
|
1946
1913
|
|
|
1947
|
-
[[package]]
|
|
1948
|
-
name = "windows_i686_msvc"
|
|
1949
|
-
version = "0.48.5"
|
|
1950
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1951
|
-
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
1952
|
-
|
|
1953
1914
|
[[package]]
|
|
1954
1915
|
name = "windows_i686_msvc"
|
|
1955
1916
|
version = "0.52.6"
|
|
@@ -1962,12 +1923,6 @@ version = "0.53.0"
|
|
|
1962
1923
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1963
1924
|
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
|
1964
1925
|
|
|
1965
|
-
[[package]]
|
|
1966
|
-
name = "windows_x86_64_gnu"
|
|
1967
|
-
version = "0.48.5"
|
|
1968
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1969
|
-
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
1970
|
-
|
|
1971
1926
|
[[package]]
|
|
1972
1927
|
name = "windows_x86_64_gnu"
|
|
1973
1928
|
version = "0.52.6"
|
|
@@ -1980,12 +1935,6 @@ version = "0.53.0"
|
|
|
1980
1935
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1981
1936
|
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
|
1982
1937
|
|
|
1983
|
-
[[package]]
|
|
1984
|
-
name = "windows_x86_64_gnullvm"
|
|
1985
|
-
version = "0.48.5"
|
|
1986
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1987
|
-
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
1988
|
-
|
|
1989
1938
|
[[package]]
|
|
1990
1939
|
name = "windows_x86_64_gnullvm"
|
|
1991
1940
|
version = "0.52.6"
|
|
@@ -1998,12 +1947,6 @@ version = "0.53.0"
|
|
|
1998
1947
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1999
1948
|
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
|
2000
1949
|
|
|
2001
|
-
[[package]]
|
|
2002
|
-
name = "windows_x86_64_msvc"
|
|
2003
|
-
version = "0.48.5"
|
|
2004
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2005
|
-
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
2006
|
-
|
|
2007
1950
|
[[package]]
|
|
2008
1951
|
name = "windows_x86_64_msvc"
|
|
2009
1952
|
version = "0.52.6"
|
|
@@ -2018,38 +1961,35 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
|
|
2018
1961
|
|
|
2019
1962
|
[[package]]
|
|
2020
1963
|
name = "winnow"
|
|
2021
|
-
version = "0.7.
|
|
1964
|
+
version = "0.7.13"
|
|
2022
1965
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2023
|
-
checksum = "
|
|
1966
|
+
checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
|
|
2024
1967
|
dependencies = [
|
|
2025
1968
|
"memchr",
|
|
2026
1969
|
]
|
|
2027
1970
|
|
|
2028
1971
|
[[package]]
|
|
2029
|
-
name = "wit-bindgen
|
|
2030
|
-
version = "0.
|
|
1972
|
+
name = "wit-bindgen"
|
|
1973
|
+
version = "0.45.1"
|
|
2031
1974
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2032
|
-
checksum = "
|
|
2033
|
-
dependencies = [
|
|
2034
|
-
"bitflags 2.4.1",
|
|
2035
|
-
]
|
|
1975
|
+
checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36"
|
|
2036
1976
|
|
|
2037
1977
|
[[package]]
|
|
2038
1978
|
name = "zerocopy"
|
|
2039
|
-
version = "0.8.
|
|
1979
|
+
version = "0.8.27"
|
|
2040
1980
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2041
|
-
checksum = "
|
|
1981
|
+
checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
|
|
2042
1982
|
dependencies = [
|
|
2043
1983
|
"zerocopy-derive",
|
|
2044
1984
|
]
|
|
2045
1985
|
|
|
2046
1986
|
[[package]]
|
|
2047
1987
|
name = "zerocopy-derive"
|
|
2048
|
-
version = "0.8.
|
|
1988
|
+
version = "0.8.27"
|
|
2049
1989
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2050
|
-
checksum = "
|
|
1990
|
+
checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
|
|
2051
1991
|
dependencies = [
|
|
2052
1992
|
"proc-macro2",
|
|
2053
1993
|
"quote",
|
|
2054
|
-
"syn 2.0.
|
|
1994
|
+
"syn 2.0.106",
|
|
2055
1995
|
]
|