X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.lock;h=19ecd2023c639a4bf9211d770661a5c076aab96d;hb=2b3b115a4deac7b8c72d0028576cd4c6dbf036d8;hp=d81fd6e8d3afd6fd7ac275674f9cce6d474fad4a;hpb=7f79e98c0356642db62e5113327e436c951e843d;p=rust.git diff --git a/Cargo.lock b/Cargo.lock index d81fd6e8d3a..19ecd2023c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,6 +213,7 @@ dependencies = [ "lazy_static 1.4.0", "libc", "num_cpus", + "opener", "pretty_assertions", "serde", "serde_json", @@ -2327,6 +2328,9 @@ name = "once_cell" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6a04cb71e910d0034815600180f62a95bf6e67942d7ab52a166a68c7d7e9cd0" +dependencies = [ + "parking_lot 0.9.0", +] [[package]] name = "opaque-debug" @@ -3791,6 +3795,7 @@ dependencies = [ "libc", "log", "measureme", + "once_cell", "parking_lot 0.10.2", "rustc-hash", "rustc-rayon", @@ -4173,6 +4178,7 @@ dependencies = [ "rustc_lexer", "rustc_session", "rustc_span", + "smallvec 1.4.0", "unicode-normalization", ]