From 85ab392a240a627fbc9668bf9100b3fa21f33073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:13:56 +0000 Subject: [PATCH] chore(deps): bump ast-grep-core from 0.43.0 to 0.44.0 Bumps [ast-grep-core](https://github.com/ast-grep/ast-grep) from 0.43.0 to 0.44.0. - [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.43.0...0.44.0) --- updated-dependencies: - dependency-name: ast-grep-core dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 983bf76f..ec029ac6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,7 +255,7 @@ dependencies = [ "aether-mcp-utils", "aether-project", "aether-utils", - "ast-grep-core", + "ast-grep-core 0.44.0", "ast-grep-language", "chrono", "clap", @@ -598,13 +598,25 @@ dependencies = [ "tree-sitter", ] +[[package]] +name = "ast-grep-core" +version = "0.44.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab2fa110038b1047f503b5af156db45c5ee713f192be471ad95cfd04005dd3b4" +dependencies = [ + "bit-set 0.10.0", + "regex", + "thiserror 2.0.18", + "tree-sitter", +] + [[package]] name = "ast-grep-language" version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07b41f5cc1c89eaef8330a873ba26030dbb5b917076de5890d0446e549e4187c" dependencies = [ - "ast-grep-core", + "ast-grep-core 0.43.0", "ignore", "serde", "tree-sitter", diff --git a/Cargo.toml b/Cargo.toml index 73231cdc..75a02d95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ glob = "0.3" globset = "0.4" grep = "0.4.1" ignore = "0.4" -ast-grep-core = "0.43" +ast-grep-core = "0.44" ast-grep-language = "0.43" # Terminal UI