File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -534,7 +534,7 @@ name = "compiletest"
534534version = " 0.0.0"
535535dependencies = [
536536 " diff" ,
537- " env_logger 0.6.2 " ,
537+ " env_logger 0.7.0 " ,
538538 " getopts" ,
539539 " lazy_static 1.3.0" ,
540540 " libc" ,
@@ -3409,7 +3409,7 @@ dependencies = [
34093409name = " rustc_driver"
34103410version = " 0.0.0"
34113411dependencies = [
3412- " env_logger 0.6.2 " ,
3412+ " env_logger 0.7.0 " ,
34133413 " graphviz" ,
34143414 " lazy_static 1.3.0" ,
34153415 " log" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ crate-type = ["dylib"]
1313graphviz = { path = " ../libgraphviz" }
1414lazy_static = " 1.0"
1515log = " 0.4"
16- env_logger = { version = " 0.6 " , default-features = false }
16+ env_logger = { version = " 0.7 " , default-features = false }
1717rustc = { path = " ../librustc" }
1818rustc_target = { path = " ../librustc_target" }
1919rustc_data_structures = { path = " ../librustc_data_structures" }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2018"
66
77[dependencies ]
88diff = " 0.1.10"
9- env_logger = { version = " 0.6 " , default-features = false }
9+ env_logger = { version = " 0.7 " , default-features = false }
1010getopts = " 0.2"
1111log = " 0.4"
1212regex = " 1.0"
You can’t perform that action at this time.
0 commit comments