From 4d668de8b0cf3788c8322d427cd2ebf6cc6a5e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 19:19:58 +0000 Subject: [PATCH] chore(deps): bump ast-grep-core from 0.22.6 to 0.25.4 Bumps [ast-grep-core](https://github.com/ast-grep/ast-grep) from 0.22.6 to 0.25.4. - [Release notes](https://github.com/ast-grep/ast-grep/releases) - [Changelog](https://github.com/ast-grep/ast-grep/blob/main/CHANGELOG.md) - [Commits](https://github.com/ast-grep/ast-grep/compare/0.22.6...0.25.4) --- updated-dependencies: - dependency-name: ast-grep-core dependency-version: 0.25.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 35 +++++++++++++++++++++++++++++++---- crates/r2x-ast/Cargo.toml | 2 +- 2 files changed, 32 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2dc821b..31508a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,7 +97,19 @@ version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "302b68ec51d0990cf24ccc77a98297888145bfe69a078f11f1c51c961bec1b14" dependencies = [ - "bit-set", + "bit-set 0.5.3", + "regex", + "thiserror 1.0.69", + "tree-sitter-facade-sg", +] + +[[package]] +name = "ast-grep-core" +version = "0.25.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "624f575766495025effd15f8125f51ccf11d96f22d0f8c257bf4b8cd09fa26bb" +dependencies = [ + "bit-set 0.8.0", "regex", "thiserror 1.0.69", "tree-sitter-facade-sg", @@ -109,7 +121,7 @@ version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a028281965a8ebc134ba31b3cb15d55eaa7a2c9b1dbf3127856b6a3263b8e3e5" dependencies = [ - "ast-grep-core", + "ast-grep-core 0.22.6", "ignore", "serde", "tree-sitter-bash", @@ -159,7 +171,16 @@ version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" dependencies = [ - "bit-vec", + "bit-vec 0.6.3", +] + +[[package]] +name = "bit-set" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" +dependencies = [ + "bit-vec 0.8.0", ] [[package]] @@ -168,6 +189,12 @@ version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" +[[package]] +name = "bit-vec" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" + [[package]] name = "bitflags" version = "2.10.0" @@ -801,7 +828,7 @@ name = "r2x-ast" version = "0.0.4" dependencies = [ "anyhow", - "ast-grep-core", + "ast-grep-core 0.25.4", "ast-grep-language", "r2x-logger", "r2x-manifest", diff --git a/crates/r2x-ast/Cargo.toml b/crates/r2x-ast/Cargo.toml index dc4caf7..5ab745e 100644 --- a/crates/r2x-ast/Cargo.toml +++ b/crates/r2x-ast/Cargo.toml @@ -13,7 +13,7 @@ description = "AST discovery utilities for the r2x CLI" [dependencies] anyhow = "1.0" -ast-grep-core = "0.22" +ast-grep-core = "0.25" ast-grep-language = "0.22" tracing = "0.1" walkdir = "2.4"