about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
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_data_structures
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_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index 0366fb0a148..58ebfbd3124 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -29,7 +29,7 @@ smallvec = { version = "1.8.1", features = [
 stable_deref_trait = "1.0.0"
 stacker = "0.1.15"
 tempfile = "3.2"
-thin-vec = "0.2.9"
+thin-vec = "0.2.12"
 tracing = "0.1"
 
 [dependencies.parking_lot]