ast-grep-py 0.39.4__tar.gz → 0.39.6__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 ast-grep-py might be problematic. Click here for more details.
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/Cargo.lock +163 -274
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/Cargo.toml +6 -6
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/PKG-INFO +1 -1
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/combined.rs +2 -2
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/rule/selector.rs +1 -1
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/transform/parse.rs +1 -1
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/match_tree/match_node.rs +1 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/match_tree/strictness.rs +14 -2
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/matcher/pattern.rs +3 -3
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/node.rs +2 -2
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/replacer/indent.rs +4 -1
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/source.rs +5 -5
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/tree_sitter/mod.rs +1 -1
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/tree_sitter/traversal.rs +4 -4
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/Cargo.toml +5 -5
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/go.rs +4 -4
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/lib.rs +12 -1
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/Cargo.toml +2 -2
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/src/py_node.rs +3 -3
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/pyproject.toml +1 -1
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/README.md +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/ast_grep_py/__init__.py +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/ast_grep_py/ast_grep_py.pyi +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/ast_grep_py/py.typed +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/Cargo.toml +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/check_var.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/fixer.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/label.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/lib.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/maybe.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/rule/deserialize_env.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/rule/mod.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/rule/nth_child.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/rule/range.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/rule/referent_rule.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/rule/relational_rule.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/rule/stop_by.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/rule_collection.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/rule_config.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/rule_core.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/transform/mod.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/transform/rewrite.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/transform/string_case.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/config/src/transform/trans.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/Cargo.toml +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/language.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/lib.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/match_tree/mod.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/matcher/kind.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/matcher/node_match.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/matcher/text.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/matcher.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/meta_var.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/ops.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/pinned.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/replacer/structural.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/replacer/template.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/core/src/replacer.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/dynamic/Cargo.toml +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/dynamic/src/custom_lang.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/dynamic/src/lib.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/bash.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/cpp.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/csharp.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/css.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/elixir.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/haskell.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/hcl.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/html.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/json.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/kotlin.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/lua.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/nix.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/parsers.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/php.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/python.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/ruby.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/rust.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/scala.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/solidity.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/swift.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/language/src/yaml.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/README.md +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/ast_grep_py/__init__.py +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/ast_grep_py/ast_grep_py.pyi +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/ast_grep_py/py.typed +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/src/lib.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/src/py_lang.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/src/range.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/src/unicode_position.rs +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/tests/test_fix.py +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/tests/test_range.py +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/tests/test_register_lang.py +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/tests/test_rule.py +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/tests/test_simple.py +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/tests/test_traversal.py +0 -0
- {ast_grep_py-0.39.4 → ast_grep_py-0.39.6}/crates/pyo3/tests/test_wrong_usage.py +0 -0
|
@@ -87,9 +87,9 @@ dependencies = [
|
|
|
87
87
|
|
|
88
88
|
[[package]]
|
|
89
89
|
name = "anyhow"
|
|
90
|
-
version = "1.0.
|
|
90
|
+
version = "1.0.100"
|
|
91
91
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
92
|
-
checksum = "
|
|
92
|
+
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
|
93
93
|
|
|
94
94
|
[[package]]
|
|
95
95
|
name = "assert_cmd"
|
|
@@ -109,7 +109,7 @@ dependencies = [
|
|
|
109
109
|
|
|
110
110
|
[[package]]
|
|
111
111
|
name = "ast-grep"
|
|
112
|
-
version = "0.39.
|
|
112
|
+
version = "0.39.6"
|
|
113
113
|
dependencies = [
|
|
114
114
|
"ansi_term",
|
|
115
115
|
"anyhow",
|
|
@@ -123,7 +123,7 @@ dependencies = [
|
|
|
123
123
|
"clap",
|
|
124
124
|
"clap_complete",
|
|
125
125
|
"codespan-reporting",
|
|
126
|
-
"crossterm
|
|
126
|
+
"crossterm",
|
|
127
127
|
"dashmap",
|
|
128
128
|
"ignore",
|
|
129
129
|
"inquire",
|
|
@@ -143,7 +143,7 @@ dependencies = [
|
|
|
143
143
|
|
|
144
144
|
[[package]]
|
|
145
145
|
name = "ast-grep-config"
|
|
146
|
-
version = "0.39.
|
|
146
|
+
version = "0.39.6"
|
|
147
147
|
dependencies = [
|
|
148
148
|
"ast-grep-core",
|
|
149
149
|
"bit-set",
|
|
@@ -152,24 +152,24 @@ dependencies = [
|
|
|
152
152
|
"schemars",
|
|
153
153
|
"serde",
|
|
154
154
|
"serde_yaml",
|
|
155
|
-
"thiserror 2.0.
|
|
155
|
+
"thiserror 2.0.16",
|
|
156
156
|
"tree-sitter-typescript",
|
|
157
157
|
]
|
|
158
158
|
|
|
159
159
|
[[package]]
|
|
160
160
|
name = "ast-grep-core"
|
|
161
|
-
version = "0.39.
|
|
161
|
+
version = "0.39.6"
|
|
162
162
|
dependencies = [
|
|
163
163
|
"bit-set",
|
|
164
164
|
"regex",
|
|
165
|
-
"thiserror 2.0.
|
|
165
|
+
"thiserror 2.0.16",
|
|
166
166
|
"tree-sitter",
|
|
167
167
|
"tree-sitter-typescript",
|
|
168
168
|
]
|
|
169
169
|
|
|
170
170
|
[[package]]
|
|
171
171
|
name = "ast-grep-dynamic"
|
|
172
|
-
version = "0.39.
|
|
172
|
+
version = "0.39.6"
|
|
173
173
|
dependencies = [
|
|
174
174
|
"ast-grep-core",
|
|
175
175
|
"ignore",
|
|
@@ -177,13 +177,13 @@ dependencies = [
|
|
|
177
177
|
"serde",
|
|
178
178
|
"serde_yaml",
|
|
179
179
|
"target-triple",
|
|
180
|
-
"thiserror 2.0.
|
|
180
|
+
"thiserror 2.0.16",
|
|
181
181
|
"tree-sitter",
|
|
182
182
|
]
|
|
183
183
|
|
|
184
184
|
[[package]]
|
|
185
185
|
name = "ast-grep-language"
|
|
186
|
-
version = "0.39.
|
|
186
|
+
version = "0.39.6"
|
|
187
187
|
dependencies = [
|
|
188
188
|
"ast-grep-core",
|
|
189
189
|
"ignore",
|
|
@@ -218,22 +218,25 @@ dependencies = [
|
|
|
218
218
|
|
|
219
219
|
[[package]]
|
|
220
220
|
name = "ast-grep-lsp"
|
|
221
|
-
version = "0.39.
|
|
221
|
+
version = "0.39.6"
|
|
222
222
|
dependencies = [
|
|
223
223
|
"anyhow",
|
|
224
224
|
"ast-grep-config",
|
|
225
225
|
"ast-grep-core",
|
|
226
226
|
"ast-grep-language",
|
|
227
227
|
"dashmap",
|
|
228
|
+
"futures",
|
|
228
229
|
"serde",
|
|
229
230
|
"serde_json",
|
|
230
231
|
"tokio",
|
|
232
|
+
"tokio-stream",
|
|
233
|
+
"tokio-util",
|
|
231
234
|
"tower-lsp-server",
|
|
232
235
|
]
|
|
233
236
|
|
|
234
237
|
[[package]]
|
|
235
238
|
name = "ast-grep-napi"
|
|
236
|
-
version = "0.39.
|
|
239
|
+
version = "0.39.6"
|
|
237
240
|
dependencies = [
|
|
238
241
|
"ast-grep-config",
|
|
239
242
|
"ast-grep-core",
|
|
@@ -249,7 +252,7 @@ dependencies = [
|
|
|
249
252
|
|
|
250
253
|
[[package]]
|
|
251
254
|
name = "ast-grep-py"
|
|
252
|
-
version = "0.39.
|
|
255
|
+
version = "0.39.6"
|
|
253
256
|
dependencies = [
|
|
254
257
|
"anyhow",
|
|
255
258
|
"ast-grep-config",
|
|
@@ -290,7 +293,7 @@ dependencies = [
|
|
|
290
293
|
"miniz_oxide",
|
|
291
294
|
"object",
|
|
292
295
|
"rustc-demangle",
|
|
293
|
-
"windows-targets
|
|
296
|
+
"windows-targets",
|
|
294
297
|
]
|
|
295
298
|
|
|
296
299
|
[[package]]
|
|
@@ -331,12 +334,6 @@ dependencies = [
|
|
|
331
334
|
"serde",
|
|
332
335
|
]
|
|
333
336
|
|
|
334
|
-
[[package]]
|
|
335
|
-
name = "byteorder"
|
|
336
|
-
version = "1.5.0"
|
|
337
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
338
|
-
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
339
|
-
|
|
340
337
|
[[package]]
|
|
341
338
|
name = "bytes"
|
|
342
339
|
version = "1.10.1"
|
|
@@ -366,9 +363,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
366
363
|
|
|
367
364
|
[[package]]
|
|
368
365
|
name = "clap"
|
|
369
|
-
version = "4.5.
|
|
366
|
+
version = "4.5.48"
|
|
370
367
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
371
|
-
checksum = "
|
|
368
|
+
checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
|
|
372
369
|
dependencies = [
|
|
373
370
|
"clap_builder",
|
|
374
371
|
"clap_derive",
|
|
@@ -376,9 +373,9 @@ dependencies = [
|
|
|
376
373
|
|
|
377
374
|
[[package]]
|
|
378
375
|
name = "clap_builder"
|
|
379
|
-
version = "4.5.
|
|
376
|
+
version = "4.5.48"
|
|
380
377
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
381
|
-
checksum = "
|
|
378
|
+
checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
|
|
382
379
|
dependencies = [
|
|
383
380
|
"anstream",
|
|
384
381
|
"anstyle",
|
|
@@ -388,18 +385,18 @@ dependencies = [
|
|
|
388
385
|
|
|
389
386
|
[[package]]
|
|
390
387
|
name = "clap_complete"
|
|
391
|
-
version = "4.5.
|
|
388
|
+
version = "4.5.58"
|
|
392
389
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
393
|
-
checksum = "
|
|
390
|
+
checksum = "75bf0b32ad2e152de789bb635ea4d3078f6b838ad7974143e99b99f45a04af4a"
|
|
394
391
|
dependencies = [
|
|
395
392
|
"clap",
|
|
396
393
|
]
|
|
397
394
|
|
|
398
395
|
[[package]]
|
|
399
396
|
name = "clap_derive"
|
|
400
|
-
version = "4.5.
|
|
397
|
+
version = "4.5.47"
|
|
401
398
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
402
|
-
checksum = "
|
|
399
|
+
checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
|
|
403
400
|
dependencies = [
|
|
404
401
|
"heck",
|
|
405
402
|
"proc-macro2",
|
|
@@ -454,17 +451,17 @@ version = "1.1.0"
|
|
|
454
451
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
455
452
|
checksum = "980c2afde4af43d6a05c5be738f9eae595cff86dce1f38f88b95058a98c027f3"
|
|
456
453
|
dependencies = [
|
|
457
|
-
"crossterm
|
|
454
|
+
"crossterm",
|
|
458
455
|
]
|
|
459
456
|
|
|
460
457
|
[[package]]
|
|
461
458
|
name = "crokey"
|
|
462
|
-
version = "1.
|
|
459
|
+
version = "1.3.0"
|
|
463
460
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
464
|
-
checksum = "
|
|
461
|
+
checksum = "51360853ebbeb3df20c76c82aecf43d387a62860f1a59ba65ab51f00eea85aad"
|
|
465
462
|
dependencies = [
|
|
466
463
|
"crokey-proc_macros",
|
|
467
|
-
"crossterm
|
|
464
|
+
"crossterm",
|
|
468
465
|
"once_cell",
|
|
469
466
|
"serde",
|
|
470
467
|
"strict",
|
|
@@ -472,11 +469,11 @@ dependencies = [
|
|
|
472
469
|
|
|
473
470
|
[[package]]
|
|
474
471
|
name = "crokey-proc_macros"
|
|
475
|
-
version = "1.
|
|
472
|
+
version = "1.3.0"
|
|
476
473
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
477
|
-
checksum = "
|
|
474
|
+
checksum = "3bf1a727caeb5ee5e0a0826a97f205a9cf84ee964b0b48239fef5214a00ae439"
|
|
478
475
|
dependencies = [
|
|
479
|
-
"crossterm
|
|
476
|
+
"crossterm",
|
|
480
477
|
"proc-macro2",
|
|
481
478
|
"quote",
|
|
482
479
|
"strict",
|
|
@@ -539,22 +536,6 @@ version = "0.8.21"
|
|
|
539
536
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
540
537
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
541
538
|
|
|
542
|
-
[[package]]
|
|
543
|
-
name = "crossterm"
|
|
544
|
-
version = "0.25.0"
|
|
545
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
546
|
-
checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
|
|
547
|
-
dependencies = [
|
|
548
|
-
"bitflags 1.3.2",
|
|
549
|
-
"crossterm_winapi",
|
|
550
|
-
"libc",
|
|
551
|
-
"mio 0.8.11",
|
|
552
|
-
"parking_lot",
|
|
553
|
-
"signal-hook",
|
|
554
|
-
"signal-hook-mio",
|
|
555
|
-
"winapi",
|
|
556
|
-
]
|
|
557
|
-
|
|
558
539
|
[[package]]
|
|
559
540
|
name = "crossterm"
|
|
560
541
|
version = "0.29.0"
|
|
@@ -565,7 +546,7 @@ dependencies = [
|
|
|
565
546
|
"crossterm_winapi",
|
|
566
547
|
"derive_more",
|
|
567
548
|
"document-features",
|
|
568
|
-
"mio
|
|
549
|
+
"mio",
|
|
569
550
|
"parking_lot",
|
|
570
551
|
"rustix",
|
|
571
552
|
"signal-hook",
|
|
@@ -582,32 +563,16 @@ dependencies = [
|
|
|
582
563
|
"winapi",
|
|
583
564
|
]
|
|
584
565
|
|
|
585
|
-
[[package]]
|
|
586
|
-
name = "ctor"
|
|
587
|
-
version = "0.4.2"
|
|
588
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
589
|
-
checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
|
|
590
|
-
dependencies = [
|
|
591
|
-
"ctor-proc-macro 0.0.5",
|
|
592
|
-
"dtor 0.0.6",
|
|
593
|
-
]
|
|
594
|
-
|
|
595
566
|
[[package]]
|
|
596
567
|
name = "ctor"
|
|
597
568
|
version = "0.5.0"
|
|
598
569
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
599
570
|
checksum = "67773048316103656a637612c4a62477603b777d91d9c62ff2290f9cde178fdb"
|
|
600
571
|
dependencies = [
|
|
601
|
-
"ctor-proc-macro
|
|
602
|
-
"dtor
|
|
572
|
+
"ctor-proc-macro",
|
|
573
|
+
"dtor",
|
|
603
574
|
]
|
|
604
575
|
|
|
605
|
-
[[package]]
|
|
606
|
-
name = "ctor-proc-macro"
|
|
607
|
-
version = "0.0.5"
|
|
608
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
609
|
-
checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
|
|
610
|
-
|
|
611
576
|
[[package]]
|
|
612
577
|
name = "ctor-proc-macro"
|
|
613
578
|
version = "0.0.6"
|
|
@@ -670,30 +635,15 @@ dependencies = [
|
|
|
670
635
|
"litrs",
|
|
671
636
|
]
|
|
672
637
|
|
|
673
|
-
[[package]]
|
|
674
|
-
name = "dtor"
|
|
675
|
-
version = "0.0.6"
|
|
676
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
677
|
-
checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
|
|
678
|
-
dependencies = [
|
|
679
|
-
"dtor-proc-macro 0.0.5",
|
|
680
|
-
]
|
|
681
|
-
|
|
682
638
|
[[package]]
|
|
683
639
|
name = "dtor"
|
|
684
640
|
version = "0.1.0"
|
|
685
641
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
686
642
|
checksum = "e58a0764cddb55ab28955347b45be00ade43d4d6f3ba4bf3dc354e4ec9432934"
|
|
687
643
|
dependencies = [
|
|
688
|
-
"dtor-proc-macro
|
|
644
|
+
"dtor-proc-macro",
|
|
689
645
|
]
|
|
690
646
|
|
|
691
|
-
[[package]]
|
|
692
|
-
name = "dtor-proc-macro"
|
|
693
|
-
version = "0.0.5"
|
|
694
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
695
|
-
checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
|
|
696
|
-
|
|
697
647
|
[[package]]
|
|
698
648
|
name = "dtor-proc-macro"
|
|
699
649
|
version = "0.0.6"
|
|
@@ -719,7 +669,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
719
669
|
checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
|
|
720
670
|
dependencies = [
|
|
721
671
|
"libc",
|
|
722
|
-
"windows-sys 0.
|
|
672
|
+
"windows-sys 0.59.0",
|
|
723
673
|
]
|
|
724
674
|
|
|
725
675
|
[[package]]
|
|
@@ -754,6 +704,7 @@ checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
|
|
754
704
|
dependencies = [
|
|
755
705
|
"futures-channel",
|
|
756
706
|
"futures-core",
|
|
707
|
+
"futures-executor",
|
|
757
708
|
"futures-io",
|
|
758
709
|
"futures-sink",
|
|
759
710
|
"futures-task",
|
|
@@ -776,6 +727,17 @@ version = "0.3.31"
|
|
|
776
727
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
777
728
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
778
729
|
|
|
730
|
+
[[package]]
|
|
731
|
+
name = "futures-executor"
|
|
732
|
+
version = "0.3.31"
|
|
733
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
734
|
+
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
|
735
|
+
dependencies = [
|
|
736
|
+
"futures-core",
|
|
737
|
+
"futures-task",
|
|
738
|
+
"futures-util",
|
|
739
|
+
]
|
|
740
|
+
|
|
779
741
|
[[package]]
|
|
780
742
|
name = "futures-io"
|
|
781
743
|
version = "0.3.31"
|
|
@@ -832,15 +794,6 @@ dependencies = [
|
|
|
832
794
|
"thread_local",
|
|
833
795
|
]
|
|
834
796
|
|
|
835
|
-
[[package]]
|
|
836
|
-
name = "fxhash"
|
|
837
|
-
version = "0.2.1"
|
|
838
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
839
|
-
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
840
|
-
dependencies = [
|
|
841
|
-
"byteorder",
|
|
842
|
-
]
|
|
843
|
-
|
|
844
797
|
[[package]]
|
|
845
798
|
name = "getrandom"
|
|
846
799
|
version = "0.3.2"
|
|
@@ -923,9 +876,9 @@ dependencies = [
|
|
|
923
876
|
|
|
924
877
|
[[package]]
|
|
925
878
|
name = "indexmap"
|
|
926
|
-
version = "2.
|
|
879
|
+
version = "2.11.4"
|
|
927
880
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
928
|
-
checksum = "
|
|
881
|
+
checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
|
|
929
882
|
dependencies = [
|
|
930
883
|
"equivalent",
|
|
931
884
|
"hashbrown 0.15.2",
|
|
@@ -939,19 +892,16 @@ checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
|
|
|
939
892
|
|
|
940
893
|
[[package]]
|
|
941
894
|
name = "inquire"
|
|
942
|
-
version = "0.
|
|
895
|
+
version = "0.9.1"
|
|
943
896
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
944
|
-
checksum = "
|
|
897
|
+
checksum = "2628910d0114e9139056161d8644a2026be7b117f8498943f9437748b04c9e0a"
|
|
945
898
|
dependencies = [
|
|
946
899
|
"bitflags 2.9.0",
|
|
947
|
-
"crossterm
|
|
900
|
+
"crossterm",
|
|
948
901
|
"dyn-clone",
|
|
949
902
|
"fuzzy-matcher",
|
|
950
|
-
"fxhash",
|
|
951
|
-
"newline-converter",
|
|
952
|
-
"once_cell",
|
|
953
903
|
"unicode-segmentation",
|
|
954
|
-
"unicode-width 0.
|
|
904
|
+
"unicode-width 0.2.0",
|
|
955
905
|
]
|
|
956
906
|
|
|
957
907
|
[[package]]
|
|
@@ -1008,12 +958,12 @@ checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
|
|
1008
958
|
|
|
1009
959
|
[[package]]
|
|
1010
960
|
name = "libloading"
|
|
1011
|
-
version = "0.8.
|
|
961
|
+
version = "0.8.9"
|
|
1012
962
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1013
|
-
checksum = "
|
|
963
|
+
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
|
1014
964
|
dependencies = [
|
|
1015
965
|
"cfg-if",
|
|
1016
|
-
"windows-
|
|
966
|
+
"windows-link",
|
|
1017
967
|
]
|
|
1018
968
|
|
|
1019
969
|
[[package]]
|
|
@@ -1090,18 +1040,6 @@ dependencies = [
|
|
|
1090
1040
|
"adler2",
|
|
1091
1041
|
]
|
|
1092
1042
|
|
|
1093
|
-
[[package]]
|
|
1094
|
-
name = "mio"
|
|
1095
|
-
version = "0.8.11"
|
|
1096
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1097
|
-
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
|
1098
|
-
dependencies = [
|
|
1099
|
-
"libc",
|
|
1100
|
-
"log",
|
|
1101
|
-
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
1102
|
-
"windows-sys 0.48.0",
|
|
1103
|
-
]
|
|
1104
|
-
|
|
1105
1043
|
[[package]]
|
|
1106
1044
|
name = "mio"
|
|
1107
1045
|
version = "1.0.3"
|
|
@@ -1116,13 +1054,13 @@ dependencies = [
|
|
|
1116
1054
|
|
|
1117
1055
|
[[package]]
|
|
1118
1056
|
name = "napi"
|
|
1119
|
-
version = "3.
|
|
1057
|
+
version = "3.3.0"
|
|
1120
1058
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1121
|
-
checksum = "
|
|
1059
|
+
checksum = "f1b74e3dce5230795bb4d2821b941706dee733c7308752507254b0497f39cad7"
|
|
1122
1060
|
dependencies = [
|
|
1123
1061
|
"anyhow",
|
|
1124
1062
|
"bitflags 2.9.0",
|
|
1125
|
-
"ctor
|
|
1063
|
+
"ctor",
|
|
1126
1064
|
"napi-build",
|
|
1127
1065
|
"napi-sys",
|
|
1128
1066
|
"nohash-hasher",
|
|
@@ -1139,12 +1077,12 @@ checksum = "dcae8ad5609d14afb3a3b91dee88c757016261b151e9dcecabf1b2a31a6cab14"
|
|
|
1139
1077
|
|
|
1140
1078
|
[[package]]
|
|
1141
1079
|
name = "napi-derive"
|
|
1142
|
-
version = "3.2.
|
|
1080
|
+
version = "3.2.5"
|
|
1143
1081
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1144
|
-
checksum = "
|
|
1082
|
+
checksum = "7552d5a579b834614bbd496db5109f1b9f1c758f08224b0dee1e408333adf0d0"
|
|
1145
1083
|
dependencies = [
|
|
1146
1084
|
"convert_case 0.8.0",
|
|
1147
|
-
"ctor
|
|
1085
|
+
"ctor",
|
|
1148
1086
|
"napi-derive-backend",
|
|
1149
1087
|
"proc-macro2",
|
|
1150
1088
|
"quote",
|
|
@@ -1153,9 +1091,9 @@ dependencies = [
|
|
|
1153
1091
|
|
|
1154
1092
|
[[package]]
|
|
1155
1093
|
name = "napi-derive-backend"
|
|
1156
|
-
version = "2.
|
|
1094
|
+
version = "2.2.0"
|
|
1157
1095
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1158
|
-
checksum = "
|
|
1096
|
+
checksum = "5f6a81ac7486b70f2532a289603340862c06eea5a1e650c1ffeda2ce1238516a"
|
|
1159
1097
|
dependencies = [
|
|
1160
1098
|
"convert_case 0.8.0",
|
|
1161
1099
|
"proc-macro2",
|
|
@@ -1173,15 +1111,6 @@ dependencies = [
|
|
|
1173
1111
|
"libloading",
|
|
1174
1112
|
]
|
|
1175
1113
|
|
|
1176
|
-
[[package]]
|
|
1177
|
-
name = "newline-converter"
|
|
1178
|
-
version = "0.3.0"
|
|
1179
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1180
|
-
checksum = "47b6b097ecb1cbfed438542d16e84fd7ad9b0c76c8a65b7f9039212a3d14dc7f"
|
|
1181
|
-
dependencies = [
|
|
1182
|
-
"unicode-segmentation",
|
|
1183
|
-
]
|
|
1184
|
-
|
|
1185
1114
|
[[package]]
|
|
1186
1115
|
name = "nix"
|
|
1187
1116
|
version = "0.29.0"
|
|
@@ -1250,7 +1179,7 @@ dependencies = [
|
|
|
1250
1179
|
"libc",
|
|
1251
1180
|
"redox_syscall",
|
|
1252
1181
|
"smallvec",
|
|
1253
|
-
"windows-targets
|
|
1182
|
+
"windows-targets",
|
|
1254
1183
|
]
|
|
1255
1184
|
|
|
1256
1185
|
[[package]]
|
|
@@ -1312,9 +1241,9 @@ dependencies = [
|
|
|
1312
1241
|
|
|
1313
1242
|
[[package]]
|
|
1314
1243
|
name = "pyo3"
|
|
1315
|
-
version = "0.
|
|
1244
|
+
version = "0.26.0"
|
|
1316
1245
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1317
|
-
checksum = "
|
|
1246
|
+
checksum = "7ba0117f4212101ee6544044dae45abe1083d30ce7b29c4b5cbdfa2354e07383"
|
|
1318
1247
|
dependencies = [
|
|
1319
1248
|
"anyhow",
|
|
1320
1249
|
"indoc",
|
|
@@ -1330,19 +1259,18 @@ dependencies = [
|
|
|
1330
1259
|
|
|
1331
1260
|
[[package]]
|
|
1332
1261
|
name = "pyo3-build-config"
|
|
1333
|
-
version = "0.
|
|
1262
|
+
version = "0.26.0"
|
|
1334
1263
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1335
|
-
checksum = "
|
|
1264
|
+
checksum = "4fc6ddaf24947d12a9aa31ac65431fb1b851b8f4365426e182901eabfb87df5f"
|
|
1336
1265
|
dependencies = [
|
|
1337
|
-
"once_cell",
|
|
1338
1266
|
"target-lexicon",
|
|
1339
1267
|
]
|
|
1340
1268
|
|
|
1341
1269
|
[[package]]
|
|
1342
1270
|
name = "pyo3-ffi"
|
|
1343
|
-
version = "0.
|
|
1271
|
+
version = "0.26.0"
|
|
1344
1272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1345
|
-
checksum = "
|
|
1273
|
+
checksum = "025474d3928738efb38ac36d4744a74a400c901c7596199e20e45d98eb194105"
|
|
1346
1274
|
dependencies = [
|
|
1347
1275
|
"libc",
|
|
1348
1276
|
"pyo3-build-config",
|
|
@@ -1350,9 +1278,9 @@ dependencies = [
|
|
|
1350
1278
|
|
|
1351
1279
|
[[package]]
|
|
1352
1280
|
name = "pyo3-macros"
|
|
1353
|
-
version = "0.
|
|
1281
|
+
version = "0.26.0"
|
|
1354
1282
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1355
|
-
checksum = "
|
|
1283
|
+
checksum = "2e64eb489f22fe1c95911b77c44cc41e7c19f3082fc81cce90f657cdc42ffded"
|
|
1356
1284
|
dependencies = [
|
|
1357
1285
|
"proc-macro2",
|
|
1358
1286
|
"pyo3-macros-backend",
|
|
@@ -1362,9 +1290,9 @@ dependencies = [
|
|
|
1362
1290
|
|
|
1363
1291
|
[[package]]
|
|
1364
1292
|
name = "pyo3-macros-backend"
|
|
1365
|
-
version = "0.
|
|
1293
|
+
version = "0.26.0"
|
|
1366
1294
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1367
|
-
checksum = "
|
|
1295
|
+
checksum = "100246c0ecf400b475341b8455a9213344569af29a3c841d29270e53102e0fcf"
|
|
1368
1296
|
dependencies = [
|
|
1369
1297
|
"heck",
|
|
1370
1298
|
"proc-macro2",
|
|
@@ -1375,9 +1303,9 @@ dependencies = [
|
|
|
1375
1303
|
|
|
1376
1304
|
[[package]]
|
|
1377
1305
|
name = "pythonize"
|
|
1378
|
-
version = "0.
|
|
1306
|
+
version = "0.26.0"
|
|
1379
1307
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1380
|
-
checksum = "
|
|
1308
|
+
checksum = "11e06e4cff9be2bbf2bddf28a486ae619172ea57e79787f856572878c62dcfe2"
|
|
1381
1309
|
dependencies = [
|
|
1382
1310
|
"pyo3",
|
|
1383
1311
|
"serde",
|
|
@@ -1429,9 +1357,9 @@ dependencies = [
|
|
|
1429
1357
|
|
|
1430
1358
|
[[package]]
|
|
1431
1359
|
name = "regex"
|
|
1432
|
-
version = "1.11.
|
|
1360
|
+
version = "1.11.2"
|
|
1433
1361
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1434
|
-
checksum = "
|
|
1362
|
+
checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912"
|
|
1435
1363
|
dependencies = [
|
|
1436
1364
|
"aho-corasick",
|
|
1437
1365
|
"memchr",
|
|
@@ -1478,7 +1406,7 @@ dependencies = [
|
|
|
1478
1406
|
"errno",
|
|
1479
1407
|
"libc",
|
|
1480
1408
|
"linux-raw-sys",
|
|
1481
|
-
"windows-sys 0.
|
|
1409
|
+
"windows-sys 0.59.0",
|
|
1482
1410
|
]
|
|
1483
1411
|
|
|
1484
1412
|
[[package]]
|
|
@@ -1535,18 +1463,28 @@ checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
|
|
|
1535
1463
|
|
|
1536
1464
|
[[package]]
|
|
1537
1465
|
name = "serde"
|
|
1538
|
-
version = "1.0.
|
|
1466
|
+
version = "1.0.226"
|
|
1467
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1468
|
+
checksum = "0dca6411025b24b60bfa7ec1fe1f8e710ac09782dca409ee8237ba74b51295fd"
|
|
1469
|
+
dependencies = [
|
|
1470
|
+
"serde_core",
|
|
1471
|
+
"serde_derive",
|
|
1472
|
+
]
|
|
1473
|
+
|
|
1474
|
+
[[package]]
|
|
1475
|
+
name = "serde_core"
|
|
1476
|
+
version = "1.0.226"
|
|
1539
1477
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1540
|
-
checksum = "
|
|
1478
|
+
checksum = "ba2ba63999edb9dac981fb34b3e5c0d111a69b0924e253ed29d83f7c99e966a4"
|
|
1541
1479
|
dependencies = [
|
|
1542
1480
|
"serde_derive",
|
|
1543
1481
|
]
|
|
1544
1482
|
|
|
1545
1483
|
[[package]]
|
|
1546
1484
|
name = "serde_derive"
|
|
1547
|
-
version = "1.0.
|
|
1485
|
+
version = "1.0.226"
|
|
1548
1486
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1549
|
-
checksum = "
|
|
1487
|
+
checksum = "8db53ae22f34573731bafa1db20f04027b2d25e02d8205921b569171699cdb33"
|
|
1550
1488
|
dependencies = [
|
|
1551
1489
|
"proc-macro2",
|
|
1552
1490
|
"quote",
|
|
@@ -1566,15 +1504,16 @@ dependencies = [
|
|
|
1566
1504
|
|
|
1567
1505
|
[[package]]
|
|
1568
1506
|
name = "serde_json"
|
|
1569
|
-
version = "1.0.
|
|
1507
|
+
version = "1.0.145"
|
|
1570
1508
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1571
|
-
checksum = "
|
|
1509
|
+
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
|
1572
1510
|
dependencies = [
|
|
1573
1511
|
"indexmap",
|
|
1574
1512
|
"itoa",
|
|
1575
1513
|
"memchr",
|
|
1576
1514
|
"ryu",
|
|
1577
1515
|
"serde",
|
|
1516
|
+
"serde_core",
|
|
1578
1517
|
]
|
|
1579
1518
|
|
|
1580
1519
|
[[package]]
|
|
@@ -1624,8 +1563,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1624
1563
|
checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
|
|
1625
1564
|
dependencies = [
|
|
1626
1565
|
"libc",
|
|
1627
|
-
"mio
|
|
1628
|
-
"mio 1.0.3",
|
|
1566
|
+
"mio",
|
|
1629
1567
|
"signal-hook",
|
|
1630
1568
|
]
|
|
1631
1569
|
|
|
@@ -1708,15 +1646,15 @@ checksum = "1ac9aa371f599d22256307c24a9d748c041e548cbf599f35d890f9d365361790"
|
|
|
1708
1646
|
|
|
1709
1647
|
[[package]]
|
|
1710
1648
|
name = "tempfile"
|
|
1711
|
-
version = "3.
|
|
1649
|
+
version = "3.23.0"
|
|
1712
1650
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1713
|
-
checksum = "
|
|
1651
|
+
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
|
|
1714
1652
|
dependencies = [
|
|
1715
1653
|
"fastrand",
|
|
1716
1654
|
"getrandom",
|
|
1717
1655
|
"once_cell",
|
|
1718
1656
|
"rustix",
|
|
1719
|
-
"windows-sys 0.
|
|
1657
|
+
"windows-sys 0.59.0",
|
|
1720
1658
|
]
|
|
1721
1659
|
|
|
1722
1660
|
[[package]]
|
|
@@ -1730,9 +1668,9 @@ dependencies = [
|
|
|
1730
1668
|
|
|
1731
1669
|
[[package]]
|
|
1732
1670
|
name = "termimad"
|
|
1733
|
-
version = "0.
|
|
1671
|
+
version = "0.34.0"
|
|
1734
1672
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1735
|
-
checksum = "
|
|
1673
|
+
checksum = "68ff5ca043d65d4ea43b65cdb4e3aba119657d0d12caf44f93212ec3168a8e20"
|
|
1736
1674
|
dependencies = [
|
|
1737
1675
|
"coolor",
|
|
1738
1676
|
"crokey",
|
|
@@ -1740,7 +1678,7 @@ dependencies = [
|
|
|
1740
1678
|
"lazy-regex",
|
|
1741
1679
|
"minimad",
|
|
1742
1680
|
"serde",
|
|
1743
|
-
"thiserror 2.0.
|
|
1681
|
+
"thiserror 2.0.16",
|
|
1744
1682
|
"unicode-width 0.1.14",
|
|
1745
1683
|
]
|
|
1746
1684
|
|
|
@@ -1751,7 +1689,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1751
1689
|
checksum = "a6f76be906d875a0ce764c52a055858c24847cb7dc674d3a5ad8cf7e3dd4ee9f"
|
|
1752
1690
|
dependencies = [
|
|
1753
1691
|
"coolor",
|
|
1754
|
-
"crossterm
|
|
1692
|
+
"crossterm",
|
|
1755
1693
|
"thiserror 1.0.69",
|
|
1756
1694
|
"xterm-query",
|
|
1757
1695
|
]
|
|
@@ -1773,11 +1711,11 @@ dependencies = [
|
|
|
1773
1711
|
|
|
1774
1712
|
[[package]]
|
|
1775
1713
|
name = "thiserror"
|
|
1776
|
-
version = "2.0.
|
|
1714
|
+
version = "2.0.16"
|
|
1777
1715
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1778
|
-
checksum = "
|
|
1716
|
+
checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"
|
|
1779
1717
|
dependencies = [
|
|
1780
|
-
"thiserror-impl 2.0.
|
|
1718
|
+
"thiserror-impl 2.0.16",
|
|
1781
1719
|
]
|
|
1782
1720
|
|
|
1783
1721
|
[[package]]
|
|
@@ -1793,9 +1731,9 @@ dependencies = [
|
|
|
1793
1731
|
|
|
1794
1732
|
[[package]]
|
|
1795
1733
|
name = "thiserror-impl"
|
|
1796
|
-
version = "2.0.
|
|
1734
|
+
version = "2.0.16"
|
|
1797
1735
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1798
|
-
checksum = "
|
|
1736
|
+
checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"
|
|
1799
1737
|
dependencies = [
|
|
1800
1738
|
"proc-macro2",
|
|
1801
1739
|
"quote",
|
|
@@ -1822,7 +1760,7 @@ dependencies = [
|
|
|
1822
1760
|
"bytes",
|
|
1823
1761
|
"io-uring",
|
|
1824
1762
|
"libc",
|
|
1825
|
-
"mio
|
|
1763
|
+
"mio",
|
|
1826
1764
|
"pin-project-lite",
|
|
1827
1765
|
"slab",
|
|
1828
1766
|
"tokio-macros",
|
|
@@ -1839,11 +1777,22 @@ dependencies = [
|
|
|
1839
1777
|
"syn",
|
|
1840
1778
|
]
|
|
1841
1779
|
|
|
1780
|
+
[[package]]
|
|
1781
|
+
name = "tokio-stream"
|
|
1782
|
+
version = "0.1.17"
|
|
1783
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1784
|
+
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
|
1785
|
+
dependencies = [
|
|
1786
|
+
"futures-core",
|
|
1787
|
+
"pin-project-lite",
|
|
1788
|
+
"tokio",
|
|
1789
|
+
]
|
|
1790
|
+
|
|
1842
1791
|
[[package]]
|
|
1843
1792
|
name = "tokio-util"
|
|
1844
|
-
version = "0.7.
|
|
1793
|
+
version = "0.7.16"
|
|
1845
1794
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1846
|
-
checksum = "
|
|
1795
|
+
checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
|
|
1847
1796
|
dependencies = [
|
|
1848
1797
|
"bytes",
|
|
1849
1798
|
"futures-core",
|
|
@@ -1854,18 +1803,18 @@ dependencies = [
|
|
|
1854
1803
|
|
|
1855
1804
|
[[package]]
|
|
1856
1805
|
name = "toml_datetime"
|
|
1857
|
-
version = "0.7.
|
|
1806
|
+
version = "0.7.2"
|
|
1858
1807
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1859
|
-
checksum = "
|
|
1808
|
+
checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1"
|
|
1860
1809
|
dependencies = [
|
|
1861
|
-
"
|
|
1810
|
+
"serde_core",
|
|
1862
1811
|
]
|
|
1863
1812
|
|
|
1864
1813
|
[[package]]
|
|
1865
1814
|
name = "toml_edit"
|
|
1866
|
-
version = "0.23.
|
|
1815
|
+
version = "0.23.6"
|
|
1867
1816
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1868
|
-
checksum = "
|
|
1817
|
+
checksum = "f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b"
|
|
1869
1818
|
dependencies = [
|
|
1870
1819
|
"indexmap",
|
|
1871
1820
|
"toml_datetime",
|
|
@@ -1876,18 +1825,18 @@ dependencies = [
|
|
|
1876
1825
|
|
|
1877
1826
|
[[package]]
|
|
1878
1827
|
name = "toml_parser"
|
|
1879
|
-
version = "1.0.
|
|
1828
|
+
version = "1.0.3"
|
|
1880
1829
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1881
|
-
checksum = "
|
|
1830
|
+
checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627"
|
|
1882
1831
|
dependencies = [
|
|
1883
1832
|
"winnow",
|
|
1884
1833
|
]
|
|
1885
1834
|
|
|
1886
1835
|
[[package]]
|
|
1887
1836
|
name = "toml_writer"
|
|
1888
|
-
version = "1.0.
|
|
1837
|
+
version = "1.0.3"
|
|
1889
1838
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1890
|
-
checksum = "
|
|
1839
|
+
checksum = "d163a63c116ce562a22cda521fcc4d79152e7aba014456fb5eb442f6d6a10109"
|
|
1891
1840
|
|
|
1892
1841
|
[[package]]
|
|
1893
1842
|
name = "tower"
|
|
@@ -1968,9 +1917,9 @@ dependencies = [
|
|
|
1968
1917
|
|
|
1969
1918
|
[[package]]
|
|
1970
1919
|
name = "tree-sitter"
|
|
1971
|
-
version = "0.25.
|
|
1920
|
+
version = "0.25.10"
|
|
1972
1921
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1973
|
-
checksum = "
|
|
1922
|
+
checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
|
|
1974
1923
|
dependencies = [
|
|
1975
1924
|
"cc",
|
|
1976
1925
|
"regex",
|
|
@@ -2022,9 +1971,9 @@ dependencies = [
|
|
|
2022
1971
|
|
|
2023
1972
|
[[package]]
|
|
2024
1973
|
name = "tree-sitter-css"
|
|
2025
|
-
version = "0.
|
|
1974
|
+
version = "0.25.0"
|
|
2026
1975
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2027
|
-
checksum = "
|
|
1976
|
+
checksum = "a5cbc5e18f29a2c6d6435891f42569525cf95435a3e01c2f1947abcde178686f"
|
|
2028
1977
|
dependencies = [
|
|
2029
1978
|
"cc",
|
|
2030
1979
|
"tree-sitter-language",
|
|
@@ -2042,9 +1991,9 @@ dependencies = [
|
|
|
2042
1991
|
|
|
2043
1992
|
[[package]]
|
|
2044
1993
|
name = "tree-sitter-go"
|
|
2045
|
-
version = "0.
|
|
1994
|
+
version = "0.25.0"
|
|
2046
1995
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2047
|
-
checksum = "
|
|
1996
|
+
checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
|
|
2048
1997
|
dependencies = [
|
|
2049
1998
|
"cc",
|
|
2050
1999
|
"tree-sitter-language",
|
|
@@ -2092,9 +2041,9 @@ dependencies = [
|
|
|
2092
2041
|
|
|
2093
2042
|
[[package]]
|
|
2094
2043
|
name = "tree-sitter-javascript"
|
|
2095
|
-
version = "0.
|
|
2044
|
+
version = "0.25.0"
|
|
2096
2045
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2097
|
-
checksum = "
|
|
2046
|
+
checksum = "68204f2abc0627a90bdf06e605f5c470aa26fdcb2081ea553a04bdad756693f5"
|
|
2098
2047
|
dependencies = [
|
|
2099
2048
|
"cc",
|
|
2100
2049
|
"tree-sitter-language",
|
|
@@ -2148,9 +2097,9 @@ dependencies = [
|
|
|
2148
2097
|
|
|
2149
2098
|
[[package]]
|
|
2150
2099
|
name = "tree-sitter-php"
|
|
2151
|
-
version = "0.
|
|
2100
|
+
version = "0.24.2"
|
|
2152
2101
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2153
|
-
checksum = "
|
|
2102
|
+
checksum = "0d8c17c3ab69052c5eeaa7ff5cd972dd1bc25d1b97ee779fec391ad3b5df5592"
|
|
2154
2103
|
dependencies = [
|
|
2155
2104
|
"cc",
|
|
2156
2105
|
"tree-sitter-language",
|
|
@@ -2158,9 +2107,9 @@ dependencies = [
|
|
|
2158
2107
|
|
|
2159
2108
|
[[package]]
|
|
2160
2109
|
name = "tree-sitter-python"
|
|
2161
|
-
version = "0.
|
|
2110
|
+
version = "0.25.0"
|
|
2162
2111
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2163
|
-
checksum = "
|
|
2112
|
+
checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
|
|
2164
2113
|
dependencies = [
|
|
2165
2114
|
"cc",
|
|
2166
2115
|
"tree-sitter-language",
|
|
@@ -2334,7 +2283,7 @@ version = "0.1.9"
|
|
|
2334
2283
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2335
2284
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
|
2336
2285
|
dependencies = [
|
|
2337
|
-
"windows-sys 0.
|
|
2286
|
+
"windows-sys 0.59.0",
|
|
2338
2287
|
]
|
|
2339
2288
|
|
|
2340
2289
|
[[package]]
|
|
@@ -2344,13 +2293,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2344
2293
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
2345
2294
|
|
|
2346
2295
|
[[package]]
|
|
2347
|
-
name = "windows-
|
|
2348
|
-
version = "0.
|
|
2296
|
+
name = "windows-link"
|
|
2297
|
+
version = "0.2.0"
|
|
2349
2298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2350
|
-
checksum = "
|
|
2351
|
-
dependencies = [
|
|
2352
|
-
"windows-targets 0.48.5",
|
|
2353
|
-
]
|
|
2299
|
+
checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
|
|
2354
2300
|
|
|
2355
2301
|
[[package]]
|
|
2356
2302
|
name = "windows-sys"
|
|
@@ -2358,7 +2304,7 @@ version = "0.52.0"
|
|
|
2358
2304
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2359
2305
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
2360
2306
|
dependencies = [
|
|
2361
|
-
"windows-targets
|
|
2307
|
+
"windows-targets",
|
|
2362
2308
|
]
|
|
2363
2309
|
|
|
2364
2310
|
[[package]]
|
|
@@ -2367,22 +2313,7 @@ version = "0.59.0"
|
|
|
2367
2313
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2368
2314
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
2369
2315
|
dependencies = [
|
|
2370
|
-
"windows-targets
|
|
2371
|
-
]
|
|
2372
|
-
|
|
2373
|
-
[[package]]
|
|
2374
|
-
name = "windows-targets"
|
|
2375
|
-
version = "0.48.5"
|
|
2376
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2377
|
-
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
2378
|
-
dependencies = [
|
|
2379
|
-
"windows_aarch64_gnullvm 0.48.5",
|
|
2380
|
-
"windows_aarch64_msvc 0.48.5",
|
|
2381
|
-
"windows_i686_gnu 0.48.5",
|
|
2382
|
-
"windows_i686_msvc 0.48.5",
|
|
2383
|
-
"windows_x86_64_gnu 0.48.5",
|
|
2384
|
-
"windows_x86_64_gnullvm 0.48.5",
|
|
2385
|
-
"windows_x86_64_msvc 0.48.5",
|
|
2316
|
+
"windows-targets",
|
|
2386
2317
|
]
|
|
2387
2318
|
|
|
2388
2319
|
[[package]]
|
|
@@ -2391,46 +2322,28 @@ version = "0.52.6"
|
|
|
2391
2322
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2392
2323
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
2393
2324
|
dependencies = [
|
|
2394
|
-
"windows_aarch64_gnullvm
|
|
2395
|
-
"windows_aarch64_msvc
|
|
2396
|
-
"windows_i686_gnu
|
|
2325
|
+
"windows_aarch64_gnullvm",
|
|
2326
|
+
"windows_aarch64_msvc",
|
|
2327
|
+
"windows_i686_gnu",
|
|
2397
2328
|
"windows_i686_gnullvm",
|
|
2398
|
-
"windows_i686_msvc
|
|
2399
|
-
"windows_x86_64_gnu
|
|
2400
|
-
"windows_x86_64_gnullvm
|
|
2401
|
-
"windows_x86_64_msvc
|
|
2329
|
+
"windows_i686_msvc",
|
|
2330
|
+
"windows_x86_64_gnu",
|
|
2331
|
+
"windows_x86_64_gnullvm",
|
|
2332
|
+
"windows_x86_64_msvc",
|
|
2402
2333
|
]
|
|
2403
2334
|
|
|
2404
|
-
[[package]]
|
|
2405
|
-
name = "windows_aarch64_gnullvm"
|
|
2406
|
-
version = "0.48.5"
|
|
2407
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2408
|
-
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
2409
|
-
|
|
2410
2335
|
[[package]]
|
|
2411
2336
|
name = "windows_aarch64_gnullvm"
|
|
2412
2337
|
version = "0.52.6"
|
|
2413
2338
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2414
2339
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
2415
2340
|
|
|
2416
|
-
[[package]]
|
|
2417
|
-
name = "windows_aarch64_msvc"
|
|
2418
|
-
version = "0.48.5"
|
|
2419
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2420
|
-
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
2421
|
-
|
|
2422
2341
|
[[package]]
|
|
2423
2342
|
name = "windows_aarch64_msvc"
|
|
2424
2343
|
version = "0.52.6"
|
|
2425
2344
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2426
2345
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
2427
2346
|
|
|
2428
|
-
[[package]]
|
|
2429
|
-
name = "windows_i686_gnu"
|
|
2430
|
-
version = "0.48.5"
|
|
2431
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2432
|
-
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
2433
|
-
|
|
2434
2347
|
[[package]]
|
|
2435
2348
|
name = "windows_i686_gnu"
|
|
2436
2349
|
version = "0.52.6"
|
|
@@ -2443,48 +2356,24 @@ version = "0.52.6"
|
|
|
2443
2356
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2444
2357
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
2445
2358
|
|
|
2446
|
-
[[package]]
|
|
2447
|
-
name = "windows_i686_msvc"
|
|
2448
|
-
version = "0.48.5"
|
|
2449
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2450
|
-
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
2451
|
-
|
|
2452
2359
|
[[package]]
|
|
2453
2360
|
name = "windows_i686_msvc"
|
|
2454
2361
|
version = "0.52.6"
|
|
2455
2362
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2456
2363
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
2457
2364
|
|
|
2458
|
-
[[package]]
|
|
2459
|
-
name = "windows_x86_64_gnu"
|
|
2460
|
-
version = "0.48.5"
|
|
2461
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2462
|
-
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
2463
|
-
|
|
2464
2365
|
[[package]]
|
|
2465
2366
|
name = "windows_x86_64_gnu"
|
|
2466
2367
|
version = "0.52.6"
|
|
2467
2368
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2468
2369
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
2469
2370
|
|
|
2470
|
-
[[package]]
|
|
2471
|
-
name = "windows_x86_64_gnullvm"
|
|
2472
|
-
version = "0.48.5"
|
|
2473
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2474
|
-
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
2475
|
-
|
|
2476
2371
|
[[package]]
|
|
2477
2372
|
name = "windows_x86_64_gnullvm"
|
|
2478
2373
|
version = "0.52.6"
|
|
2479
2374
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2480
2375
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
2481
2376
|
|
|
2482
|
-
[[package]]
|
|
2483
|
-
name = "windows_x86_64_msvc"
|
|
2484
|
-
version = "0.48.5"
|
|
2485
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2486
|
-
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
2487
|
-
|
|
2488
2377
|
[[package]]
|
|
2489
2378
|
name = "windows_x86_64_msvc"
|
|
2490
2379
|
version = "0.52.6"
|
|
@@ -2493,9 +2382,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
2493
2382
|
|
|
2494
2383
|
[[package]]
|
|
2495
2384
|
name = "winnow"
|
|
2496
|
-
version = "0.7.
|
|
2385
|
+
version = "0.7.13"
|
|
2497
2386
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2498
|
-
checksum = "
|
|
2387
|
+
checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
|
|
2499
2388
|
dependencies = [
|
|
2500
2389
|
"memchr",
|
|
2501
2390
|
]
|