about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-06-29 09:11:29 +0000
committerbors <bors@rust-lang.org>2022-06-29 09:11:29 +0000
commit66c83ffca1512ed76f9445ec7f7280f768ef71c4 (patch)
treea5fc041020f67882955a1c53d931bcf045cfd736 /src
parent493c960a3e6cdd2e2fbe8b6ea130fadea05f1ab0 (diff)
parent7c40661ddb660e9f070f3fdabf6f3e0e8b926fd7 (diff)
downloadrust-66c83ffca1512ed76f9445ec7f7280f768ef71c4.tar.gz
rust-66c83ffca1512ed76f9445ec7f7280f768ef71c4.zip
Auto merge of #98558 - nnethercote:smallvec-1.8.1, r=lqd
Update `smallvec` to 1.8.1.

This pulls in https://github.com/servo/rust-smallvec/pull/282, which
gives some small wins for rustc.

r? `@lqd`
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/Cargo.toml2
-rw-r--r--src/tools/rustc-workspace-hack/Cargo.toml2
2 files changed, 2 insertions, 2 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"
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml
index 40aa0e8f715..d7acae2ff2a 100644
--- a/src/tools/rustc-workspace-hack/Cargo.toml
+++ b/src/tools/rustc-workspace-hack/Cargo.toml
@@ -84,7 +84,7 @@ quote = { version = "1", features = ["default"] }
 rand_core_0_5 = { package = "rand_core", version = "0.5.1", features = ["getrandom", "alloc", "std"] }
 serde = { version = "1.0.82", features = ['derive'] }
 serde_json = { version = "1.0.31", features = ["raw_value", "unbounded_depth"] }
-smallvec = { version = "1.6.1", features = ['union', 'may_dangle'] }
+smallvec = { version = "1.8.1", features = ['union', 'may_dangle'] }
 syn = { version = "1", features = ['fold', 'full', 'extra-traits', 'visit', 'visit-mut'] }
 url = { version = "2.0", features = ['serde'] }