Auto merge of #26277 - servo:dependabot/cargo/smallvec-1.3.0, r=jdm

Bump smallvec from 1.2.0 to 1.3.0

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.2.0 to 1.3.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.3.0</h2>
<ul>
<li>Add a new unstable <code>const_generics</code> feature (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/204">#204</a>).</li>
<li>Improve inlining of constructor functions (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/206">#206</a>).</li>
<li>Add a <code>slice.to_smallvec()</code> convenience method (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/203">#203</a>).</li>
<li>Documentation and testing improvements.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3957cd8b36"><code>3957cd8</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/207">#207</a> - mbrubeck:bump, r=mbrubeck</li>
<li><a href="851d222629"><code>851d222</code></a> Version 1.3.0</li>
<li><a href="6a14df03e5"><code>6a14df0</code></a> Document Cargo features</li>
<li><a href="c48902fb78"><code>c48902f</code></a> Make ToSmallVec trait public</li>
<li><a href="faca460f0c"><code>faca460</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/206">#206</a> - hiddenhare:inline-constructors, r=mbrubeck</li>
<li><a href="f5f6d89e7e"><code>f5f6d89</code></a> Add #[inline] attribute to all fns which return SmallVec</li>
<li><a href="9cdf8fb424"><code>9cdf8fb</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/204">#204</a> - c410-f3r:const__generics, r=mbrubeck</li>
<li><a href="02cdf2492e"><code>02cdf24</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/205">#205</a> - c410-f3r:fix-ci, r=mbrubeck</li>
<li><a href="9f2f610d52"><code>9f2f610</code></a> Fix CI</li>
<li><a href="70e967edaa"><code>70e967e</code></a> Add support for constant generics</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-smallvec/compare/v1.2.0...v1.3.0">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.2.0&new-version=1.3.0)](https://dependabot.com/compatibility-score/?dependency-name=smallvec&package-manager=cargo&previous-version=1.2.0&new-version=1.3.0)

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-04-23 17:52:49 -04:00 committed by GitHub
commit fd60b0bb51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

20
Cargo.lock generated
View file

@ -1009,7 +1009,7 @@ dependencies = [
"proc-macro2 1.0.1", "proc-macro2 1.0.1",
"quote 1.0.2", "quote 1.0.2",
"serde", "serde",
"smallvec 1.2.0", "smallvec 1.3.0",
"syn", "syn",
] ]
@ -1493,7 +1493,7 @@ name = "fallible"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"hashglobe", "hashglobe",
"smallvec 1.2.0", "smallvec 1.3.0",
] ]
[[package]] [[package]]
@ -3029,7 +3029,7 @@ dependencies = [
"log", "log",
"servo-egl", "servo-egl",
"simpleservo", "simpleservo",
"smallvec 1.2.0", "smallvec 1.3.0",
"webxr", "webxr",
"webxr-api", "webxr-api",
] ]
@ -3225,7 +3225,7 @@ dependencies = [
"serde_bytes", "serde_bytes",
"servo_arc", "servo_arc",
"smallbitvec", "smallbitvec",
"smallvec 1.2.0", "smallvec 1.3.0",
"string_cache", "string_cache",
"thin-slice", "thin-slice",
"time", "time",
@ -4709,7 +4709,7 @@ dependencies = [
"phf_codegen", "phf_codegen",
"precomputed-hash", "precomputed-hash",
"servo_arc", "servo_arc",
"smallvec 1.2.0", "smallvec 1.3.0",
"thin-slice", "thin-slice",
"to_shmem", "to_shmem",
"to_shmem_derive", "to_shmem_derive",
@ -5286,9 +5286,9 @@ dependencies = [
[[package]] [[package]]
name = "smallvec" name = "smallvec"
version = "1.2.0" version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc" checksum = "05720e22615919e4734f6a99ceae50d00226c3c5aca406e102ebc33298214e0a"
[[package]] [[package]]
name = "smithay-client-toolkit" name = "smithay-client-toolkit"
@ -5455,7 +5455,7 @@ dependencies = [
"servo_config", "servo_config",
"servo_url", "servo_url",
"smallbitvec", "smallbitvec",
"smallvec 1.2.0", "smallvec 1.3.0",
"string_cache", "string_cache",
"style_derive", "style_derive",
"style_traits", "style_traits",
@ -5747,7 +5747,7 @@ dependencies = [
"cssparser", "cssparser",
"servo_arc", "servo_arc",
"smallbitvec", "smallbitvec",
"smallvec 1.2.0", "smallvec 1.3.0",
"string_cache", "string_cache",
"thin-slice", "thin-slice",
] ]
@ -6475,7 +6475,7 @@ dependencies = [
"rendy-descriptor", "rendy-descriptor",
"rendy-memory", "rendy-memory",
"serde", "serde",
"smallvec 1.2.0", "smallvec 1.3.0",
"vec_map", "vec_map",
] ]

View file

@ -25,5 +25,5 @@ webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "magicleap"
libc = "0.2" libc = "0.2"
log = "0.4" log = "0.4"
servo-egl = "0.2" servo-egl = "0.2"
smallvec = "1.2" smallvec = "1.3"