From f897b7a70165abe8462d81cf83cf11b361491a3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 23:04:16 +0000 Subject: [PATCH] fix(deps): update rust crate ast-grep-core to 0.38.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index abc1879d..05b0ae4a 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.38.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"