From 9e1780e2ac7b79da2e05d2c31063b91c489bf9b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 02:44:24 +0000 Subject: [PATCH] chore(deps): Update Rust crate anstream to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1246fbd..7f63914 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ log = "0.4.21" env_logger = { version = "0.11", default-features = false, features = ["humantime", "color"] } colorchoice-clap = "1.0.3" anstyle = "1.0.6" -anstream = "0.6.13" +anstream = "1.0.0" proc-exit = "2.0.1" eyre = "0.6.12" human-panic = "2.0.0"