X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.lock;h=83d12d710eda2f933e9f7394f5ca007f56c26058;hb=e86f1845ff6ca556621e2d366a6ad0c2d5aa408f;hp=acffaaff4d3b36718e68494875facafe7301372f;hpb=3c6fc06906472969beffbede0c350044aa56b21b;p=rust.git diff --git a/Cargo.lock b/Cargo.lock index acffaaff4d3..83d12d710ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3535,7 +3535,6 @@ name = "rustc_errors" version = "0.0.0" dependencies = [ "annotate-snippets", - "atty", "rustc_ast", "rustc_ast_pretty", "rustc_data_structures", @@ -3834,7 +3833,6 @@ dependencies = [ name = "rustc_log" version = "0.0.0" dependencies = [ - "atty", "rustc_span", "tracing", "tracing-subscriber", @@ -4389,7 +4387,6 @@ version = "0.0.0" dependencies = [ "arrayvec", "askama", - "atty", "expect-test", "itertools", "minifier",