X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_builtin_macros%2FCargo.toml;h=467fa932a1567c49eaf9fb927002da8bf95dc44d;hb=408b8cf7c4890ec2de3b3edb6c383886a241bdd0;hp=6469d0d7b88a68440c2b27735de6aede13a93f39;hpb=c7f1b8e41d45f54b080c9e816565d72756bf2416;p=rust.git diff --git a/compiler/rustc_builtin_macros/Cargo.toml b/compiler/rustc_builtin_macros/Cargo.toml index 6469d0d7b88..467fa932a15 100644 --- a/compiler/rustc_builtin_macros/Cargo.toml +++ b/compiler/rustc_builtin_macros/Cargo.toml @@ -23,5 +23,5 @@ rustc_session = { path = "../rustc_session" } rustc_span = { path = "../rustc_span" } rustc_target = { path = "../rustc_target" } smallvec = { version = "1.8.1", features = ["union", "may_dangle"] } -thin-vec = "0.2.8" +thin-vec = "0.2.9" tracing = "0.1"