ast-grep-cli 0.20.2__tar.gz → 0.20.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.
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/Cargo.lock +200 -199
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/Cargo.toml +6 -6
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/PKG-INFO +1 -1
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/Cargo.toml +4 -4
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/match_tree.rs +2 -2
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/meta_var.rs +5 -5
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/Cargo.toml +2 -2
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/lsp/Cargo.toml +15 -4
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/lsp/src/lib.rs +214 -104
- ast_grep_cli-0.20.3/crates/lsp/tests/basic.rs +255 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/pyproject.toml +1 -1
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/LICENSE +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/README.md +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/bin/ast-grep.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/completions.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/config.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/error.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/lang/custom_lang.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/lang/lang_globs.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/lang.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/lib.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/lsp.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/main.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/new.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/print/cloud_print.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/print/colored_print/test.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/print/colored_print.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/print/interactive_print.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/print/json_print.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/print/mod.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/run.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/scan.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/utils.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/verify/case_result.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/verify/find_file.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/verify/mod.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/verify/reporter.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/verify/snapshot.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/src/verify/test_case.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/tests/common/mod.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/tests/run_test.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/tests/scan_test.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/cli/tests/verify_test.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/config/Cargo.toml +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/config/src/combined.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/config/src/fixer.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/config/src/lib.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/config/src/maybe.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/config/src/rule/deserialize_env.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/config/src/rule/mod.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/config/src/rule/referent_rule.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/config/src/rule/relational_rule.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/config/src/rule/stop_by.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/config/src/rule_collection.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/config/src/rule_config.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/config/src/rule_core.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/config/src/transform/mod.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/config/src/transform/rewrite.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/config/src/transform/string_case.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/Cargo.toml +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/language.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/lib.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/matcher/kind.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/matcher/node_match.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/matcher/pattern.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/matcher/text.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/matcher.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/node.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/ops.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/pinned.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/replacer/indent.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/replacer/structural.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/replacer/template.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/replacer.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/source.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/core/src/traversal.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/dynamic/Cargo.toml +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/dynamic/src/lib.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/bash.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/cpp.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/csharp.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/css.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/elixir.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/go.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/html.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/json.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/kotlin.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/lib.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/lua.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/parsers.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/php.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/python.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/ruby.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/rust.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/scala.rs +0 -0
- {ast_grep_cli-0.20.2 → ast_grep_cli-0.20.3}/crates/language/src/swift.rs +0 -0
|
@@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
19
19
|
|
|
20
20
|
[[package]]
|
|
21
21
|
name = "aho-corasick"
|
|
22
|
-
version = "1.1.
|
|
22
|
+
version = "1.1.3"
|
|
23
23
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
-
checksum = "
|
|
24
|
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
25
25
|
dependencies = [
|
|
26
26
|
"memchr",
|
|
27
27
|
]
|
|
@@ -43,9 +43,9 @@ dependencies = [
|
|
|
43
43
|
|
|
44
44
|
[[package]]
|
|
45
45
|
name = "anstream"
|
|
46
|
-
version = "0.6.
|
|
46
|
+
version = "0.6.13"
|
|
47
47
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
48
|
-
checksum = "
|
|
48
|
+
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
|
|
49
49
|
dependencies = [
|
|
50
50
|
"anstyle",
|
|
51
51
|
"anstyle-parse",
|
|
@@ -112,7 +112,7 @@ dependencies = [
|
|
|
112
112
|
|
|
113
113
|
[[package]]
|
|
114
114
|
name = "ast-grep"
|
|
115
|
-
version = "0.20.
|
|
115
|
+
version = "0.20.3"
|
|
116
116
|
dependencies = [
|
|
117
117
|
"ansi_term",
|
|
118
118
|
"anyhow",
|
|
@@ -143,7 +143,7 @@ dependencies = [
|
|
|
143
143
|
|
|
144
144
|
[[package]]
|
|
145
145
|
name = "ast-grep-config"
|
|
146
|
-
version = "0.20.
|
|
146
|
+
version = "0.20.3"
|
|
147
147
|
dependencies = [
|
|
148
148
|
"anyhow",
|
|
149
149
|
"ast-grep-core",
|
|
@@ -159,7 +159,7 @@ dependencies = [
|
|
|
159
159
|
|
|
160
160
|
[[package]]
|
|
161
161
|
name = "ast-grep-core"
|
|
162
|
-
version = "0.20.
|
|
162
|
+
version = "0.20.3"
|
|
163
163
|
dependencies = [
|
|
164
164
|
"bit-set",
|
|
165
165
|
"regex",
|
|
@@ -170,7 +170,7 @@ dependencies = [
|
|
|
170
170
|
|
|
171
171
|
[[package]]
|
|
172
172
|
name = "ast-grep-dynamic"
|
|
173
|
-
version = "0.20.
|
|
173
|
+
version = "0.20.3"
|
|
174
174
|
dependencies = [
|
|
175
175
|
"ast-grep-core",
|
|
176
176
|
"ignore",
|
|
@@ -182,20 +182,20 @@ dependencies = [
|
|
|
182
182
|
|
|
183
183
|
[[package]]
|
|
184
184
|
name = "ast-grep-language"
|
|
185
|
-
version = "0.20.
|
|
185
|
+
version = "0.20.3"
|
|
186
186
|
dependencies = [
|
|
187
187
|
"ast-grep-core",
|
|
188
|
-
"ast-grep-tree-sitter-c-sharp",
|
|
189
188
|
"ignore",
|
|
190
189
|
"serde",
|
|
191
190
|
"tree-sitter-bash",
|
|
192
191
|
"tree-sitter-c",
|
|
192
|
+
"tree-sitter-c-sharp",
|
|
193
193
|
"tree-sitter-cpp",
|
|
194
194
|
"tree-sitter-css",
|
|
195
195
|
"tree-sitter-dart",
|
|
196
196
|
"tree-sitter-elixir",
|
|
197
197
|
"tree-sitter-go",
|
|
198
|
-
"tree-sitter-html
|
|
198
|
+
"tree-sitter-html",
|
|
199
199
|
"tree-sitter-java",
|
|
200
200
|
"tree-sitter-javascript",
|
|
201
201
|
"tree-sitter-json",
|
|
@@ -212,20 +212,21 @@ dependencies = [
|
|
|
212
212
|
|
|
213
213
|
[[package]]
|
|
214
214
|
name = "ast-grep-lsp"
|
|
215
|
-
version = "0.20.
|
|
215
|
+
version = "0.20.3"
|
|
216
216
|
dependencies = [
|
|
217
217
|
"ast-grep-config",
|
|
218
218
|
"ast-grep-core",
|
|
219
|
+
"ast-grep-language",
|
|
219
220
|
"dashmap",
|
|
220
221
|
"serde",
|
|
222
|
+
"serde_json",
|
|
221
223
|
"tokio",
|
|
222
224
|
"tower-lsp",
|
|
223
|
-
"tree-sitter-typescript",
|
|
224
225
|
]
|
|
225
226
|
|
|
226
227
|
[[package]]
|
|
227
228
|
name = "ast-grep-napi"
|
|
228
|
-
version = "0.20.
|
|
229
|
+
version = "0.20.3"
|
|
229
230
|
dependencies = [
|
|
230
231
|
"ast-grep-config",
|
|
231
232
|
"ast-grep-core",
|
|
@@ -236,14 +237,14 @@ dependencies = [
|
|
|
236
237
|
"serde_json",
|
|
237
238
|
"tree-sitter-css",
|
|
238
239
|
"tree-sitter-facade-sg",
|
|
239
|
-
"tree-sitter-html
|
|
240
|
+
"tree-sitter-html",
|
|
240
241
|
"tree-sitter-javascript",
|
|
241
242
|
"tree-sitter-typescript",
|
|
242
243
|
]
|
|
243
244
|
|
|
244
245
|
[[package]]
|
|
245
246
|
name = "ast-grep-py"
|
|
246
|
-
version = "0.20.
|
|
247
|
+
version = "0.20.3"
|
|
247
248
|
dependencies = [
|
|
248
249
|
"anyhow",
|
|
249
250
|
"ast-grep-config",
|
|
@@ -253,25 +254,15 @@ dependencies = [
|
|
|
253
254
|
"pythonize",
|
|
254
255
|
]
|
|
255
256
|
|
|
256
|
-
[[package]]
|
|
257
|
-
name = "ast-grep-tree-sitter-c-sharp"
|
|
258
|
-
version = "0.20.0"
|
|
259
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
260
|
-
checksum = "69bb67af006de48085e828eb70bdf65adfd148d6cee34aad192ffaec0bc04538"
|
|
261
|
-
dependencies = [
|
|
262
|
-
"cc",
|
|
263
|
-
"tree-sitter",
|
|
264
|
-
]
|
|
265
|
-
|
|
266
257
|
[[package]]
|
|
267
258
|
name = "async-trait"
|
|
268
|
-
version = "0.1.
|
|
259
|
+
version = "0.1.79"
|
|
269
260
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
270
|
-
checksum = "
|
|
261
|
+
checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681"
|
|
271
262
|
dependencies = [
|
|
272
263
|
"proc-macro2",
|
|
273
264
|
"quote",
|
|
274
|
-
"syn 2.0.
|
|
265
|
+
"syn 2.0.57",
|
|
275
266
|
]
|
|
276
267
|
|
|
277
268
|
[[package]]
|
|
@@ -287,26 +278,26 @@ dependencies = [
|
|
|
287
278
|
|
|
288
279
|
[[package]]
|
|
289
280
|
name = "auto_impl"
|
|
290
|
-
version = "1.
|
|
281
|
+
version = "1.2.0"
|
|
291
282
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
292
|
-
checksum = "
|
|
283
|
+
checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42"
|
|
293
284
|
dependencies = [
|
|
294
285
|
"proc-macro2",
|
|
295
286
|
"quote",
|
|
296
|
-
"syn 2.0.
|
|
287
|
+
"syn 2.0.57",
|
|
297
288
|
]
|
|
298
289
|
|
|
299
290
|
[[package]]
|
|
300
291
|
name = "autocfg"
|
|
301
|
-
version = "1.
|
|
292
|
+
version = "1.2.0"
|
|
302
293
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
303
|
-
checksum = "
|
|
294
|
+
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
|
|
304
295
|
|
|
305
296
|
[[package]]
|
|
306
297
|
name = "backtrace"
|
|
307
|
-
version = "0.3.
|
|
298
|
+
version = "0.3.71"
|
|
308
299
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
309
|
-
checksum = "
|
|
300
|
+
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
|
|
310
301
|
dependencies = [
|
|
311
302
|
"addr2line",
|
|
312
303
|
"cc",
|
|
@@ -319,7 +310,7 @@ dependencies = [
|
|
|
319
310
|
|
|
320
311
|
[[package]]
|
|
321
312
|
name = "benches"
|
|
322
|
-
version = "0.20.
|
|
313
|
+
version = "0.20.3"
|
|
323
314
|
dependencies = [
|
|
324
315
|
"ast-grep-config",
|
|
325
316
|
"ast-grep-core",
|
|
@@ -350,15 +341,15 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
350
341
|
|
|
351
342
|
[[package]]
|
|
352
343
|
name = "bitflags"
|
|
353
|
-
version = "2.
|
|
344
|
+
version = "2.5.0"
|
|
354
345
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
355
|
-
checksum = "
|
|
346
|
+
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
|
356
347
|
|
|
357
348
|
[[package]]
|
|
358
349
|
name = "bstr"
|
|
359
|
-
version = "1.9.
|
|
350
|
+
version = "1.9.1"
|
|
360
351
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
361
|
-
checksum = "
|
|
352
|
+
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
|
|
362
353
|
dependencies = [
|
|
363
354
|
"memchr",
|
|
364
355
|
"regex-automata",
|
|
@@ -379,9 +370,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
379
370
|
|
|
380
371
|
[[package]]
|
|
381
372
|
name = "bytes"
|
|
382
|
-
version = "1.
|
|
373
|
+
version = "1.6.0"
|
|
383
374
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
384
|
-
checksum = "
|
|
375
|
+
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
|
385
376
|
|
|
386
377
|
[[package]]
|
|
387
378
|
name = "cast"
|
|
@@ -430,9 +421,9 @@ dependencies = [
|
|
|
430
421
|
|
|
431
422
|
[[package]]
|
|
432
423
|
name = "clap"
|
|
433
|
-
version = "4.5.
|
|
424
|
+
version = "4.5.4"
|
|
434
425
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
435
|
-
checksum = "
|
|
426
|
+
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
|
|
436
427
|
dependencies = [
|
|
437
428
|
"clap_builder",
|
|
438
429
|
"clap_derive",
|
|
@@ -461,14 +452,14 @@ dependencies = [
|
|
|
461
452
|
|
|
462
453
|
[[package]]
|
|
463
454
|
name = "clap_derive"
|
|
464
|
-
version = "4.5.
|
|
455
|
+
version = "4.5.4"
|
|
465
456
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
466
|
-
checksum = "
|
|
457
|
+
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
|
|
467
458
|
dependencies = [
|
|
468
459
|
"heck 0.5.0",
|
|
469
460
|
"proc-macro2",
|
|
470
461
|
"quote",
|
|
471
|
-
"syn 2.0.
|
|
462
|
+
"syn 2.0.57",
|
|
472
463
|
]
|
|
473
464
|
|
|
474
465
|
[[package]]
|
|
@@ -585,7 +576,7 @@ version = "0.27.0"
|
|
|
585
576
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
586
577
|
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
|
|
587
578
|
dependencies = [
|
|
588
|
-
"bitflags 2.
|
|
579
|
+
"bitflags 2.5.0",
|
|
589
580
|
"crossterm_winapi",
|
|
590
581
|
"libc",
|
|
591
582
|
"mio",
|
|
@@ -612,12 +603,12 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
612
603
|
|
|
613
604
|
[[package]]
|
|
614
605
|
name = "ctor"
|
|
615
|
-
version = "0.2.
|
|
606
|
+
version = "0.2.7"
|
|
616
607
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
617
|
-
checksum = "
|
|
608
|
+
checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c"
|
|
618
609
|
dependencies = [
|
|
619
610
|
"quote",
|
|
620
|
-
"syn 2.0.
|
|
611
|
+
"syn 2.0.57",
|
|
621
612
|
]
|
|
622
613
|
|
|
623
614
|
[[package]]
|
|
@@ -647,9 +638,9 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
647
638
|
|
|
648
639
|
[[package]]
|
|
649
640
|
name = "dyn-clone"
|
|
650
|
-
version = "1.0.
|
|
641
|
+
version = "1.0.17"
|
|
651
642
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
652
|
-
checksum = "
|
|
643
|
+
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
|
|
653
644
|
|
|
654
645
|
[[package]]
|
|
655
646
|
name = "either"
|
|
@@ -675,9 +666,9 @@ dependencies = [
|
|
|
675
666
|
|
|
676
667
|
[[package]]
|
|
677
668
|
name = "fastrand"
|
|
678
|
-
version = "2.0.
|
|
669
|
+
version = "2.0.2"
|
|
679
670
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
680
|
-
checksum = "
|
|
671
|
+
checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
|
|
681
672
|
|
|
682
673
|
[[package]]
|
|
683
674
|
name = "float-cmp"
|
|
@@ -741,7 +732,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
|
|
741
732
|
dependencies = [
|
|
742
733
|
"proc-macro2",
|
|
743
734
|
"quote",
|
|
744
|
-
"syn 2.0.
|
|
735
|
+
"syn 2.0.57",
|
|
745
736
|
]
|
|
746
737
|
|
|
747
738
|
[[package]]
|
|
@@ -813,9 +804,9 @@ dependencies = [
|
|
|
813
804
|
|
|
814
805
|
[[package]]
|
|
815
806
|
name = "half"
|
|
816
|
-
version = "2.
|
|
807
|
+
version = "2.4.0"
|
|
817
808
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
818
|
-
checksum = "
|
|
809
|
+
checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e"
|
|
819
810
|
dependencies = [
|
|
820
811
|
"cfg-if",
|
|
821
812
|
"crunchy",
|
|
@@ -850,9 +841,9 @@ dependencies = [
|
|
|
850
841
|
|
|
851
842
|
[[package]]
|
|
852
843
|
name = "hermit-abi"
|
|
853
|
-
version = "0.3.
|
|
844
|
+
version = "0.3.9"
|
|
854
845
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
855
|
-
checksum = "
|
|
846
|
+
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
856
847
|
|
|
857
848
|
[[package]]
|
|
858
849
|
name = "httparse"
|
|
@@ -888,9 +879,9 @@ dependencies = [
|
|
|
888
879
|
|
|
889
880
|
[[package]]
|
|
890
881
|
name = "indexmap"
|
|
891
|
-
version = "2.2.
|
|
882
|
+
version = "2.2.6"
|
|
892
883
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
893
|
-
checksum = "
|
|
884
|
+
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
|
894
885
|
dependencies = [
|
|
895
886
|
"equivalent",
|
|
896
887
|
"hashbrown",
|
|
@@ -898,17 +889,17 @@ dependencies = [
|
|
|
898
889
|
|
|
899
890
|
[[package]]
|
|
900
891
|
name = "indoc"
|
|
901
|
-
version = "2.0.
|
|
892
|
+
version = "2.0.5"
|
|
902
893
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
903
|
-
checksum = "
|
|
894
|
+
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
|
|
904
895
|
|
|
905
896
|
[[package]]
|
|
906
897
|
name = "inquire"
|
|
907
|
-
version = "0.7.
|
|
898
|
+
version = "0.7.4"
|
|
908
899
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
909
|
-
checksum = "
|
|
900
|
+
checksum = "fe95f33091b9b7b517a5849bce4dce1b550b430fc20d58059fcaa319ed895d8b"
|
|
910
901
|
dependencies = [
|
|
911
|
-
"bitflags 2.
|
|
902
|
+
"bitflags 2.5.0",
|
|
912
903
|
"crossterm 0.25.0",
|
|
913
904
|
"dyn-clone",
|
|
914
905
|
"fuzzy-matcher",
|
|
@@ -925,7 +916,7 @@ version = "0.4.12"
|
|
|
925
916
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
926
917
|
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
|
|
927
918
|
dependencies = [
|
|
928
|
-
"hermit-abi 0.3.
|
|
919
|
+
"hermit-abi 0.3.9",
|
|
929
920
|
"libc",
|
|
930
921
|
"windows-sys 0.52.0",
|
|
931
922
|
]
|
|
@@ -941,15 +932,15 @@ dependencies = [
|
|
|
941
932
|
|
|
942
933
|
[[package]]
|
|
943
934
|
name = "itoa"
|
|
944
|
-
version = "1.0.
|
|
935
|
+
version = "1.0.11"
|
|
945
936
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
946
|
-
checksum = "
|
|
937
|
+
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
|
947
938
|
|
|
948
939
|
[[package]]
|
|
949
940
|
name = "js-sys"
|
|
950
|
-
version = "0.3.
|
|
941
|
+
version = "0.3.69"
|
|
951
942
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
952
|
-
checksum = "
|
|
943
|
+
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
|
953
944
|
dependencies = [
|
|
954
945
|
"wasm-bindgen",
|
|
955
946
|
]
|
|
@@ -962,12 +953,12 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
|
|
962
953
|
|
|
963
954
|
[[package]]
|
|
964
955
|
name = "libloading"
|
|
965
|
-
version = "0.8.
|
|
956
|
+
version = "0.8.3"
|
|
966
957
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
967
|
-
checksum = "
|
|
958
|
+
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
|
|
968
959
|
dependencies = [
|
|
969
960
|
"cfg-if",
|
|
970
|
-
"windows-
|
|
961
|
+
"windows-targets 0.52.4",
|
|
971
962
|
]
|
|
972
963
|
|
|
973
964
|
[[package]]
|
|
@@ -988,9 +979,9 @@ dependencies = [
|
|
|
988
979
|
|
|
989
980
|
[[package]]
|
|
990
981
|
name = "log"
|
|
991
|
-
version = "0.4.
|
|
982
|
+
version = "0.4.21"
|
|
992
983
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
993
|
-
checksum = "
|
|
984
|
+
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
|
994
985
|
|
|
995
986
|
[[package]]
|
|
996
987
|
name = "lsp-types"
|
|
@@ -1007,15 +998,15 @@ dependencies = [
|
|
|
1007
998
|
|
|
1008
999
|
[[package]]
|
|
1009
1000
|
name = "memchr"
|
|
1010
|
-
version = "2.7.
|
|
1001
|
+
version = "2.7.2"
|
|
1011
1002
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1012
|
-
checksum = "
|
|
1003
|
+
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
|
1013
1004
|
|
|
1014
1005
|
[[package]]
|
|
1015
1006
|
name = "memoffset"
|
|
1016
|
-
version = "0.9.
|
|
1007
|
+
version = "0.9.1"
|
|
1017
1008
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1018
|
-
checksum = "
|
|
1009
|
+
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
1019
1010
|
dependencies = [
|
|
1020
1011
|
"autocfg",
|
|
1021
1012
|
]
|
|
@@ -1031,9 +1022,9 @@ dependencies = [
|
|
|
1031
1022
|
|
|
1032
1023
|
[[package]]
|
|
1033
1024
|
name = "mio"
|
|
1034
|
-
version = "0.8.
|
|
1025
|
+
version = "0.8.11"
|
|
1035
1026
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1036
|
-
checksum = "
|
|
1027
|
+
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
|
1037
1028
|
dependencies = [
|
|
1038
1029
|
"libc",
|
|
1039
1030
|
"log",
|
|
@@ -1043,12 +1034,12 @@ dependencies = [
|
|
|
1043
1034
|
|
|
1044
1035
|
[[package]]
|
|
1045
1036
|
name = "napi"
|
|
1046
|
-
version = "2.16.
|
|
1037
|
+
version = "2.16.1"
|
|
1047
1038
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1048
|
-
checksum = "
|
|
1039
|
+
checksum = "c4ca998356d8ff9fba7a070dae4508a2298439c98c9f3bc9c07669538b999e8f"
|
|
1049
1040
|
dependencies = [
|
|
1050
1041
|
"anyhow",
|
|
1051
|
-
"bitflags 2.
|
|
1042
|
+
"bitflags 2.5.0",
|
|
1052
1043
|
"ctor",
|
|
1053
1044
|
"napi-derive",
|
|
1054
1045
|
"napi-sys",
|
|
@@ -1065,23 +1056,23 @@ checksum = "2f9130fccc5f763cf2069b34a089a18f0d0883c66aceb81f2fad541a3d823c43"
|
|
|
1065
1056
|
|
|
1066
1057
|
[[package]]
|
|
1067
1058
|
name = "napi-derive"
|
|
1068
|
-
version = "2.16.
|
|
1059
|
+
version = "2.16.1"
|
|
1069
1060
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1070
|
-
checksum = "
|
|
1061
|
+
checksum = "b138cecf1141ae0ff5d62f4aa0e2f269aec339f66070f346ba6fb4279f1fc178"
|
|
1071
1062
|
dependencies = [
|
|
1072
1063
|
"cfg-if",
|
|
1073
1064
|
"convert_case",
|
|
1074
1065
|
"napi-derive-backend",
|
|
1075
1066
|
"proc-macro2",
|
|
1076
1067
|
"quote",
|
|
1077
|
-
"syn 2.0.
|
|
1068
|
+
"syn 2.0.57",
|
|
1078
1069
|
]
|
|
1079
1070
|
|
|
1080
1071
|
[[package]]
|
|
1081
1072
|
name = "napi-derive-backend"
|
|
1082
|
-
version = "1.0.
|
|
1073
|
+
version = "1.0.63"
|
|
1083
1074
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1084
|
-
checksum = "
|
|
1075
|
+
checksum = "ce5126b64f6ad9e28e30e6d15213dd378626b38f556454afebc42f7f02a90902"
|
|
1085
1076
|
dependencies = [
|
|
1086
1077
|
"convert_case",
|
|
1087
1078
|
"once_cell",
|
|
@@ -1089,7 +1080,7 @@ dependencies = [
|
|
|
1089
1080
|
"quote",
|
|
1090
1081
|
"regex",
|
|
1091
1082
|
"semver",
|
|
1092
|
-
"syn 2.0.
|
|
1083
|
+
"syn 2.0.57",
|
|
1093
1084
|
]
|
|
1094
1085
|
|
|
1095
1086
|
[[package]]
|
|
@@ -1131,7 +1122,7 @@ version = "1.16.0"
|
|
|
1131
1122
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1132
1123
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
1133
1124
|
dependencies = [
|
|
1134
|
-
"hermit-abi 0.3.
|
|
1125
|
+
"hermit-abi 0.3.9",
|
|
1135
1126
|
"libc",
|
|
1136
1127
|
]
|
|
1137
1128
|
|
|
@@ -1187,29 +1178,29 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
1187
1178
|
|
|
1188
1179
|
[[package]]
|
|
1189
1180
|
name = "pin-project"
|
|
1190
|
-
version = "1.1.
|
|
1181
|
+
version = "1.1.5"
|
|
1191
1182
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1192
|
-
checksum = "
|
|
1183
|
+
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
|
1193
1184
|
dependencies = [
|
|
1194
1185
|
"pin-project-internal",
|
|
1195
1186
|
]
|
|
1196
1187
|
|
|
1197
1188
|
[[package]]
|
|
1198
1189
|
name = "pin-project-internal"
|
|
1199
|
-
version = "1.1.
|
|
1190
|
+
version = "1.1.5"
|
|
1200
1191
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1201
|
-
checksum = "
|
|
1192
|
+
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
|
1202
1193
|
dependencies = [
|
|
1203
1194
|
"proc-macro2",
|
|
1204
1195
|
"quote",
|
|
1205
|
-
"syn 2.0.
|
|
1196
|
+
"syn 2.0.57",
|
|
1206
1197
|
]
|
|
1207
1198
|
|
|
1208
1199
|
[[package]]
|
|
1209
1200
|
name = "pin-project-lite"
|
|
1210
|
-
version = "0.2.
|
|
1201
|
+
version = "0.2.14"
|
|
1211
1202
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1212
|
-
checksum = "
|
|
1203
|
+
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
|
1213
1204
|
|
|
1214
1205
|
[[package]]
|
|
1215
1206
|
name = "pin-utils"
|
|
@@ -1283,18 +1274,18 @@ dependencies = [
|
|
|
1283
1274
|
|
|
1284
1275
|
[[package]]
|
|
1285
1276
|
name = "proc-macro2"
|
|
1286
|
-
version = "1.0.
|
|
1277
|
+
version = "1.0.79"
|
|
1287
1278
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1288
|
-
checksum = "
|
|
1279
|
+
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
|
|
1289
1280
|
dependencies = [
|
|
1290
1281
|
"unicode-ident",
|
|
1291
1282
|
]
|
|
1292
1283
|
|
|
1293
1284
|
[[package]]
|
|
1294
1285
|
name = "pyo3"
|
|
1295
|
-
version = "0.
|
|
1286
|
+
version = "0.21.1"
|
|
1296
1287
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1297
|
-
checksum = "
|
|
1288
|
+
checksum = "a7a8b1990bd018761768d5e608a13df8bd1ac5f678456e0f301bb93e5f3ea16b"
|
|
1298
1289
|
dependencies = [
|
|
1299
1290
|
"anyhow",
|
|
1300
1291
|
"cfg-if",
|
|
@@ -1311,9 +1302,9 @@ dependencies = [
|
|
|
1311
1302
|
|
|
1312
1303
|
[[package]]
|
|
1313
1304
|
name = "pyo3-build-config"
|
|
1314
|
-
version = "0.
|
|
1305
|
+
version = "0.21.1"
|
|
1315
1306
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1316
|
-
checksum = "
|
|
1307
|
+
checksum = "650dca34d463b6cdbdb02b1d71bfd6eb6b6816afc708faebb3bac1380ff4aef7"
|
|
1317
1308
|
dependencies = [
|
|
1318
1309
|
"once_cell",
|
|
1319
1310
|
"target-lexicon",
|
|
@@ -1321,9 +1312,9 @@ dependencies = [
|
|
|
1321
1312
|
|
|
1322
1313
|
[[package]]
|
|
1323
1314
|
name = "pyo3-ffi"
|
|
1324
|
-
version = "0.
|
|
1315
|
+
version = "0.21.1"
|
|
1325
1316
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1326
|
-
checksum = "
|
|
1317
|
+
checksum = "09a7da8fc04a8a2084909b59f29e1b8474decac98b951d77b80b26dc45f046ad"
|
|
1327
1318
|
dependencies = [
|
|
1328
1319
|
"libc",
|
|
1329
1320
|
"pyo3-build-config",
|
|
@@ -1331,34 +1322,34 @@ dependencies = [
|
|
|
1331
1322
|
|
|
1332
1323
|
[[package]]
|
|
1333
1324
|
name = "pyo3-macros"
|
|
1334
|
-
version = "0.
|
|
1325
|
+
version = "0.21.1"
|
|
1335
1326
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1336
|
-
checksum = "
|
|
1327
|
+
checksum = "4b8a199fce11ebb28e3569387228836ea98110e43a804a530a9fd83ade36d513"
|
|
1337
1328
|
dependencies = [
|
|
1338
1329
|
"proc-macro2",
|
|
1339
1330
|
"pyo3-macros-backend",
|
|
1340
1331
|
"quote",
|
|
1341
|
-
"syn 2.0.
|
|
1332
|
+
"syn 2.0.57",
|
|
1342
1333
|
]
|
|
1343
1334
|
|
|
1344
1335
|
[[package]]
|
|
1345
1336
|
name = "pyo3-macros-backend"
|
|
1346
|
-
version = "0.
|
|
1337
|
+
version = "0.21.1"
|
|
1347
1338
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1348
|
-
checksum = "
|
|
1339
|
+
checksum = "93fbbfd7eb553d10036513cb122b888dcd362a945a00b06c165f2ab480d4cc3b"
|
|
1349
1340
|
dependencies = [
|
|
1350
1341
|
"heck 0.4.1",
|
|
1351
1342
|
"proc-macro2",
|
|
1352
1343
|
"pyo3-build-config",
|
|
1353
1344
|
"quote",
|
|
1354
|
-
"syn 2.0.
|
|
1345
|
+
"syn 2.0.57",
|
|
1355
1346
|
]
|
|
1356
1347
|
|
|
1357
1348
|
[[package]]
|
|
1358
1349
|
name = "pythonize"
|
|
1359
|
-
version = "0.
|
|
1350
|
+
version = "0.21.1"
|
|
1360
1351
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1361
|
-
checksum = "
|
|
1352
|
+
checksum = "9d0664248812c38cc55a4ed07f88e4df516ce82604b93b1ffdc041aa77a6cb3c"
|
|
1362
1353
|
dependencies = [
|
|
1363
1354
|
"pyo3",
|
|
1364
1355
|
"serde",
|
|
@@ -1375,9 +1366,9 @@ dependencies = [
|
|
|
1375
1366
|
|
|
1376
1367
|
[[package]]
|
|
1377
1368
|
name = "rayon"
|
|
1378
|
-
version = "1.
|
|
1369
|
+
version = "1.10.0"
|
|
1379
1370
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1380
|
-
checksum = "
|
|
1371
|
+
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
|
1381
1372
|
dependencies = [
|
|
1382
1373
|
"either",
|
|
1383
1374
|
"rayon-core",
|
|
@@ -1416,9 +1407,9 @@ dependencies = [
|
|
|
1416
1407
|
|
|
1417
1408
|
[[package]]
|
|
1418
1409
|
name = "regex-automata"
|
|
1419
|
-
version = "0.4.
|
|
1410
|
+
version = "0.4.6"
|
|
1420
1411
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1421
|
-
checksum = "
|
|
1412
|
+
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
|
|
1422
1413
|
dependencies = [
|
|
1423
1414
|
"aho-corasick",
|
|
1424
1415
|
"memchr",
|
|
@@ -1427,9 +1418,9 @@ dependencies = [
|
|
|
1427
1418
|
|
|
1428
1419
|
[[package]]
|
|
1429
1420
|
name = "regex-syntax"
|
|
1430
|
-
version = "0.8.
|
|
1421
|
+
version = "0.8.3"
|
|
1431
1422
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1432
|
-
checksum = "
|
|
1423
|
+
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
|
|
1433
1424
|
|
|
1434
1425
|
[[package]]
|
|
1435
1426
|
name = "rustc-demangle"
|
|
@@ -1439,11 +1430,11 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
1439
1430
|
|
|
1440
1431
|
[[package]]
|
|
1441
1432
|
name = "rustix"
|
|
1442
|
-
version = "0.38.
|
|
1433
|
+
version = "0.38.32"
|
|
1443
1434
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1444
|
-
checksum = "
|
|
1435
|
+
checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
|
|
1445
1436
|
dependencies = [
|
|
1446
|
-
"bitflags 2.
|
|
1437
|
+
"bitflags 2.5.0",
|
|
1447
1438
|
"errno",
|
|
1448
1439
|
"libc",
|
|
1449
1440
|
"linux-raw-sys",
|
|
@@ -1503,22 +1494,22 @@ checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
|
|
|
1503
1494
|
|
|
1504
1495
|
[[package]]
|
|
1505
1496
|
name = "serde"
|
|
1506
|
-
version = "1.0.
|
|
1497
|
+
version = "1.0.197"
|
|
1507
1498
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1508
|
-
checksum = "
|
|
1499
|
+
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
|
|
1509
1500
|
dependencies = [
|
|
1510
1501
|
"serde_derive",
|
|
1511
1502
|
]
|
|
1512
1503
|
|
|
1513
1504
|
[[package]]
|
|
1514
1505
|
name = "serde_derive"
|
|
1515
|
-
version = "1.0.
|
|
1506
|
+
version = "1.0.197"
|
|
1516
1507
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1517
|
-
checksum = "
|
|
1508
|
+
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
|
|
1518
1509
|
dependencies = [
|
|
1519
1510
|
"proc-macro2",
|
|
1520
1511
|
"quote",
|
|
1521
|
-
"syn 2.0.
|
|
1512
|
+
"syn 2.0.57",
|
|
1522
1513
|
]
|
|
1523
1514
|
|
|
1524
1515
|
[[package]]
|
|
@@ -1534,9 +1525,9 @@ dependencies = [
|
|
|
1534
1525
|
|
|
1535
1526
|
[[package]]
|
|
1536
1527
|
name = "serde_json"
|
|
1537
|
-
version = "1.0.
|
|
1528
|
+
version = "1.0.115"
|
|
1538
1529
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1539
|
-
checksum = "
|
|
1530
|
+
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
|
|
1540
1531
|
dependencies = [
|
|
1541
1532
|
"indexmap",
|
|
1542
1533
|
"itoa",
|
|
@@ -1552,14 +1543,14 @@ checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb"
|
|
|
1552
1543
|
dependencies = [
|
|
1553
1544
|
"proc-macro2",
|
|
1554
1545
|
"quote",
|
|
1555
|
-
"syn 2.0.
|
|
1546
|
+
"syn 2.0.57",
|
|
1556
1547
|
]
|
|
1557
1548
|
|
|
1558
1549
|
[[package]]
|
|
1559
1550
|
name = "serde_yaml"
|
|
1560
|
-
version = "0.9.
|
|
1551
|
+
version = "0.9.34+deprecated"
|
|
1561
1552
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1562
|
-
checksum = "
|
|
1553
|
+
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
|
1563
1554
|
dependencies = [
|
|
1564
1555
|
"indexmap",
|
|
1565
1556
|
"itoa",
|
|
@@ -1600,9 +1591,9 @@ dependencies = [
|
|
|
1600
1591
|
|
|
1601
1592
|
[[package]]
|
|
1602
1593
|
name = "similar"
|
|
1603
|
-
version = "2.
|
|
1594
|
+
version = "2.5.0"
|
|
1604
1595
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1605
|
-
checksum = "
|
|
1596
|
+
checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
|
|
1606
1597
|
|
|
1607
1598
|
[[package]]
|
|
1608
1599
|
name = "slab"
|
|
@@ -1615,15 +1606,15 @@ dependencies = [
|
|
|
1615
1606
|
|
|
1616
1607
|
[[package]]
|
|
1617
1608
|
name = "smallvec"
|
|
1618
|
-
version = "1.13.
|
|
1609
|
+
version = "1.13.2"
|
|
1619
1610
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1620
|
-
checksum = "
|
|
1611
|
+
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
1621
1612
|
|
|
1622
1613
|
[[package]]
|
|
1623
1614
|
name = "strsim"
|
|
1624
|
-
version = "0.11.
|
|
1615
|
+
version = "0.11.1"
|
|
1625
1616
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1626
|
-
checksum = "
|
|
1617
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
1627
1618
|
|
|
1628
1619
|
[[package]]
|
|
1629
1620
|
name = "syn"
|
|
@@ -1638,9 +1629,9 @@ dependencies = [
|
|
|
1638
1629
|
|
|
1639
1630
|
[[package]]
|
|
1640
1631
|
name = "syn"
|
|
1641
|
-
version = "2.0.
|
|
1632
|
+
version = "2.0.57"
|
|
1642
1633
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1643
|
-
checksum = "
|
|
1634
|
+
checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
|
|
1644
1635
|
dependencies = [
|
|
1645
1636
|
"proc-macro2",
|
|
1646
1637
|
"quote",
|
|
@@ -1649,9 +1640,9 @@ dependencies = [
|
|
|
1649
1640
|
|
|
1650
1641
|
[[package]]
|
|
1651
1642
|
name = "target-lexicon"
|
|
1652
|
-
version = "0.12.
|
|
1643
|
+
version = "0.12.14"
|
|
1653
1644
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1654
|
-
checksum = "
|
|
1645
|
+
checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
|
|
1655
1646
|
|
|
1656
1647
|
[[package]]
|
|
1657
1648
|
name = "tempfile"
|
|
@@ -1697,7 +1688,7 @@ checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
|
|
|
1697
1688
|
dependencies = [
|
|
1698
1689
|
"proc-macro2",
|
|
1699
1690
|
"quote",
|
|
1700
|
-
"syn 2.0.
|
|
1691
|
+
"syn 2.0.57",
|
|
1701
1692
|
]
|
|
1702
1693
|
|
|
1703
1694
|
[[package]]
|
|
@@ -1737,9 +1728,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
1737
1728
|
|
|
1738
1729
|
[[package]]
|
|
1739
1730
|
name = "tokio"
|
|
1740
|
-
version = "1.
|
|
1731
|
+
version = "1.37.0"
|
|
1741
1732
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1742
|
-
checksum = "
|
|
1733
|
+
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
|
|
1743
1734
|
dependencies = [
|
|
1744
1735
|
"backtrace",
|
|
1745
1736
|
"bytes",
|
|
@@ -1829,7 +1820,7 @@ checksum = "84fd902d4e0b9a4b27f2f440108dc034e1758628a9b702f8ec61ad66355422fa"
|
|
|
1829
1820
|
dependencies = [
|
|
1830
1821
|
"proc-macro2",
|
|
1831
1822
|
"quote",
|
|
1832
|
-
"syn 2.0.
|
|
1823
|
+
"syn 2.0.57",
|
|
1833
1824
|
]
|
|
1834
1825
|
|
|
1835
1826
|
[[package]]
|
|
@@ -1857,7 +1848,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|
|
1857
1848
|
dependencies = [
|
|
1858
1849
|
"proc-macro2",
|
|
1859
1850
|
"quote",
|
|
1860
|
-
"syn 2.0.
|
|
1851
|
+
"syn 2.0.57",
|
|
1861
1852
|
]
|
|
1862
1853
|
|
|
1863
1854
|
[[package]]
|
|
@@ -1899,6 +1890,16 @@ dependencies = [
|
|
|
1899
1890
|
"tree-sitter",
|
|
1900
1891
|
]
|
|
1901
1892
|
|
|
1893
|
+
[[package]]
|
|
1894
|
+
name = "tree-sitter-c-sharp"
|
|
1895
|
+
version = "0.20.0"
|
|
1896
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1897
|
+
checksum = "b9ab3dc608f34924fa9e10533a95f62dbc14b6de0ddd7107722eba66fe19ae31"
|
|
1898
|
+
dependencies = [
|
|
1899
|
+
"cc",
|
|
1900
|
+
"tree-sitter",
|
|
1901
|
+
]
|
|
1902
|
+
|
|
1902
1903
|
[[package]]
|
|
1903
1904
|
name = "tree-sitter-cpp"
|
|
1904
1905
|
version = "0.20.5"
|
|
@@ -1963,10 +1964,10 @@ dependencies = [
|
|
|
1963
1964
|
]
|
|
1964
1965
|
|
|
1965
1966
|
[[package]]
|
|
1966
|
-
name = "tree-sitter-html
|
|
1967
|
+
name = "tree-sitter-html"
|
|
1967
1968
|
version = "0.20.0"
|
|
1968
1969
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1969
|
-
checksum = "
|
|
1970
|
+
checksum = "017822b6bd42843c4bd67fabb834f61ce23254e866282dd93871350fd6b7fa1d"
|
|
1970
1971
|
dependencies = [
|
|
1971
1972
|
"cc",
|
|
1972
1973
|
"tree-sitter",
|
|
@@ -2106,9 +2107,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
2106
2107
|
|
|
2107
2108
|
[[package]]
|
|
2108
2109
|
name = "unicode-normalization"
|
|
2109
|
-
version = "0.1.
|
|
2110
|
+
version = "0.1.23"
|
|
2110
2111
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2111
|
-
checksum = "
|
|
2112
|
+
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
|
2112
2113
|
dependencies = [
|
|
2113
2114
|
"tinyvec",
|
|
2114
2115
|
]
|
|
@@ -2166,9 +2167,9 @@ dependencies = [
|
|
|
2166
2167
|
|
|
2167
2168
|
[[package]]
|
|
2168
2169
|
name = "walkdir"
|
|
2169
|
-
version = "2.
|
|
2170
|
+
version = "2.5.0"
|
|
2170
2171
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2171
|
-
checksum = "
|
|
2172
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
2172
2173
|
dependencies = [
|
|
2173
2174
|
"same-file",
|
|
2174
2175
|
"winapi-util",
|
|
@@ -2182,9 +2183,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
2182
2183
|
|
|
2183
2184
|
[[package]]
|
|
2184
2185
|
name = "wasm-bindgen"
|
|
2185
|
-
version = "0.2.
|
|
2186
|
+
version = "0.2.92"
|
|
2186
2187
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2187
|
-
checksum = "
|
|
2188
|
+
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
|
2188
2189
|
dependencies = [
|
|
2189
2190
|
"cfg-if",
|
|
2190
2191
|
"wasm-bindgen-macro",
|
|
@@ -2192,24 +2193,24 @@ dependencies = [
|
|
|
2192
2193
|
|
|
2193
2194
|
[[package]]
|
|
2194
2195
|
name = "wasm-bindgen-backend"
|
|
2195
|
-
version = "0.2.
|
|
2196
|
+
version = "0.2.92"
|
|
2196
2197
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2197
|
-
checksum = "
|
|
2198
|
+
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
|
2198
2199
|
dependencies = [
|
|
2199
2200
|
"bumpalo",
|
|
2200
2201
|
"log",
|
|
2201
2202
|
"once_cell",
|
|
2202
2203
|
"proc-macro2",
|
|
2203
2204
|
"quote",
|
|
2204
|
-
"syn 2.0.
|
|
2205
|
+
"syn 2.0.57",
|
|
2205
2206
|
"wasm-bindgen-shared",
|
|
2206
2207
|
]
|
|
2207
2208
|
|
|
2208
2209
|
[[package]]
|
|
2209
2210
|
name = "wasm-bindgen-futures"
|
|
2210
|
-
version = "0.4.
|
|
2211
|
+
version = "0.4.42"
|
|
2211
2212
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2212
|
-
checksum = "
|
|
2213
|
+
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
|
|
2213
2214
|
dependencies = [
|
|
2214
2215
|
"cfg-if",
|
|
2215
2216
|
"js-sys",
|
|
@@ -2219,9 +2220,9 @@ dependencies = [
|
|
|
2219
2220
|
|
|
2220
2221
|
[[package]]
|
|
2221
2222
|
name = "wasm-bindgen-macro"
|
|
2222
|
-
version = "0.2.
|
|
2223
|
+
version = "0.2.92"
|
|
2223
2224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2224
|
-
checksum = "
|
|
2225
|
+
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
|
2225
2226
|
dependencies = [
|
|
2226
2227
|
"quote",
|
|
2227
2228
|
"wasm-bindgen-macro-support",
|
|
@@ -2229,28 +2230,28 @@ dependencies = [
|
|
|
2229
2230
|
|
|
2230
2231
|
[[package]]
|
|
2231
2232
|
name = "wasm-bindgen-macro-support"
|
|
2232
|
-
version = "0.2.
|
|
2233
|
+
version = "0.2.92"
|
|
2233
2234
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2234
|
-
checksum = "
|
|
2235
|
+
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
|
2235
2236
|
dependencies = [
|
|
2236
2237
|
"proc-macro2",
|
|
2237
2238
|
"quote",
|
|
2238
|
-
"syn 2.0.
|
|
2239
|
+
"syn 2.0.57",
|
|
2239
2240
|
"wasm-bindgen-backend",
|
|
2240
2241
|
"wasm-bindgen-shared",
|
|
2241
2242
|
]
|
|
2242
2243
|
|
|
2243
2244
|
[[package]]
|
|
2244
2245
|
name = "wasm-bindgen-shared"
|
|
2245
|
-
version = "0.2.
|
|
2246
|
+
version = "0.2.92"
|
|
2246
2247
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2247
|
-
checksum = "
|
|
2248
|
+
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
|
2248
2249
|
|
|
2249
2250
|
[[package]]
|
|
2250
2251
|
name = "web-sys"
|
|
2251
|
-
version = "0.3.
|
|
2252
|
+
version = "0.3.69"
|
|
2252
2253
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2253
|
-
checksum = "
|
|
2254
|
+
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
|
|
2254
2255
|
dependencies = [
|
|
2255
2256
|
"js-sys",
|
|
2256
2257
|
"wasm-bindgen",
|
|
@@ -2313,7 +2314,7 @@ version = "0.52.0"
|
|
|
2313
2314
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2314
2315
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
2315
2316
|
dependencies = [
|
|
2316
|
-
"windows-targets 0.52.
|
|
2317
|
+
"windows-targets 0.52.4",
|
|
2317
2318
|
]
|
|
2318
2319
|
|
|
2319
2320
|
[[package]]
|
|
@@ -2333,17 +2334,17 @@ dependencies = [
|
|
|
2333
2334
|
|
|
2334
2335
|
[[package]]
|
|
2335
2336
|
name = "windows-targets"
|
|
2336
|
-
version = "0.52.
|
|
2337
|
+
version = "0.52.4"
|
|
2337
2338
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2338
|
-
checksum = "
|
|
2339
|
+
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
|
|
2339
2340
|
dependencies = [
|
|
2340
|
-
"windows_aarch64_gnullvm 0.52.
|
|
2341
|
-
"windows_aarch64_msvc 0.52.
|
|
2342
|
-
"windows_i686_gnu 0.52.
|
|
2343
|
-
"windows_i686_msvc 0.52.
|
|
2344
|
-
"windows_x86_64_gnu 0.52.
|
|
2345
|
-
"windows_x86_64_gnullvm 0.52.
|
|
2346
|
-
"windows_x86_64_msvc 0.52.
|
|
2341
|
+
"windows_aarch64_gnullvm 0.52.4",
|
|
2342
|
+
"windows_aarch64_msvc 0.52.4",
|
|
2343
|
+
"windows_i686_gnu 0.52.4",
|
|
2344
|
+
"windows_i686_msvc 0.52.4",
|
|
2345
|
+
"windows_x86_64_gnu 0.52.4",
|
|
2346
|
+
"windows_x86_64_gnullvm 0.52.4",
|
|
2347
|
+
"windows_x86_64_msvc 0.52.4",
|
|
2347
2348
|
]
|
|
2348
2349
|
|
|
2349
2350
|
[[package]]
|
|
@@ -2354,9 +2355,9 @@ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
2354
2355
|
|
|
2355
2356
|
[[package]]
|
|
2356
2357
|
name = "windows_aarch64_gnullvm"
|
|
2357
|
-
version = "0.52.
|
|
2358
|
+
version = "0.52.4"
|
|
2358
2359
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2359
|
-
checksum = "
|
|
2360
|
+
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
|
|
2360
2361
|
|
|
2361
2362
|
[[package]]
|
|
2362
2363
|
name = "windows_aarch64_msvc"
|
|
@@ -2366,9 +2367,9 @@ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
2366
2367
|
|
|
2367
2368
|
[[package]]
|
|
2368
2369
|
name = "windows_aarch64_msvc"
|
|
2369
|
-
version = "0.52.
|
|
2370
|
+
version = "0.52.4"
|
|
2370
2371
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2371
|
-
checksum = "
|
|
2372
|
+
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
|
|
2372
2373
|
|
|
2373
2374
|
[[package]]
|
|
2374
2375
|
name = "windows_i686_gnu"
|
|
@@ -2378,9 +2379,9 @@ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
2378
2379
|
|
|
2379
2380
|
[[package]]
|
|
2380
2381
|
name = "windows_i686_gnu"
|
|
2381
|
-
version = "0.52.
|
|
2382
|
+
version = "0.52.4"
|
|
2382
2383
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2383
|
-
checksum = "
|
|
2384
|
+
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
|
|
2384
2385
|
|
|
2385
2386
|
[[package]]
|
|
2386
2387
|
name = "windows_i686_msvc"
|
|
@@ -2390,9 +2391,9 @@ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
2390
2391
|
|
|
2391
2392
|
[[package]]
|
|
2392
2393
|
name = "windows_i686_msvc"
|
|
2393
|
-
version = "0.52.
|
|
2394
|
+
version = "0.52.4"
|
|
2394
2395
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2395
|
-
checksum = "
|
|
2396
|
+
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
|
|
2396
2397
|
|
|
2397
2398
|
[[package]]
|
|
2398
2399
|
name = "windows_x86_64_gnu"
|
|
@@ -2402,9 +2403,9 @@ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
2402
2403
|
|
|
2403
2404
|
[[package]]
|
|
2404
2405
|
name = "windows_x86_64_gnu"
|
|
2405
|
-
version = "0.52.
|
|
2406
|
+
version = "0.52.4"
|
|
2406
2407
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2407
|
-
checksum = "
|
|
2408
|
+
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
|
|
2408
2409
|
|
|
2409
2410
|
[[package]]
|
|
2410
2411
|
name = "windows_x86_64_gnullvm"
|
|
@@ -2414,9 +2415,9 @@ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
2414
2415
|
|
|
2415
2416
|
[[package]]
|
|
2416
2417
|
name = "windows_x86_64_gnullvm"
|
|
2417
|
-
version = "0.52.
|
|
2418
|
+
version = "0.52.4"
|
|
2418
2419
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2419
|
-
checksum = "
|
|
2420
|
+
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
|
|
2420
2421
|
|
|
2421
2422
|
[[package]]
|
|
2422
2423
|
name = "windows_x86_64_msvc"
|
|
@@ -2426,15 +2427,15 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
2426
2427
|
|
|
2427
2428
|
[[package]]
|
|
2428
2429
|
name = "windows_x86_64_msvc"
|
|
2429
|
-
version = "0.52.
|
|
2430
|
+
version = "0.52.4"
|
|
2430
2431
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2431
|
-
checksum = "
|
|
2432
|
+
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
|
|
2432
2433
|
|
|
2433
2434
|
[[package]]
|
|
2434
2435
|
name = "winnow"
|
|
2435
|
-
version = "0.6.
|
|
2436
|
+
version = "0.6.5"
|
|
2436
2437
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2437
|
-
checksum = "
|
|
2438
|
+
checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8"
|
|
2438
2439
|
dependencies = [
|
|
2439
2440
|
"memchr",
|
|
2440
2441
|
]
|