From 4d982eba4156fd2380bc0c485750a23ea616aebf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 06:34:17 +0000 Subject: [PATCH] fix(deps): update rust crate ast-grep-config to 0.39.0 --- Cargo.lock | 19 +++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0dfacd02..0dd7060a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,11 +13,11 @@ dependencies = [ [[package]] name = "ast-grep-config" -version = "0.38.5" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "742665858253c18b0db5ee9da5739f1dd617c82b58ec11458644dcafed1c7f1d" +checksum = "d0338bacc049a6cba5d7a8c35e55796cb49975a8b5472eda4718044313bfb727" dependencies = [ - "ast-grep-core", + "ast-grep-core 0.39.1", "bit-set", "globset", "regex", @@ -38,12 +38,23 @@ dependencies = [ "thiserror", ] +[[package]] +name = "ast-grep-core" +version = "0.39.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f7bb04bda57008274a2ce9d326df90bd8f52de5e25699f00ac9dbeb2881c301" +dependencies = [ + "bit-set", + "regex", + "thiserror", +] + [[package]] name = "ast-grep-wasm" version = "0.38.0" dependencies = [ "ast-grep-config", - "ast-grep-core", + "ast-grep-core 0.38.5", "console_error_panic_hook", "once_cell", "serde", diff --git a/Cargo.toml b/Cargo.toml index eabcb0fd..f99ab196 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,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.38.3", default-features = false } -ast-grep-config = { version = "0.38.3", default-features = false } +ast-grep-config = { version = "0.39.0", default-features = false } web-tree-sitter-sg = "0.25.3" serde-wasm-bindgen = "0.6.5" serde_json = "1.0.116"