diff --git a/Cargo.toml b/Cargo.toml index c510c2e5..1c188fd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,7 +133,7 @@ unstable-recover = [] unstable-doc = ["alloc", "std", "simd", "unstable-recover"] [dependencies] -anstream = { version = "0.3.2", optional = true } +anstream = { version = "0.6.0", optional = true } anstyle = { version = "1.0.1", optional = true } is_terminal_polyfill = { version = "1.48.0", optional = true } memchr = { version = "2.5", optional = true, default-features = false }