about summary refs log tree commit diff
path: root/compiler/rustc_errors
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-07-04 16:22:37 +0200
committerGitHub <noreply@github.com>2025-07-04 16:22:37 +0200
commit8e4cca85b51e951bfa0e9f9be8a99adfcceb067f (patch)
tree3c8a77a08a470dc4895241112f4316a43339ed72 /compiler/rustc_errors
parentf3e7ec55601b052b812b2f156b662e414e44bfb0 (diff)
parente631555a4838aaa5ea8e10dadf7e54cf9711ed10 (diff)
downloadrust-8e4cca85b51e951bfa0e9f9be8a99adfcceb067f.tar.gz
rust-8e4cca85b51e951bfa0e9f9be8a99adfcceb067f.zip
Rollup merge of #143417 - klensy:termize, r=jieyouxu
bump termize dep

Bumps termize to drop one more winapi dep. Only change is really moving from winapi: https://github.com/JohnTitor/termize/releases/tag/v0.2.0

Clippy depends on termize 0.1.1, https://github.com/rust-lang/rust-clippy/pull/15207
Diffstat (limited to 'compiler/rustc_errors')
-rw-r--r--compiler/rustc_errors/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_errors/Cargo.toml b/compiler/rustc_errors/Cargo.toml
index 82e7468211d..c4181a62a35 100644
--- a/compiler/rustc_errors/Cargo.toml
+++ b/compiler/rustc_errors/Cargo.toml
@@ -28,7 +28,7 @@ rustc_type_ir = { path = "../rustc_type_ir" }
 serde = { version = "1.0.125", features = [ "derive" ] }
 serde_json = "1.0.59"
 termcolor = "1.2.0"
-termize = "0.1.1"
+termize = "0.2"
 tracing = "0.1"
 # tidy-alphabetical-end