From bc7482991a1024d57b247bd1417b9bb8665fe7cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Apr 2025 07:12:42 +0000 Subject: [PATCH] fix(deps): update rust crate ast-grep-core to 0.37.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index abc1879d..1a706140 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ console_error_panic_hook = { version = "0.1.7", optional = true } once_cell = "1.19.0" wee_alloc = { version = "0.4.5" } -ast-grep-core = { version = "0.36.3" } +ast-grep-core = { version = "0.37.0" } ast-grep-config = { version = "0.36.3" } ast-grep-language = { version = "0.36.3", default-features = false } web-tree-sitter-sg = "0.24.4"