X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_query_system%2FCargo.toml;h=028756b5a0a18d1ea3cce2b42440872ae40f5543;hb=c9fc5cbeb5b682eb207cb190670027c497ea47a1;hp=faddad7417109a4ec052c8129228f31a2ea64c26;hpb=73e7c3a4296fea6cedcd7c01d68d8cc9e5b625b2;p=rust.git diff --git a/compiler/rustc_query_system/Cargo.toml b/compiler/rustc_query_system/Cargo.toml index faddad74171..028756b5a0a 100644 --- a/compiler/rustc_query_system/Cargo.toml +++ b/compiler/rustc_query_system/Cargo.toml @@ -22,7 +22,7 @@ rustc_span = { path = "../rustc_span" } rustc_target = { path = "../rustc_target" } rustc_type_ir = { path = "../rustc_type_ir" } smallvec = { version = "1.8.1", features = ["union", "may_dangle"] } -thin-vec = "0.2.8" +thin-vec = "0.2.9" tracing = "0.1" [features]