ast-grep-cli 0.34.2__tar.gz → 0.34.4__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.
Files changed (112) hide show
  1. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/Cargo.lock +47 -28
  2. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/Cargo.toml +6 -6
  3. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/PKG-INFO +1 -1
  4. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/Cargo.toml +3 -2
  5. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/pyproject.toml +1 -1
  6. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/LICENSE +0 -0
  7. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/README.md +0 -0
  8. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/README.md +0 -0
  9. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/bin/alias.rs +0 -0
  10. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/completions.rs +0 -0
  11. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/config.rs +0 -0
  12. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/lang/injection.rs +0 -0
  13. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/lang/lang_globs.rs +0 -0
  14. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/lang/mod.rs +0 -0
  15. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/lib.rs +0 -0
  16. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/lsp.rs +0 -0
  17. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/main.rs +0 -0
  18. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/new.rs +0 -0
  19. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/print/cloud_print.rs +0 -0
  20. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/print/colored_print/test.rs +0 -0
  21. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/print/colored_print.rs +0 -0
  22. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/print/interactive_print.rs +0 -0
  23. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/print/json_print.rs +0 -0
  24. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/print/mod.rs +0 -0
  25. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/run.rs +0 -0
  26. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/scan.rs +0 -0
  27. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/utils/args.rs +0 -0
  28. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/utils/debug_query.rs +0 -0
  29. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/utils/error_context.rs +0 -0
  30. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/utils/inspect.rs +0 -0
  31. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/utils/mod.rs +0 -0
  32. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/utils/rule_overwrite.rs +0 -0
  33. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/utils/worker.rs +0 -0
  34. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/verify/case_result.rs +0 -0
  35. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/verify/find_file.rs +0 -0
  36. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/verify/reporter.rs +0 -0
  37. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/verify/snapshot.rs +0 -0
  38. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/verify/test_case.rs +0 -0
  39. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/src/verify.rs +0 -0
  40. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/tests/common/mod.rs +0 -0
  41. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/tests/run_test.rs +0 -0
  42. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/tests/scan_test.rs +0 -0
  43. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/cli/tests/verify_test.rs +0 -0
  44. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/Cargo.toml +0 -0
  45. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/check_var.rs +0 -0
  46. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/combined.rs +0 -0
  47. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/fixer.rs +0 -0
  48. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/lib.rs +0 -0
  49. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/maybe.rs +0 -0
  50. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/rule/deserialize_env.rs +0 -0
  51. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/rule/mod.rs +0 -0
  52. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/rule/nth_child.rs +0 -0
  53. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/rule/range.rs +0 -0
  54. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/rule/referent_rule.rs +0 -0
  55. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/rule/relational_rule.rs +0 -0
  56. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/rule/stop_by.rs +0 -0
  57. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/rule_collection.rs +0 -0
  58. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/rule_config.rs +0 -0
  59. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/rule_core.rs +0 -0
  60. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/transform/mod.rs +0 -0
  61. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/transform/rewrite.rs +0 -0
  62. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/transform/string_case.rs +0 -0
  63. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/config/src/transform/transformation.rs +0 -0
  64. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/Cargo.toml +0 -0
  65. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/language.rs +0 -0
  66. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/lib.rs +0 -0
  67. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/match_tree/match_node.rs +0 -0
  68. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/match_tree/mod.rs +0 -0
  69. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/match_tree/strictness.rs +0 -0
  70. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/matcher/kind.rs +0 -0
  71. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/matcher/node_match.rs +0 -0
  72. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/matcher/pattern.rs +0 -0
  73. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/matcher/text.rs +0 -0
  74. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/matcher.rs +0 -0
  75. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/meta_var.rs +0 -0
  76. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/node.rs +0 -0
  77. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/ops.rs +0 -0
  78. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/pinned.rs +0 -0
  79. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/replacer/indent.rs +0 -0
  80. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/replacer/structural.rs +0 -0
  81. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/replacer/template.rs +0 -0
  82. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/replacer.rs +0 -0
  83. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/source.rs +0 -0
  84. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/core/src/traversal.rs +0 -0
  85. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/dynamic/Cargo.toml +0 -0
  86. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/dynamic/src/custom_lang.rs +0 -0
  87. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/dynamic/src/lib.rs +0 -0
  88. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/Cargo.toml +0 -0
  89. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/bash.rs +0 -0
  90. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/cpp.rs +0 -0
  91. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/csharp.rs +0 -0
  92. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/css.rs +0 -0
  93. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/elixir.rs +0 -0
  94. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/go.rs +0 -0
  95. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/haskell.rs +0 -0
  96. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/html.rs +0 -0
  97. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/json.rs +0 -0
  98. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/kotlin.rs +0 -0
  99. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/lib.rs +0 -0
  100. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/lua.rs +0 -0
  101. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/parsers.rs +0 -0
  102. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/php.rs +0 -0
  103. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/python.rs +0 -0
  104. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/ruby.rs +0 -0
  105. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/rust.rs +0 -0
  106. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/scala.rs +0 -0
  107. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/swift.rs +0 -0
  108. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/language/src/yaml.rs +0 -0
  109. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/lsp/Cargo.toml +0 -0
  110. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/lsp/src/lib.rs +0 -0
  111. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/lsp/src/utils.rs +0 -0
  112. {ast_grep_cli-0.34.2 → ast_grep_cli-0.34.4}/crates/lsp/tests/basic.rs +0 -0
