about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2022-06-27 08:48:55 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2022-06-27 08:48:55 +1000
commit7c40661ddb660e9f070f3fdabf6f3e0e8b926fd7 (patch)
tree950030ac0a3aff57c7fa86db765e3367351fc954 /compiler/rustc_mir_dataflow
parent788ddedb0d88e40db9cd62b6163d5a471813044b (diff)
Update `smallvec` to 1.8.1.
This pulls in https://github.com/servo/rust-smallvec/pull/282, which
gives some small wins for rustc.
Diffstat (limited to 'compiler/rustc_mir_dataflow')
-rw-r--r--compiler/rustc_mir_dataflow/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir_dataflow/Cargo.toml b/compiler/rustc_mir_dataflow/Cargo.toml
index a0c70a3fd81..baf9735fbc8 100644
--- a/compiler/rustc_mir_dataflow/Cargo.toml
+++ b/compiler/rustc_mir_dataflow/Cargo.toml
@@ -9,7 +9,7 @@ doctest = false
 [dependencies]
 polonius-engine = "0.13.0"
 regex = "1"
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 tracing = "0.1"
 rustc_ast = { path = "../rustc_ast" }
 rustc_data_structures = { path = "../rustc_data_structures" }