diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2024-02-18 15:18:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-18 15:18:21 -0500 |
| commit | 98e26b3483341e0d3121c13bbf70718965f90209 (patch) | |
| tree | 53f142e71039d280e326b88de42935729cc495cd | |
| parent | 5a5048141100eb96b91e02f22e3dab87962e7a0c (diff) | |
| download | rust-98e26b3483341e0d3121c13bbf70718965f90209.tar.gz rust-98e26b3483341e0d3121c13bbf70718965f90209.zip | |
Upgrade anstream to 0.6.0
| -rw-r--r-- | Cargo.toml | 2 |
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" |
