From 6aedcc46d409d306a7e9b85626086f4e803a7ac4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 02:50:32 +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 c241eb1..71c83ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ unstable-doc = ["default"] [dependencies] anstyle = { version = "1.0.13", optional = true } -anstream = { version = "0.6.21", optional = true } +anstream = { version = "1.0.0", optional = true } uuid = { version = "1.19.0", features = ["v4"], default-features = false } serde_derive = "1.0.228" toml = { version = "0.9.10", default-features = false, features = ["display", "serde"] }