X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_mir_dataflow%2FCargo.toml;h=baf9735fbc846d074856d9ae49d15623e7d25ebf;hb=d708bc45c4092432f87090c1624c25bf76f49d9e;hp=a0c70a3fd81f1880dda81c076e65b3022b7a4fdf;hpb=4ea4e2e76db49ce8ee5dbb9656f1a07a24a5c674;p=rust.git diff --git a/compiler/rustc_mir_dataflow/Cargo.toml b/compiler/rustc_mir_dataflow/Cargo.toml index a0c70a3fd81..baf9735fbc8 100644 --- a/compiler/rustc_mir_dataflow/Cargo.toml +++ b/compiler/rustc_mir_dataflow/Cargo.toml @@ -9,7 +9,7 @@ doctest = false [dependencies] polonius-engine = "0.13.0" regex = "1" -smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } +smallvec = { version = "1.8.1", features = ["union", "may_dangle"] } tracing = "0.1" rustc_ast = { path = "../rustc_ast" } rustc_data_structures = { path = "../rustc_data_structures" }