From 43343844020a920e64739f376a964c7689f1c8d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 13:02:31 +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 ++-- crates/harness/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5905d0566..0dcec9d6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,9 +103,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/crates/harness/Cargo.toml b/crates/harness/Cargo.toml index 979c4878e..4e411e6ea 100644 --- a/crates/harness/Cargo.toml +++ b/crates/harness/Cargo.toml @@ -12,7 +12,7 @@ glaredb_error = { workspace = true } clap = { workspace = true } escape8259 = "0.5.3" anstream = "0.6.20" -anstyle = "1.0.11" +anstyle = "1.0.13" rand = { workspace = true } [lints]