From 26119930112e1be60149eb2107beb058f5f365e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 15:37:52 +0000 Subject: [PATCH] fix(deps): update rust crate ast-grep-core to 0.40.0 --- Cargo.lock | 15 ++------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22bba1ca..3b350788 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,7 +17,7 @@ version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c6f43c2380274c5d91ef92e344cff3f1c296b7691de5c1b9079577b8ce699e0" dependencies = [ - "ast-grep-core 0.40.0", + "ast-grep-core", "bit-set", "globset", "regex", @@ -27,17 +27,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "ast-grep-core" -version = "0.39.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40f24659740c75eb037e94f0f4dd0f72f3e60e874eeb12e00f14d16eb9a68a29" -dependencies = [ - "bit-set", - "regex", - "thiserror", -] - [[package]] name = "ast-grep-core" version = "0.40.0" @@ -54,7 +43,7 @@ name = "ast-grep-wasm" version = "0.38.0" dependencies = [ "ast-grep-config", - "ast-grep-core 0.39.7", + "ast-grep-core", "console_error_panic_hook", "once_cell", "serde", diff --git a/Cargo.toml b/Cargo.toml index 98487820..25a12f83 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.39.5", default-features = false } +ast-grep-core = { version = "0.40.0", default-features = false } ast-grep-config = { version = "0.40.0", default-features = false } web-tree-sitter-sg = "0.25.3" serde-wasm-bindgen = "0.6.5"