X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_data_structures%2FCargo.toml;h=5afce15e26bfcc55e3fa8c7454c010dc0aca2296;hb=050ece6765bbbe068d5e456ad6e55c0806e63720;hp=5152d5ab0465c126f50dda00f3513f80ea10d80d;hpb=408b8cf7c4890ec2de3b3edb6c383886a241bdd0;p=rust.git diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml index 5152d5ab046..5afce15e26b 100644 --- a/compiler/rustc_data_structures/Cargo.toml +++ b/compiler/rustc_data_structures/Cargo.toml @@ -23,7 +23,7 @@ rustc_macros = { path = "../rustc_macros" } rustc_serialize = { path = "../rustc_serialize" } smallvec = { version = "1.8.1", features = ["const_generics", "union", "may_dangle"] } stable_deref_trait = "1.0.0" -stacker = "0.1.14" +stacker = "0.1.15" tempfile = "3.2" thin-vec = "0.2.9" tracing = "0.1"