]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_monomorphize/Cargo.toml
Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot
[rust.git] / compiler / rustc_monomorphize / Cargo.toml
index e4ac47f4982cbd60debb0f9ca2fd36c3d53e3d8e..41ba4d4b64a34143376e9421da4719b145725d6c 100644 (file)
@@ -7,7 +7,7 @@ edition = "2021"
 doctest = false
 
 [dependencies]
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 tracing = "0.1"
 rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_hir = { path = "../rustc_hir" }