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

Bump smallvec from 1.4.1 to 1.4.2 #27574

Merged
merged 1 commit into from Aug 15, 2020
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps smallvec from 1.4.1 to 1.4.2.

Release notes

Sourced from smallvec's releases.

v1.4.2

  • insert_many no longer leaks elements if the provided iterator panics (#213).
  • The unstable const_generics and specialization features are updated to work with the most recent nightly Rust toolchain (#232).
  • Internal code cleanup (#229, #231).
Commits
  • 9ae7076 Auto merge of #233 - mbrubeck:bump, r=jdm
  • ba0f462 Version 1.4.2
  • 87500c3 Auto merge of #232 - c410-f3r:patch-1, r=mbrubeck
  • 0e23d2a Use min_const_generics
  • f7e01ef Auto merge of #230 - Atul9:add-cargo-fmt-to-travis-config, r=mbrubeck
  • f7c7157 Auto merge of #231 - Atul9:cargo-fmt, r=mbrubeck
  • 7f7ac30 Format code using 'cargo fmt'
  • b3fada1 Add cargo fmt to travis build config
  • cce91ca Auto merge of #213 - mbrubeck:leak, r=jdm
  • 8ddf613 Fix leak on panic in insert_many.
  • 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.4.1 to 1.4.2.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.4.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Aug 12, 2020
@KiChjang
Copy link
Contributor

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 4e51e77 has been approved by KiChjang

@highfive highfive assigned KiChjang and unassigned ferjm Aug 14, 2020
@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Aug 14, 2020
@bors-servo
Copy link
Contributor

⌛ Testing commit 4e51e77 with merge f2a6765...

bors-servo added a commit that referenced this pull request Aug 14, 2020
Bump smallvec from 1.4.1 to 1.4.2

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.4.1 to 1.4.2.
<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.2</h2>
<ul>
<li><code>insert_many</code> no longer leaks elements if the provided iterator panics (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/213">#213</a>).</li>
<li>The unstable <code>const_generics</code> and <code>specialization</code> features are updated to work with the most recent nightly Rust toolchain (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/232">#232</a>).</li>
<li>Internal code cleanup (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/229">#229</a>, <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/231">#231</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/servo/rust-smallvec/commit/9ae70763eca410f80001cd100e42e846213acd61"><code>9ae7076</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/233">#233</a> - mbrubeck:bump, r=jdm</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/ba0f4621385698c910798a5d0a8a3e705cc48fbc"><code>ba0f462</code></a> Version 1.4.2</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/87500c373081afd8b95509a57b6705a391ed83f6"><code>87500c3</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/232">#232</a> - c410-f3r:patch-1, r=mbrubeck</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/0e23d2a30785a16c3516d42ec2a09dbfbdf3dd9e"><code>0e23d2a</code></a> Use min_const_generics</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/f7e01ef2684c046d31a467b6802f478e88e95677"><code>f7e01ef</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/230">#230</a> - Atul9:add-cargo-fmt-to-travis-config, r=mbrubeck</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/f7c715742632d5bcfca33ad36d4d99bec5416e94"><code>f7c7157</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/231">#231</a> - Atul9:cargo-fmt, r=mbrubeck</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/7f7ac30ef038be60f994d3f9ce87dd56cf41c8ca"><code>7f7ac30</code></a> Format code using 'cargo fmt'</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/b3fada197faabbc4bb0022ab4f9ccafca2c17497"><code>b3fada1</code></a> Add cargo fmt to travis build config</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/cce91caf4c24661e5d6e4adb7204466ab54514be"><code>cce91ca</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/213">#213</a> - mbrubeck:leak, r=jdm</li>
<li><a href="https://github.com/servo/rust-smallvec/commit/8ddf61330d73bd1b33ed01e03f2bf0b8aaba8d11"><code>8ddf613</code></a> Fix leak on panic in <code>insert_many</code>.</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-smallvec/compare/v1.4.1...v1.4.2">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.1&new-version=1.4.2)](https://dependabot.com/compatibility-score/?dependency-name=smallvec&package-manager=cargo&previous-version=1.4.1&new-version=1.4.2)

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

💔 Test failed - status-taskcluster

@highfive highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Aug 14, 2020
@paulrouget
Copy link
Contributor

@bors-servo retry

@bors-servo
Copy link
Contributor

⌛ Testing commit 4e51e77 with merge 64d2d5f...

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-tests-failed The changes caused existing tests to fail. labels Aug 15, 2020
@bors-servo
Copy link
Contributor

☀️ Test successful - status-taskcluster
Approved by: KiChjang
Pushing 64d2d5f to master...

@bors-servo bors-servo merged commit 64d2d5f into master Aug 15, 2020
@bors-servo bors-servo deleted the dependabot/cargo/smallvec-1.4.2 branch August 15, 2020 09:38
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants