Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump smallvec from 1.3.0 to 1.4.1 #27195

Merged
merged 1 commit into from Jul 7, 2020

Conversation

@dependabot-preview
Copy link
Contributor

dependabot-preview bot commented Jul 7, 2020

Bumps smallvec from 1.3.0 to 1.4.1.

Release notes

Sourced from smallvec's releases.

v1.4.1

  • Don't allocate when the size of the element type is zero. Allocating zero bytes is undefined behavior. (#228)

v1.4.0

  • Add try_reserve, try_reserve_exact, and try_grow methods (#214).
Commits
  • 5513f47 Auto merge of #228 - servo:zero, r=jdm
  • a376b02 Don’t heap-allocate for zero-size items
  • 5f42f5f Auto merge of #227 - SamuelMarks:rustfmt, r=mbrubeck
  • fbd1739 [*.rs] rustfmt
  • 7bda9ec Auto merge of #225 - mbrubeck:docs, r=emilio
  • cd1fe7a Document the optional 'serde' feature
  • ebbd78a Disable unused serde features
  • 51f3545 Auto merge of #223 - Luro02:docs, r=emilio
  • 51d8464 Link to tracking issues for unstable features
  • 006b2e5 Auto merge of #222 - mbrubeck:unused_mut, r=emilio
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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:

  • 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)
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.3.0 to 1.4.1.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.3.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@SimonSapin
Copy link
Member

SimonSapin commented Jul 7, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jul 7, 2020

Trying commit 790dc14 with merge 5bde84b...

bors-servo added a commit that referenced this pull request Jul 7, 2020
build(deps): bump smallvec from 1.3.0 to 1.4.1

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.3.0 to 1.4.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.4.1</h2>
<ul>
<li>Don't allocate when the size of the element type is zero. Allocating zero bytes is undefined behavior. (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/228">#228</a>)</li>
</ul>
<h2>v1.4.0</h2>
<ul>
<li>Add <code>try_reserve</code>, <code>try_reserve_exact</code>, and <code>try_grow</code> methods (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/214">#214</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/servo/rust-smallvec/commit/5513f4716bad73823a29f2484a359158fce576be"><code>5513f47</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/228">#228</a> - servo:zero, r=jdm</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/a376b02c8c4e3b5fa00c30d4efa12753d4abb8c0"><code>a376b02</code></a> Don’t heap-allocate for zero-size items</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/5f42f5f8e2fcdbbee8ccf42a7d4dde43bb40c9dd"><code>5f42f5f</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/227">#227</a> - SamuelMarks:rustfmt, r=mbrubeck</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/fbd1739753243836d4dc439ab26b753d8b2e1b4c"><code>fbd1739</code></a> [*.rs] rustfmt</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/7bda9ec4a839fb7f48ba7afa5f3ec459949dd975"><code>7bda9ec</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/225">#225</a> - mbrubeck:docs, r=emilio</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/cd1fe7af5c22b08789febec10594f67848d1962d"><code>cd1fe7a</code></a> Document the optional 'serde' feature</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/ebbd78ad982d7c341f833716d87cf658c6c431f4"><code>ebbd78a</code></a> Disable unused serde features</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/51f3545956ac528b124183f946c54636ff0f3b9a"><code>51f3545</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/223">#223</a> - Luro02:docs, r=emilio</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/51d84648056bc250011d392f2d9e0889e95f35f9"><code>51d8464</code></a> Link to tracking issues for unstable features</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/006b2e59f302d0987b1a6bf0d764ed6c94a814a2"><code>006b2e5</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/222">#222</a> - mbrubeck:unused_mut, r=emilio</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-smallvec/compare/v1.3.0...v1.4.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.3.0&new-version=1.4.1)](https://dependabot.com/compatibility-score/?dependency-name=smallvec&package-manager=cargo&previous-version=1.3.0&new-version=1.4.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>
@bors-servo
Copy link
Contributor

bors-servo commented Jul 7, 2020

💔 Test failed - status-taskcluster

@jdm
Copy link
Member

jdm commented Jul 7, 2020

@bors-servo try- r+

@bors-servo
Copy link
Contributor

bors-servo commented Jul 7, 2020

📌 Commit 790dc14 has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented Jul 7, 2020

Testing commit 790dc14 with merge b605951...

bors-servo added a commit that referenced this pull request Jul 7, 2020
build(deps): bump smallvec from 1.3.0 to 1.4.1

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.3.0 to 1.4.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.4.1</h2>
<ul>
<li>Don't allocate when the size of the element type is zero. Allocating zero bytes is undefined behavior. (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/228">#228</a>)</li>
</ul>
<h2>v1.4.0</h2>
<ul>
<li>Add <code>try_reserve</code>, <code>try_reserve_exact</code>, and <code>try_grow</code> methods (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/214">#214</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/servo/rust-smallvec/commit/5513f4716bad73823a29f2484a359158fce576be"><code>5513f47</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/228">#228</a> - servo:zero, r=jdm</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/a376b02c8c4e3b5fa00c30d4efa12753d4abb8c0"><code>a376b02</code></a> Don’t heap-allocate for zero-size items</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/5f42f5f8e2fcdbbee8ccf42a7d4dde43bb40c9dd"><code>5f42f5f</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/227">#227</a> - SamuelMarks:rustfmt, r=mbrubeck</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/fbd1739753243836d4dc439ab26b753d8b2e1b4c"><code>fbd1739</code></a> [*.rs] rustfmt</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/7bda9ec4a839fb7f48ba7afa5f3ec459949dd975"><code>7bda9ec</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/225">#225</a> - mbrubeck:docs, r=emilio</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/cd1fe7af5c22b08789febec10594f67848d1962d"><code>cd1fe7a</code></a> Document the optional 'serde' feature</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/ebbd78ad982d7c341f833716d87cf658c6c431f4"><code>ebbd78a</code></a> Disable unused serde features</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/51f3545956ac528b124183f946c54636ff0f3b9a"><code>51f3545</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/223">#223</a> - Luro02:docs, r=emilio</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/51d84648056bc250011d392f2d9e0889e95f35f9"><code>51d8464</code></a> Link to tracking issues for unstable features</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/006b2e59f302d0987b1a6bf0d764ed6c94a814a2"><code>006b2e5</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/222">#222</a> - mbrubeck:unused_mut, r=emilio</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-smallvec/compare/v1.3.0...v1.4.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.3.0&new-version=1.4.1)](https://dependabot.com/compatibility-score/?dependency-name=smallvec&package-manager=cargo&previous-version=1.3.0&new-version=1.4.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>
@bors-servo
Copy link
Contributor

bors-servo commented Jul 7, 2020

💔 Test failed - status-taskcluster

@jdm
Copy link
Member

jdm commented Jul 7, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jul 7, 2020

Testing commit 790dc14 with merge 0af883b...

@bors-servo
Copy link
Contributor

bors-servo commented Jul 7, 2020

☀️ Test successful - status-taskcluster
Approved by: jdm
Pushing 0af883b to master...

@bors-servo bors-servo merged commit 0af883b into master Jul 7, 2020
2 checks passed
2 checks passed
Community-TC (pull_request) TaskGroup: success
Details
homu Test successful
Details
@bors-servo bors-servo deleted the dependabot/cargo/smallvec-1.4.1 branch Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.