From 1fdb4c59baf8cb0ef66ee9796a711b28d7bf9f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 20:39:25 +0000 Subject: [PATCH] cargo(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 db3c7ec..f99ca40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,9 +50,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 9e34c86..d662fae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ color-eyre = "0.6.5" env_logger = "0.11.8" thiserror = "2.0.17" tokio = { version = "1.47.1", features = ["full"] } -anstream = "0.6.20" +anstream = "0.6.21" prettytable = "0.10.0" futures = "0.3.31" reqwest = { version = "0.12.23", features = ["json"] }