diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-06-27 08:48:55 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-06-27 08:48:55 +1000 |
| commit | 7c40661ddb660e9f070f3fdabf6f3e0e8b926fd7 (patch) | |
| tree | 950030ac0a3aff57c7fa86db765e3367351fc954 /src/librustdoc | |
| parent | 788ddedb0d88e40db9cd62b6163d5a471813044b (diff) | |
| download | rust-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.toml | 2 |
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" |
