From 95115368eaf82b3d956a6548a3fc183f6823ac75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 09:04:40 +0000 Subject: [PATCH] build(deps): bump anstream from 0.6.20 to 0.6.21 Bumps [anstream](https://github.com/rust-cli/anstyle) from 0.6.20 to 0.6.21. - [Commits](https://github.com/rust-cli/anstyle/compare/anstream-v0.6.20...anstream-v0.6.21) --- updated-dependencies: - dependency-name: anstream dependency-version: 0.6.21 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 c344e091..6a9b6edb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.20" +version = "0.6.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192" +checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" dependencies = [ "anstyle", "anstyle-parse", diff --git a/Cargo.toml b/Cargo.toml index c6d47183..da1b59d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ futures = "0.3" rlimit = "0.10.2" log = "0.4.28" env_logger = "0.11.8" -anstream = "=0.6.20" +anstream = "=0.6.21" dirs = "6.0.0" gcd = "2.0.1" rand = "0.9.2"