bump termize (#15207)

Bump termize to remove one more dep with winapi
(https://github.com/JohnTitor/termize/releases/tag/v0.2.0)

changelog: none
This commit is contained in:
Samuel Tardieu 2025-07-04 09:19:03 +00:00 committed by GitHub
commit 876e05d307
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"