about summary refs log tree commit diff
path: root/compiler/rustc_errors
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2025-07-04 11:43:43 +0300
committerklensy <klensy@users.noreply.github.com>2025-07-04 11:43:43 +0300
commite631555a4838aaa5ea8e10dadf7e54cf9711ed10 (patch)
treee7e172ca21af78c2c0c172e2de3915ae431a62c1 /compiler/rustc_errors
parentc96a69059ecc618b519da385a6ccd03155aa0237 (diff)
downloadrust-e631555a4838aaa5ea8e10dadf7e54cf9711ed10.tar.gz
rust-e631555a4838aaa5ea8e10dadf7e54cf9711ed10.zip
bump termize dep
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