diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2025-07-04 09:19:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-04 09:19:03 +0000 |
| commit | 876e05d307c4d39f5a6ba3c61bb19683e6483fac (patch) | |
| tree | 79d12957ffe6d421fa9674282925979ba83704de | |
| parent | b631cef729e0c9972ffbf0bc8b045c8b1ca827eb (diff) | |
| parent | 9d8e68d1d6a071696588c1f81e5f1d6df8709042 (diff) | |
| download | rust-876e05d307c4d39f5a6ba3c61bb19683e6483fac.tar.gz rust-876e05d307c4d39f5a6ba3c61bb19683e6483fac.zip | |
bump termize (#15207)
Bump termize to remove one more dep with winapi (https://github.com/JohnTitor/termize/releases/tag/v0.2.0) changelog: none
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index bdc299749d7..2b6139e7e7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ declare_clippy_lint = { path = "declare_clippy_lint" } rustc_tools_util = { path = "rustc_tools_util", version = "0.4.2" } clippy_lints_internal = { path = "clippy_lints_internal", optional = true } tempfile = { version = "3.20", optional = true } -termize = "0.1" +termize = "0.2" color-print = "0.3.4" anstream = "0.6.18" |
