fix: Print rustc messages colored on wincon

Fixes #13104
This commit is contained in:
Ed Page 2023-12-08 11:49:05 -06:00
parent 749654c5fd
commit ad2643d8e2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -43,9 +43,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "anstream"
version = "0.6.4"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6"
dependencies = [
"anstyle",
"anstyle-parse",

View file

@ -16,7 +16,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
[workspace.dependencies]
anstream = "0.6.4"
anstream = "0.6.5"
anstyle = "1.0.4"
anyhow = "1.0.75"
base64 = "0.21.5"