From 59eb7da544d7bc3b830e952a7b44d7e737294710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 20:22:48 +0000 Subject: [PATCH] chore(deps): bump anstyle from 1.0.11 to 1.0.13 Bumps [anstyle](https://github.com/rust-cli/anstyle) from 1.0.11 to 1.0.13. - [Commits](https://github.com/rust-cli/anstyle/compare/v1.0.11...v1.0.13) --- updated-dependencies: - dependency-name: anstyle dependency-version: 1.0.13 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 792470a..4ff94f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.11" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" +checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" [[package]] name = "anstyle-parse" diff --git a/Cargo.toml b/Cargo.toml index 860e436..b4034bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ schema = ["schemars"] [dependencies] anstream = "0.6.21" -anstyle = "1.0.11" +anstyle = "1.0.13" anyhow = "1.0.99" clap = { version = "4.5.50", features = ["derive", "string", "cargo", "wrap_help", "usage", "unstable-styles", "color", "suggestions", "error-context", "env"] } clap-markdown = "0.1.5"