From befaf947ed57331a45473b6686d039b3c6626ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 20:09:21 +0000 Subject: [PATCH] chore(deps): bump anstyle from 1.0.11 to 1.0.14 Bumps [anstyle](https://github.com/rust-cli/anstyle) from 1.0.11 to 1.0.14. - [Commits](https://github.com/rust-cli/anstyle/compare/v1.0.11...v1.0.14) --- updated-dependencies: - dependency-name: anstyle dependency-version: 1.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f52ef5a..dbeaca5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.11" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" +checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" [[package]] name = "anstyle-parse"