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]]