about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2024-02-18 15:18:21 -0500
committerGitHub <noreply@github.com>2024-02-18 15:18:21 -0500
commit98e26b3483341e0d3121c13bbf70718965f90209 (patch)
tree53f142e71039d280e326b88de42935729cc495cd
parent5a5048141100eb96b91e02f22e3dab87962e7a0c (diff)
downloadrust-98e26b3483341e0d3121c13bbf70718965f90209.tar.gz
rust-98e26b3483341e0d3121c13bbf70718965f90209.zip
Upgrade anstream to 0.6.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e8e932b24f9..c83a2e349e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ rustc_tools_util = "0.3.0"
 tempfile = { version = "3.2", optional = true }
 termize = "0.1"
 color-print = "0.3.4"
-anstream = "0.5.0"
+anstream = "0.6.0"
 
 [dev-dependencies]
 ui_test = "0.22.1"