From 82dab225e9b6cfe1e6930419021fe5cb99e309de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:07:39 +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 b369967..09b4cd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,9 +75,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 a73c6ab..92b039e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ homepage = "https://github.com/ryanccn/am" repository = "https://github.com/ryanccn/am.git" [dependencies] -anstream = "0.6.20" +anstream = "0.6.21" async-trait = "0.1.89" chrono = "0.4.42" clap = { version = "4.5.48", features = ["derive"] }