diff --git a/Cargo.lock b/Cargo.lock index 8d66df1e..673d618e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" dependencies = [ "anstyle", - "anstyle-parse", + "anstyle-parse 0.2.6", + "anstyle-query", + "anstyle-wincon", + "colorchoice", + "is_terminal_polyfill", + "utf8parse", +] + +[[package]] +name = "anstream" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" +dependencies = [ + "anstyle", + "anstyle-parse 1.0.0", "anstyle-query", "anstyle-wincon", "colorchoice", @@ -89,6 +104,15 @@ dependencies = [ "utf8parse", ] +[[package]] +name = "anstyle-parse" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" +dependencies = [ + "utf8parse", +] + [[package]] name = "anstyle-query" version = "1.1.2" @@ -303,7 +327,7 @@ version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e" dependencies = [ - "anstream", + "anstream 0.6.21", "anstyle", "clap_lex", "strsim", @@ -332,7 +356,7 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" name = "cobalt-bin" version = "0.20.4" dependencies = [ - "anstream", + "anstream 1.0.0", "anstyle", "anyhow", "chrono", @@ -702,7 +726,7 @@ version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" dependencies = [ - "anstream", + "anstream 0.6.21", "anstyle", "env_filter", "jiff", @@ -952,7 +976,7 @@ version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac63a746b187e95d51fe16850eb04d1cfef203f6af98e6c405a6f262ad3df00a" dependencies = [ - "anstream", + "anstream 0.6.21", "anstyle", "backtrace", "os_info", @@ -2040,7 +2064,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71d70a71b68054cbe88708f77abfc4bd2daf75028f8f55f4f1cff63565df89ea" dependencies = [ - "anstream", + "anstream 0.6.21", "anstyle", "content_inspector", "dunce", @@ -2062,7 +2086,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d248cef42e1456ab2f7149c0376985351b7d849ea9ad2a957bf15ddfebf1fdf9" dependencies = [ - "anstream", + "anstream 0.6.21", ] [[package]] @@ -2332,7 +2356,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d1e34125a48d61da3907f391dffc3aa91cad42e8e2dc94a2dc03ec76fe707ced" dependencies = [ - "anstream", + "anstream 0.6.21", "automod", "glob", "humantime", diff --git a/Cargo.toml b/Cargo.toml index ad1c43bb..a2594194 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -185,7 +185,7 @@ grass = { version = "0.13.4", features = ["random"], default-features = false, o html-minifier = {version="5.0.0", optional = true } anyhow = "1.0.98" -anstream = "0.6.18" +anstream = "1.0.0" chrono = "0.4.41" anstyle = "1.0.10"