From 2a974721e32d3e0e66700dbb101d652dfd46e0a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 15:03:06 +0000 Subject: [PATCH] build(deps): bump anstyle from 1.0.13 to 1.0.14 Bumps [anstyle](https://github.com/rust-cli/anstyle) from 1.0.13 to 1.0.14. - [Commits](https://github.com/rust-cli/anstyle/compare/v1.0.13...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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cc33c3..5682dcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" +checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" [[package]] name = "anstyle-parse" diff --git a/Cargo.toml b/Cargo.toml index 1648d45..3831832 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ description = "A cargo extension for specifying supported targets for a crate" [dependencies] anstream = "1.0.0" -anstyle = "1.0.13" +anstyle = "1.0.14" cargo-config2 = "0.1.43" cargo_metadata = "0.23.1" clap = { version = "4.6.0", features = ["derive"] }