about summary refs log tree commit diff
path: root/compiler/rustc_query_system
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-02-21 07:02:57 +0000
committerbors <bors@rust-lang.org>2023-02-21 07:02:57 +0000
commit3fee48c161a48b0c142d3998fff56faee96bd56c (patch)
tree41141e3c4989dfd1b4b83a9fd25312150d45fdd6 /compiler/rustc_query_system
parentf715e430aac0de131e2ad21804013ea405722a66 (diff)
parent9c7570b4293f9eea593cdd8334d6ccba651f91c1 (diff)
downloadrust-3fee48c161a48b0c142d3998fff56faee96bd56c.tar.gz
rust-3fee48c161a48b0c142d3998fff56faee96bd56c.zip
Auto merge of #104754 - nnethercote:more-ThinVec-in-ast, r=the8472
Use `ThinVec` more in the AST

r? `@ghost`
Diffstat (limited to 'compiler/rustc_query_system')
-rw-r--r--compiler/rustc_query_system/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_system/Cargo.toml b/compiler/rustc_query_system/Cargo.toml
index 028756b5a0a..7d8f75e2566 100644
--- a/compiler/rustc_query_system/Cargo.toml
+++ b/compiler/rustc_query_system/Cargo.toml
@@ -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.9"
+thin-vec = "0.2.12"
 tracing = "0.1"
 
 [features]