about summary refs log tree commit diff
path: root/src/librustdoc
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 /src/librustdoc
parent788ddedb0d88e40db9cd62b6163d5a471813044b (diff)
downloadrust-7c40661ddb660e9f070f3fdabf6f3e0e8b926fd7.tar.gz
rust-7c40661ddb660e9f070f3fdabf6f3e0e8b926fd7.zip
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 'src/librustdoc')
-rw-r--r--src/librustdoc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml
index 78470e8deb3..0bd72625f15 100644
--- a/src/librustdoc/Cargo.toml
+++ b/src/librustdoc/Cargo.toml
@@ -14,7 +14,7 @@ pulldown-cmark = { version = "0.9", default-features = false }
 minifier = "0.2.1"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
-smallvec = "1.6.1"
+smallvec = "1.8.1"
 tempfile = "3"
 itertools = "0.10.1"
 regex = "1"