Skip to content

Commit e631555

Browse files
committed
bump termize dep
1 parent c96a690 commit e631555

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

Cargo.lock

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ dependencies = [
581581
"serde_json",
582582
"syn 2.0.104",
583583
"tempfile",
584-
"termize",
584+
"termize 0.1.1",
585585
"tokio",
586586
"toml 0.7.8",
587587
"ui_test",
@@ -3761,7 +3761,7 @@ dependencies = [
37613761
"serde",
37623762
"serde_json",
37633763
"termcolor",
3764-
"termize",
3764+
"termize 0.2.0",
37653765
"tracing",
37663766
"windows 0.61.3",
37673767
]
@@ -4522,7 +4522,7 @@ dependencies = [
45224522
"rustc_serialize",
45234523
"rustc_span",
45244524
"rustc_target",
4525-
"termize",
4525+
"termize 0.2.0",
45264526
"tracing",
45274527
"windows 0.61.3",
45284528
]
@@ -5294,6 +5294,16 @@ dependencies = [
52945294
"winapi",
52955295
]
52965296

5297+
[[package]]
5298+
name = "termize"
5299+
version = "0.2.0"
5300+
source = "registry+https://github.com/rust-lang/crates.io-index"
5301+
checksum = "6a8da106d1a19c5b9c53c03311936568a0439926a7607815bd3461139cbab1cc"
5302+
dependencies = [
5303+
"libc",
5304+
"windows-sys 0.60.2",
5305+
]
5306+
52975307
[[package]]
52985308
name = "test-float-parse"
52995309
version = "0.1.0"

compiler/rustc_errors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rustc_type_ir = { path = "../rustc_type_ir" }
2828
serde = { version = "1.0.125", features = [ "derive" ] }
2929
serde_json = "1.0.59"
3030
termcolor = "1.2.0"
31-
termize = "0.1.1"
31+
termize = "0.2"
3232
tracing = "0.1"
3333
# tidy-alphabetical-end
3434

compiler/rustc_session/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rustc_macros = { path = "../rustc_macros" }
2222
rustc_serialize = { path = "../rustc_serialize" }
2323
rustc_span = { path = "../rustc_span" }
2424
rustc_target = { path = "../rustc_target" }
25-
termize = "0.1.1"
25+
termize = "0.2"
2626
tracing = "0.1"
2727
# tidy-alphabetical-end
2828

0 commit comments

Comments
 (0)