File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff 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 ]]
52985308name = " test-float-parse"
52995309version = " 0.1.0"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ rustc_type_ir = { path = "../rustc_type_ir" }
2828serde = { version = " 1.0.125" , features = [ " derive" ] }
2929serde_json = " 1.0.59"
3030termcolor = " 1.2.0"
31- termize = " 0.1.1 "
31+ termize = " 0.2 "
3232tracing = " 0.1"
3333# tidy-alphabetical-end
3434
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ rustc_macros = { path = "../rustc_macros" }
2222rustc_serialize = { path = " ../rustc_serialize" }
2323rustc_span = { path = " ../rustc_span" }
2424rustc_target = { path = " ../rustc_target" }
25- termize = " 0.1.1 "
25+ termize = " 0.2 "
2626tracing = " 0.1"
2727# tidy-alphabetical-end
2828
You can’t perform that action at this time.
0 commit comments