]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_data_structures/Cargo.toml
New upstream version 1.64.0+dfsg1
[rustc.git] / compiler / rustc_data_structures / Cargo.toml
index 3192fc4cc5b2b8e90b8e01e3f7f2ad38628e6b47..5c641f54f686d8a99b3abd71c8507dfadbaaaeb4 100644 (file)
@@ -20,7 +20,7 @@ stable_deref_trait = "1.0.0"
 rayon = { version = "0.4.0", package = "rustc-rayon", optional = true }
 rayon-core = { version = "0.4.0", package = "rustc-rayon-core", optional = true }
 rustc-hash = "1.1.0"
-smallvec = { version = "1.6.1", features = ["const_generics", "union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["const_generics", "union", "may_dangle"] }
 rustc_index = { path = "../rustc_index", package = "rustc_index" }
 bitflags = "1.2.1"
 measureme = "10.0.0"