@@ -114,7 +114,7 @@ dependencies = [
114
114
 
115
115
  [[package]]
116
116
  name = "ast-grep"
117
- version = "0.34.2"
117
+ version = "0.34.4"
118
118
  dependencies = [
119
119
  "ansi_term",
120
120
  "anyhow",
@@ -144,7 +144,7 @@ dependencies = [
144
144
 
145
145
  [[package]]
146
146
  name = "ast-grep-config"
147
- version = "0.34.2"
147
+ version = "0.34.4"
148
148
  dependencies = [
149
149
  "anyhow",
150
150
  "ast-grep-core",
@@ -160,7 +160,7 @@ dependencies = [
160
160
 
161
161
  [[package]]
162
162
  name = "ast-grep-core"
163
- version = "0.34.2"
163
+ version = "0.34.4"
164
164
  dependencies = [
165
165
  "bit-set",
166
166
  "regex",
@@ -171,7 +171,7 @@ dependencies = [
171
171
 
172
172
  [[package]]
173
173
  name = "ast-grep-dynamic"
174
- version = "0.34.2"
174
+ version = "0.34.4"
175
175
  dependencies = [
176
176
  "ast-grep-core",
177
177
  "ignore",
@@ -184,7 +184,7 @@ dependencies = [
184
184
 
185
185
  [[package]]
186
186
  name = "ast-grep-language"
187
- version = "0.34.2"
187
+ version = "0.34.4"
188
188
  dependencies = [
189
189
  "ast-grep-core",
190
190
  "ignore",
@@ -215,7 +215,7 @@ dependencies = [
215
215
 
216
216
  [[package]]
217
217
  name = "ast-grep-lsp"
218
- version = "0.34.2"
218
+ version = "0.34.4"
219
219
  dependencies = [
220
220
  "ast-grep-config",
221
221
  "ast-grep-core",
@@ -229,7 +229,7 @@ dependencies = [
229
229
 
230
230
  [[package]]
231
231
  name = "ast-grep-napi"
232
- version = "0.34.2"
232
+ version = "0.34.4"
233
233
  dependencies = [
234
234
  "ast-grep-config",
235
235
  "ast-grep-core",
@@ -245,7 +245,7 @@ dependencies = [
245
245
 
246
246
  [[package]]
247
247
  name = "ast-grep-py"
248
- version = "0.34.2"
248
+ version = "0.34.4"
249
249
  dependencies = [
250
250
  "anyhow",
251
251
  "ast-grep-config",
@@ -313,7 +313,7 @@ dependencies = [
313
313
 
314
314
  [[package]]
315
315
  name = "benches"
316
- version = "0.34.2"
316
+ version = "0.34.4"
317
317
  dependencies = [
318
318
  "ast-grep-config",
319
319
  "ast-grep-core",
@@ -449,9 +449,9 @@ dependencies = [
449
449
 
450
450
  [[package]]
451
451
  name = "clap_complete"
452
- version = "4.5.42"
452
+ version = "4.5.44"
453
453
  source = "registry+https://github.com/rust-lang/crates.io-index"
454
- checksum = "33a7e468e750fa4b6be660e8b5651ad47372e8fb114030b594c2d75d48c5ffd0"
454
+ checksum = "375f9d8255adeeedd51053574fd8d4ba875ea5fa558e86617b07f09f1680c8b6"
455
455
  dependencies = [
456
456
  "clap",
457
457
  ]
@@ -805,13 +805,14 @@ dependencies = [
805
805
 
806
806
  [[package]]
807
807
  name = "getrandom"
808
- version = "0.2.15"
808
+ version = "0.3.1"
809
809
  source = "registry+https://github.com/rust-lang/crates.io-index"
810
- checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
810
+ checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
811
811
  dependencies = [
812
812
  "cfg-if",
813
813
  "libc",
814
- "wasi",
814
+ "wasi 0.13.3+wasi-0.2.2",
815
+ "windows-targets 0.52.6",
815
816
  ]
816
817
 
817
818
  [[package]]
@@ -1059,7 +1060,7 @@ checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
1059
1060
  dependencies = [
1060
1061
  "libc",
1061
1062
  "log",
1062
- "wasi",
1063
+ "wasi 0.11.0+wasi-snapshot-preview1",
1063
1064
  "windows-sys 0.48.0",
1064
1065
  ]
1065
1066
 
@@ -1072,7 +1073,7 @@ dependencies = [
1072
1073
  "hermit-abi 0.3.9",
1073
1074
  "libc",
1074
1075
  "log",
1075
- "wasi",
1076
+ "wasi 0.11.0+wasi-snapshot-preview1",
1076
1077
  "windows-sys 0.52.0",
1077
1078
  ]
1078
1079
 
@@ -1094,9 +1095,9 @@ dependencies = [
1094
1095
 
1095
1096
  [[package]]
1096
1097
  name = "napi-build"
1097
- version = "2.1.3"
1098
+ version = "2.1.4"
1098
1099
  source = "registry+https://github.com/rust-lang/crates.io-index"
1099
- checksum = "e1c0f5d67ee408a4685b61f5ab7e58605c8ae3f2b4189f0127d804ff13d5560a"
1100
+ checksum = "db836caddef23662b94e16bf1f26c40eceb09d6aee5d5b06a7ac199320b69b19"
1100
1101
 
1101
1102
  [[package]]
1102
1103
  name = "napi-derive"
@@ -1559,9 +1560,9 @@ dependencies = [
1559
1560
 
1560
1561
  [[package]]
1561
1562
  name = "serde_json"
1562
- version = "1.0.137"
1563
+ version = "1.0.138"
1563
1564
  source = "registry+https://github.com/rust-lang/crates.io-index"
1564
- checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
1565
+ checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
1565
1566
  dependencies = [
1566
1567
  "indexmap",
1567
1568
  "itoa",
@@ -1633,9 +1634,9 @@ dependencies = [
1633
1634
 
1634
1635
  [[package]]
1635
1636
  name = "similar"
1636
- version = "2.6.0"
1637
+ version = "2.7.0"
1637
1638
  source = "registry+https://github.com/rust-lang/crates.io-index"
1638
- checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e"
1639
+ checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
1639
1640
 
1640
1641
  [[package]]
1641
1642
  name = "slab"
@@ -1683,9 +1684,9 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
1683
1684
 
1684
1685
  [[package]]
1685
1686
  name = "tempfile"
1686
- version = "3.15.0"
1687
+ version = "3.16.0"
1687
1688
  source = "registry+https://github.com/rust-lang/crates.io-index"
1688
- checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
1689
+ checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91"
1689
1690
  dependencies = [
1690
1691
  "cfg-if",
1691
1692
  "fastrand",
@@ -1797,9 +1798,9 @@ checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
1797
1798
 
1798
1799
  [[package]]
1799
1800
  name = "toml_edit"
1800
- version = "0.22.22"
1801
+ version = "0.22.23"
1801
1802
  source = "registry+https://github.com/rust-lang/crates.io-index"
1802
- checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
1803
+ checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
1803
1804
  dependencies = [
1804
1805
  "indexmap",
1805
1806
  "toml_datetime",
@@ -2248,6 +2249,15 @@ version = "0.11.0+wasi-snapshot-preview1"
2248
2249
  source = "registry+https://github.com/rust-lang/crates.io-index"
2249
2250
  checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2250
2251
 
2252
+ [[package]]
2253
+ name = "wasi"
2254
+ version = "0.13.3+wasi-0.2.2"
2255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2256
+ checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
2257
+ dependencies = [
2258
+ "wit-bindgen-rt",
2259
+ ]
2260
+
2251
2261
  [[package]]
2252
2262
  name = "wasm-bindgen"
2253
2263
  version = "0.2.92"
@@ -2516,13 +2526,22 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2516
2526
 
2517
2527
  [[package]]
2518
2528
  name = "winnow"
2519
- version = "0.6.18"
2529
+ version = "0.7.0"
2520
2530
  source = "registry+https://github.com/rust-lang/crates.io-index"
2521
- checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
2531
+ checksum = "7e49d2d35d3fad69b39b94139037ecfb4f359f08958b9c11e7315ce770462419"
2522
2532
  dependencies = [
2523
2533
  "memchr",
2524
2534
  ]
2525
2535
 
2536
+ [[package]]
2537
+ name = "wit-bindgen-rt"
2538
+ version = "0.33.0"
2539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2540
+ checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
2541
+ dependencies = [
2542
+ "bitflags 2.5.0",
2543
+ ]
2544
+
2526
2545
  [[package]]
2527
2546
  name = "xtask"
2528
2547
  version = "0.0.0"
@@ -7,7 +7,7 @@ resolver = "2"
7
7
  lto = true
8
8
 
9
9
  [workspace.package]
10
- version = "0.34.2"
10
+ version = "0.34.4"
11
11
  authors = ["Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>"]
12
12
  edition = "2021"
13
13
  license = "MIT"
@@ -18,11 +18,11 @@ rust-version = "1.67"
18
18
  readme = "README.md"
19
19
 
20
20
  [workspace.dependencies]
21
- ast-grep-core = { path = "crates/core", version = "0.34.2" }
22
- ast-grep-config = { path = "crates/config", version = "0.34.2" }
23
- ast-grep-dynamic = { path = "crates/dynamic", version = "0.34.2" }
24
- ast-grep-language = { path = "crates/language", version = "0.34.2" }
25
- ast-grep-lsp = { path = "crates/lsp", version = "0.34.2" }
21
+ ast-grep-core = { path = "crates/core", version = "0.34.4" }
22
+ ast-grep-config = { path = "crates/config", version = "0.34.4" }
23
+ ast-grep-dynamic = { path = "crates/dynamic", version = "0.34.4" }
24
+ ast-grep-language = { path = "crates/language", version = "0.34.4" }
25
+ ast-grep-lsp = { path = "crates/lsp", version = "0.34.4" }
26
26
 
27
27
  bit-set = { version = "0.8.0" }
28
28
  ignore = { version = "0.4.22" }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ast-grep-cli
3
- Version: 0.34.2
3
+ Version: 0.34.4
4
4
  Classifier: Development Status :: 3 - Alpha
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -56,6 +56,7 @@ tempfile = "3.10.1"
56
56
 
57
57
  # Support cargo bininstall, https://github.com/ast-grep/ast-grep/issues/1742
58
58
  [package.metadata.binstall]
59
- pkg-url = "{ repo }/releases/download/v{ version }/app-{ target }{ archive-suffix }"
60
- bin-dir = "app-{ target }/{ bin }{ binary-ext }"
59
+ pkg-url = "{ repo }/releases/download/{ version }/app-{ target }{ archive-suffix }"
60
+ pkg-fmt = "zip"
61
+ bin-dir = "{ bin }{ binary-ext }"
61
62
  disabled-strategies = ["quick-install"]
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
 
5
5
  [project]
6
6
  name = "ast-grep-cli"
7
- version = "0.34.2"
7
+ version = "0.34.4"
8
8
  description = "Structural Search and Rewrite code at large scale using precise AST pattern."
9
9
  authors = [{ name = "Herrington Darkholme", email = "2883231+HerringtonDarkholme@users.noreply.github.com" }]
10
10
  maintainers = [{ name = "Herrington Darkholme", email = "2883231+HerringtonDarkholme@users.noreply.github.com" }]
File without changes
File without changes