From f3f7de8b1c407d358609b90bec330da37aea8750 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 02:54:05 +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 b33c117..fb13e89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,7 +137,7 @@ unstable-kv = ["kv"] log = { version = "0.4.21", features = ["std"] } env_filter = { version = "1.0.0", path = "crates/env_filter", default-features = false } jiff = { version = "0.2.3", default-features = false, features = ["std"], optional = true } -anstream = { version = "0.6.11", default-features = false, features = ["wincon"], optional = true } +anstream = { version = "1.0.0", default-features = false, features = ["wincon"], optional = true } anstyle = { version = "1.0.6", optional = true } [[test]]