X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.lock;h=cb245ce0ff828ef01c6b0cea39b7beec89a5fc85;hb=7e3e8a816f91fda5c6e05c659d7038747aff0b55;hp=293fc30903df063f6a47077ce405b9a6d8f10852;hpb=c4fa35bb41f71c66db31a8526df18bf59900dea6;p=rust.git diff --git a/Cargo.lock b/Cargo.lock index 293fc30903d..cb245ce0ff8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2415,9 +2415,9 @@ dependencies = [ [[package]] name = "minifier" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac96d1e7a65f206443f95afff6de8f1690c77c97d6fc9c9bb2d2cd0662e9ff9f" +checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729" [[package]] name = "minimal-lexical" @@ -3595,6 +3595,7 @@ dependencies = [ "rustc_data_structures", "rustc_errors", "rustc_feature", + "rustc_macros", "rustc_parse", "rustc_session", "rustc_span",