Auto merge of #27921 - servo:dependabot/cargo/smallvec-1.5.1, r=jdm

Bump smallvec from 1.4.2 to 1.5.1

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.4.2 to 1.5.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/servo/rust-smallvec/releases">smallvec's releases</a>.</em></p>
<blockquote>
<h2>v1.5.1</h2>
<ul>
<li>Improve performance of <code>push</code> (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/241">#241</a>).</li>
</ul>
<h2>v1.5.0</h2>
<ul>
<li>Add the <code>append</code> method (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/237">#237</a>).</li>
<li>Add support for more array sizes between 17 and 31 (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/234">#234</a>).</li>
<li>Don't panic on deserialization errors (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/238">#238</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c1e68df23a"><code>c1e68df</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/244">#244</a> - mbrubeck:bump, r=jdm</li>
<li><a href="54f26b5d64"><code>54f26b5</code></a> Version 1.5.1</li>
<li><a href="c3e8aa346b"><code>c3e8aa3</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/241">#241</a> - mpdn:master, r=mbrubeck</li>
<li><a href="79f4132ba5"><code>79f4132</code></a> Remove extraneous branch from push</li>
<li><a href="fc12fb180b"><code>fc12fb1</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/239">#239</a> - mbrubeck:bump, r=jdm</li>
<li><a href="b825266c74"><code>b825266</code></a> Version 1.5.0</li>
<li><a href="c7af9e20ae"><code>c7af9e2</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/238">#238</a> - epilys:master, r=mbrubeck</li>
<li><a href="d1394a0a52"><code>d1394a0</code></a> Return allocation error in deserialize instead of panicking</li>
<li><a href="28fb0f4a9c"><code>28fb0f4</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/237">#237</a> - mbrubeck:append, r=jdm</li>
<li><a href="592fc5a0e8"><code>592fc5a</code></a> Add SmallVec::append method</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-smallvec/compare/v1.4.2...v1.5.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=smallvec&package-manager=cargo&previous-version=1.4.2&new-version=1.5.1)](https://dependabot.com/compatibility-score/?dependency-name=smallvec&package-manager=cargo&previous-version=1.4.2&new-version=1.5.1)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

</details>
This commit is contained in:
bors-servo 2020-12-07 11:36:15 -05:00 committed by GitHub
commit f93d4d0853
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

34
Cargo.lock generated
View file

@ -1183,7 +1183,7 @@ dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.2",
"serde",
"smallvec 1.4.2",
"smallvec 1.5.1",
"syn",
]
@ -1618,7 +1618,7 @@ name = "fallible"
version = "0.0.1"
dependencies = [
"hashglobe",
"smallvec 1.4.2",
"smallvec 1.5.1",
]
[[package]]
@ -2017,7 +2017,7 @@ dependencies = [
"parking_lot 0.11.0",
"range-alloc",
"raw-window-handle",
"smallvec 1.4.2",
"smallvec 1.5.1",
"spirv_cross",
"thunderdome",
"winapi",
@ -2039,7 +2039,7 @@ dependencies = [
"log",
"range-alloc",
"raw-window-handle",
"smallvec 1.4.2",
"smallvec 1.5.1",
"spirv_cross",
"winapi",
]
@ -2076,7 +2076,7 @@ dependencies = [
"parking_lot 0.11.0",
"range-alloc",
"raw-window-handle",
"smallvec 1.4.2",
"smallvec 1.5.1",
"spirv_cross",
"storage-map",
]
@ -2097,7 +2097,7 @@ dependencies = [
"log",
"objc",
"raw-window-handle",
"smallvec 1.4.2",
"smallvec 1.5.1",
"winapi",
]
@ -3290,7 +3290,7 @@ dependencies = [
"log",
"servo-egl",
"simpleservo",
"smallvec 1.4.2",
"smallvec 1.5.1",
"webxr",
"webxr-api",
]
@ -3497,7 +3497,7 @@ dependencies = [
"serde_bytes",
"servo_arc",
"smallbitvec",
"smallvec 1.4.2",
"smallvec 1.5.1",
"string_cache",
"thin-slice",
"time",
@ -4287,7 +4287,7 @@ dependencies = [
"cloudabi 0.0.3",
"libc",
"redox_syscall",
"smallvec 1.4.2",
"smallvec 1.5.1",
"winapi",
]
@ -4302,7 +4302,7 @@ dependencies = [
"instant",
"libc",
"redox_syscall",
"smallvec 1.4.2",
"smallvec 1.5.1",
"winapi",
]
@ -5217,7 +5217,7 @@ dependencies = [
"phf_codegen",
"precomputed-hash",
"servo_arc",
"smallvec 1.4.2",
"smallvec 1.5.1",
"thin-slice",
"to_shmem",
"to_shmem_derive",
@ -5791,9 +5791,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.4.2"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
dependencies = [
"serde",
]
@ -5976,7 +5976,7 @@ dependencies = [
"servo_config",
"servo_url",
"smallbitvec",
"smallvec 1.4.2",
"smallvec 1.5.1",
"string_cache",
"style_derive",
"style_traits",
@ -6306,7 +6306,7 @@ dependencies = [
"cssparser",
"servo_arc",
"smallbitvec",
"smallvec 1.4.2",
"smallvec 1.5.1",
"string_cache",
"thin-slice",
]
@ -7060,7 +7060,7 @@ dependencies = [
"serde",
"serde_json",
"sig",
"smallvec 1.4.2",
"smallvec 1.5.1",
"svg_fmt",
"time",
"tracy-rs",
@ -7180,7 +7180,7 @@ dependencies = [
"parking_lot 0.11.0",
"ron 0.6.0",
"serde",
"smallvec 1.4.2",
"smallvec 1.5.1",
"thiserror",
"tracing",
"wgpu-types",

View file

@ -23,6 +23,6 @@ libservo = { path = "../../components/servo", features = ["no_static_freetype"]
log = "0.4"
servo-egl = "0.2"
simpleservo = { path = "../libsimpleservo/api", features = ["no_static_freetype"] }
smallvec = "1.4"
smallvec = "1.5"
webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "magicleap"] }
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }