From 2d93c9d8cf3617d232ea40a71f3079235a2cde84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 13:44:16 +0000 Subject: [PATCH] Bump aqc-filetree from 0.1.0 to 0.2.0 Bumps [aqc-filetree](https://github.com/agent-quality-controls/aqc-shared) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/agent-quality-controls/aqc-shared/releases) - [Changelog](https://github.com/agent-quality-controls/aqc-shared/blob/main/release-plz.toml) - [Commits](https://github.com/agent-quality-controls/aqc-shared/commits/v0.2.0) --- updated-dependencies: - dependency-name: aqc-filetree dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad336da..3be1590 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,9 +53,9 @@ dependencies = [ [[package]] name = "aqc-filetree" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93f9704a4d525ad7a3719c0a791098d85f57bae7fa0aefe8c7db772b1a7fdebf" +checksum = "348d3a1b9b581e64dabcbcc6b84e213ad00ceb1fc9f02ebe51d1832f784b9607" dependencies = [ "globset", "ignore", diff --git a/Cargo.toml b/Cargo.toml index 8e84dd4..0f672eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ include = [ [dependencies] aqc-cargo-toml-engine = "0.1.0" aqc-file-engine-core = "0.1.0" -aqc-filetree = "0.1.0" +aqc-filetree = "0.2.0" aqc-fs-utils = "0.1.0" aqc-git-helpers = "0.1.0" aqc-rust-syntax = "0.1.0"