X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.lock;h=ff0cdb33cbc74cee73245937ef2f489e38f6d9d6;hb=8fa22dd9b73b2bb8427a7b7a23d3b0441d6e7c5d;hp=6885ac65ca919512ebd70a301287f0882c3c1996;hpb=e457c2739b1c040953df3989a864bcd189255226;p=rust.git diff --git a/Cargo.lock b/Cargo.lock index 6885ac65ca9..ff0cdb33cbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -646,9 +646,9 @@ dependencies = [ [[package]] name = "compiler_builtins" -version = "0.1.46" +version = "0.1.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d69484e04eab372f5f345920e3a8c7a06e7dcbb75c0944eccdc3e3160aeee3c7" +checksum = "fd4ed89e0a5c3e50b15c0045fbe1ff8567b703bc07544faf935ddff0aaa7b65f" dependencies = [ "cc", "rustc-std-workspace-core", @@ -3734,6 +3734,7 @@ dependencies = [ "rustc_span", "rustc_symbol_mangling", "rustc_target", + "smallvec", "tempfile", "tracing", ]