Auto merge of #28935 - servo:dependabot/cargo/smallvec-1.9.0, r=jdm

Bump smallvec from 1.8.0 to 1.9.0

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.8.0 to 1.9.0.
<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.9.0</h2>
<ul>
<li>Add <code>retain_mut</code> as an alias for <code>retain</code>, for compatibility with <code>std::vec::Vec</code> (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/283">#283</a>).</li>
</ul>
<h2>v1.8.1</h2>
<ul>
<li>Optimize inserts at the end of the vector (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/282">#282</a>).</li>
<li>Fix possible aliasing issues with raw pointers (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/277">#277</a>).</li>
<li>Fix format of license field in Cargo manifest (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/278">#278</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="7fa951fd21"><code>7fa951f</code></a> Version 1.9.0</li>
<li><a href="e9c2f0a63f"><code>e9c2f0a</code></a> Add retain_mut method (as an alias to retain)</li>
<li><a href="4ce5e169e8"><code>4ce5e16</code></a> Version 1.8.1</li>
<li><a href="7f9e513712"><code>7f9e513</code></a> Add a benchmark for the insert case where <code>index == len</code>.</li>
<li><a href="b2335682bc"><code>b233568</code></a> Optimize <code>insert</code> for the case where <code>index == len</code>.</li>
<li><a href="bb8def466a"><code>bb8def4</code></a> Use SPDX license format (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/278">#278</a>)</li>
<li><a href="8363ea8925"><code>8363ea8</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/277">#277</a> - saethlin:fix-aliasing, r=mbrubeck</li>
<li><a href="ecd69b9b2e"><code>ecd69b9</code></a></li>
<li><a href="b257aad239"><code>b257aad</code></a> Fix Miri complaints with -Zmiri-tag-raw-pointers</li>
<li>See full diff in <a href="https://github.com/servo/rust-smallvec/compare/v1.8.0...v1.9.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=smallvec&package-manager=cargo&previous-version=1.8.0&new-version=1.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
This commit is contained in:
bors-servo 2022-08-19 18:46:33 -04:00 committed by GitHub
commit a59c18063f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 21 deletions

40
Cargo.lock generated
View file

@ -1221,7 +1221,7 @@ dependencies = [
"proc-macro2",
"quote",
"serde",
"smallvec 1.8.0",
"smallvec 1.9.0",
"syn",
]
@ -1699,7 +1699,7 @@ dependencies = [
"half",
"inflate",
"lebe",
"smallvec 1.8.0",
"smallvec 1.9.0",
"threadpool",
]
@ -1714,7 +1714,7 @@ name = "fallible"
version = "0.0.1"
dependencies = [
"hashglobe",
"smallvec 1.8.0",
"smallvec 1.9.0",
]
[[package]]
@ -2120,7 +2120,7 @@ dependencies = [
"parking_lot 0.11.0",
"range-alloc",
"raw-window-handle",
"smallvec 1.8.0",
"smallvec 1.9.0",
"spirv_cross",
"thunderdome",
"winapi",
@ -2142,7 +2142,7 @@ dependencies = [
"log",
"range-alloc",
"raw-window-handle",
"smallvec 1.8.0",
"smallvec 1.9.0",
"spirv_cross",
"winapi",
]
@ -2179,7 +2179,7 @@ dependencies = [
"parking_lot 0.11.0",
"range-alloc",
"raw-window-handle",
"smallvec 1.8.0",
"smallvec 1.9.0",
"spirv_cross",
"storage-map",
]
@ -2200,7 +2200,7 @@ dependencies = [
"log",
"objc",
"raw-window-handle",
"smallvec 1.8.0",
"smallvec 1.9.0",
"winapi",
]
@ -3483,7 +3483,7 @@ dependencies = [
"log",
"servo-egl",
"simpleservo",
"smallvec 1.8.0",
"smallvec 1.9.0",
"webxr",
"webxr-api",
]
@ -3665,7 +3665,7 @@ dependencies = [
"serde_bytes",
"servo_arc",
"smallbitvec",
"smallvec 1.8.0",
"smallvec 1.9.0",
"string_cache",
"thin-slice",
"time",
@ -4582,7 +4582,7 @@ dependencies = [
"cloudabi 0.0.3",
"libc",
"redox_syscall 0.1.56",
"smallvec 1.8.0",
"smallvec 1.9.0",
"winapi",
]
@ -4597,7 +4597,7 @@ dependencies = [
"instant",
"libc",
"redox_syscall 0.1.56",
"smallvec 1.8.0",
"smallvec 1.9.0",
"winapi",
]
@ -4610,7 +4610,7 @@ dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall 0.2.13",
"smallvec 1.8.0",
"smallvec 1.9.0",
"windows-sys",
]
@ -5580,7 +5580,7 @@ dependencies = [
"phf_codegen 0.8.0",
"precomputed-hash",
"servo_arc",
"smallvec 1.8.0",
"smallvec 1.9.0",
"to_shmem",
"to_shmem_derive",
]
@ -6146,9 +6146,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.8.0"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
dependencies = [
"serde",
]
@ -6340,7 +6340,7 @@ dependencies = [
"servo_config",
"servo_url",
"smallbitvec",
"smallvec 1.8.0",
"smallvec 1.9.0",
"string_cache",
"style_derive",
"style_traits",
@ -6672,7 +6672,7 @@ dependencies = [
"cssparser",
"servo_arc",
"smallbitvec",
"smallvec 1.8.0",
"smallvec 1.9.0",
"string_cache",
"thin-slice",
]
@ -7207,7 +7207,7 @@ checksum = "a21817947c7011bbd0a27e11b17b337bfd022e8544b071a2641232047966fbda"
dependencies = [
"nix 0.20.0",
"once_cell",
"smallvec 1.8.0",
"smallvec 1.9.0",
"wayland-sys 0.28.6",
]
@ -7370,7 +7370,7 @@ dependencies = [
"serde",
"serde_json",
"sig",
"smallvec 1.8.0",
"smallvec 1.9.0",
"svg_fmt",
"time",
"tracy-rs",
@ -7490,7 +7490,7 @@ dependencies = [
"parking_lot 0.11.0",
"ron 0.6.0",
"serde",
"smallvec 1.8.0",
"smallvec 1.9.0",
"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.6"
smallvec = "1.9"
webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "magicleap"] }
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }