]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_query_system/Cargo.toml
Rollup merge of #103744 - palfrey:unwind-upgrade-cc, r=Mark-Simulacrum
[rust.git] / compiler / rustc_query_system / Cargo.toml
index faddad7417109a4ec052c8129228f31a2ea64c26..028756b5a0a18d1ea3cce2b42440872ae40f5543 100644 (file)
@@ -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]