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 tokio from 0.2.9 to 0.2.10 #140

Merged
merged 1 commit into from
Jan 23, 2020
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps tokio from 0.2.9 to 0.2.10.

Commits

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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 21, 2020
@github-actions github-actions bot force-pushed the dependabot/cargo/tokio-0.2.10 branch from 639fdfd to 8022e38 Compare January 21, 2020 21:45
@blckngm
Copy link
Owner

blckngm commented Jan 23, 2020

bors r+

@bors
Copy link
Contributor

bors bot commented Jan 23, 2020

This PR was included in a batch with a merge conflict, it will be automatically retried

bors bot added a commit that referenced this pull request Jan 23, 2020
140: Bump tokio from 0.2.9 to 0.2.10 r=sopium a=dependabot-preview[bot]

Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.9 to 0.2.10.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tokio-rs/tokio/commit/bffbaab30d52cd6d6dabf22b3f4e5f028d1abcac"><code>bffbaab</code></a> chore: prepare v0.2.10 release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2148">#2148</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/a5e774bb38f3d0c6dc0e32d3b083021f5bc388fd"><code>a5e774b</code></a> sync: derive PartialEq for error enums (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2137">#2137</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/0bb17300f70ef74e335f4ada65706872451603b3"><code>0bb1730</code></a> sync: add std error impl for broadcast errors (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2141">#2141</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/c7719a2d2962f83854193b4c9131ee275a5a4475"><code>c7719a2</code></a> io: simplify split check (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2144">#2144</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/38bff0adda393f8121225727d93cb342d8363979"><code>38bff0a</code></a> macros: fix <code>#[tokio::main]</code> without rt-core (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2139">#2139</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/fbe143b142875977f49772d2905029b57b92e429"><code>fbe143b</code></a> fix: Prevent undefined behaviour from malicious AsyncRead impl (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2030">#2030</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/9df805ff5449527d1fead3e9533152c4a357c24c"><code>9df805f</code></a> chore: do not depend on <code>loom</code> on windows (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2146">#2146</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/5d82ac2d1e7739a789a6aa014301355d6c0550d9"><code>5d82ac2</code></a> readme: Add more related tokio projects (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2128">#2128</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/5bf78d77ada685826b33fd62e69df179f3de8a1c"><code>5bf78d7</code></a> Add a method to test if split streams come from the same stream. (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1762">#1762</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/3176d0a48a796c9d5437a76995bc11ca85390df4"><code>3176d0a</code></a> io: add <code>BufStream::with_capacity</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2125">#2125</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-0.2.9...tokio-0.2.10">compare view</a></li>
</ul>
</details>
<br />


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

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>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Jan 23, 2020

Build succeeded

  • sopium.titun

@bors bors bot merged commit 8022e38 into master Jan 23, 2020
@bors bors bot deleted the dependabot/cargo/tokio-0.2.10 branch January 23, 2020 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant