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 = [
581
581
" serde_json" ,
582
582
" syn 2.0.104" ,
583
583
" tempfile" ,
584
- " termize" ,
584
+ " termize 0.1.1 " ,
585
585
" tokio" ,
586
586
" toml 0.7.8" ,
587
587
" ui_test" ,
@@ -3761,7 +3761,7 @@ dependencies = [
3761
3761
" serde" ,
3762
3762
" serde_json" ,
3763
3763
" termcolor" ,
3764
- " termize" ,
3764
+ " termize 0.2.0 " ,
3765
3765
" tracing" ,
3766
3766
" windows 0.61.3" ,
3767
3767
]
@@ -4522,7 +4522,7 @@ dependencies = [
4522
4522
" rustc_serialize" ,
4523
4523
" rustc_span" ,
4524
4524
" rustc_target" ,
4525
- " termize" ,
4525
+ " termize 0.2.0 " ,
4526
4526
" tracing" ,
4527
4527
" windows 0.61.3" ,
4528
4528
]
@@ -5294,6 +5294,16 @@ dependencies = [
5294
5294
" winapi" ,
5295
5295
]
5296
5296
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
+
5297
5307
[[package ]]
5298
5308
name = " test-float-parse"
5299
5309
version = " 0.1.0"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ rustc_type_ir = { path = "../rustc_type_ir" }
28
28
serde = { version = " 1.0.125" , features = [ " derive" ] }
29
29
serde_json = " 1.0.59"
30
30
termcolor = " 1.2.0"
31
- termize = " 0.1.1 "
31
+ termize = " 0.2 "
32
32
tracing = " 0.1"
33
33
# tidy-alphabetical-end
34
34
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ rustc_macros = { path = "../rustc_macros" }
22
22
rustc_serialize = { path = " ../rustc_serialize" }
23
23
rustc_span = { path = " ../rustc_span" }
24
24
rustc_target = { path = " ../rustc_target" }
25
- termize = " 0.1.1 "
25
+ termize = " 0.2 "
26
26
tracing = " 0.1"
27
27
# tidy-alphabetical-end
28
28
You can’t perform that action at this time.
0 commit comments