Bump tokio from 1.17.0 to 1.20.3 #11

Closed
dependabot[bot] wants to merge 1 commits from dependabot/cargo/tokio-1.20.3 into master
dependabot[bot] commented 2023-01-07 03:42:38 +05:30 (Migrated from github.com)

Bumps tokio from 1.17.0 to 1.20.3.

Release notes

Sourced from tokio's releases.

Tokio v1.20.2

1.20.2 (September 27, 2022)

This release removes the dependency on the once_cell crate to restore the MSRV of the 1.20.x LTS release. (#5048)

#5048: tokio-rs/tokio#5048

Tokio v1.20.1

1.20.1 (July 25, 2022)

Fixed

  • chore: fix version detection in build script (#4860)

#4860: tokio-rs/tokio#4860

Tokio v1.20.0

1.20.0 (July 12, 2022)

Added

Changed

  • time: remove src/time/driver/wheel/stack.rs (#4766)
  • rt: clean up arguments passed to basic scheduler (#4767)
  • net: be more specific about winapi features (#4764)
  • tokio: use const initialized thread locals where possible (#4677)
  • task: various small improvements to LocalKey (#4795)

Fixed

Documented

  • fs: warn about performance pitfall (#4762)
  • chore: fix spelling (#4769)
  • sync: document spurious failures in oneshot (#4777)
  • sync: add warning for watch in non-Send futures (#4741)
  • chore: fix typo (#4798)

Unstable

  • joinset: rename join_one to join_next (#4755)
  • rt: unhandled panic config for current thread rt (#4770)

#4677: tokio-rs/tokio#4677 #4741: tokio-rs/tokio#4741 #4755: tokio-rs/tokio#4755 #4758: tokio-rs/tokio#4758 #4762: tokio-rs/tokio#4762

... (truncated)

Commits
  • ba81945 chore: prepare Tokio 1.20.3 release
  • 763bdc9 ci: run WASI tasks using latest Rust
  • 9f98535 Merge remote-tracking branch 'origin/tokio-1.18.x' into fix-named-pipes-1.20
  • 9241c3e chore: prepare Tokio v1.18.4 release
  • 699573d net: fix named pipes server configuration builder
  • 3d95a46 chore: prepare Tokio v1.20.2 (#5055)
  • 2063d66 Merge 'tokio-1.18.3' into 'tokio-1.20.x' (#5054)
  • 5c76d07 chore: prepare Tokio v1.18.3 (#5051)
  • 05e6614 chore: don't use once_cell for 1.18.x LTS release (#5048)
  • c0746b6 chore: prepare Tokio v1.20.1 (#4861)
  • 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.17.0 to 1.20.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.20.2</h2> <h1>1.20.2 (September 27, 2022)</h1> <p>This release removes the dependency on the <code>once_cell</code> crate to restore the MSRV of the 1.20.x LTS release. (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5048">#5048</a>)</p> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5048">#5048</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/5048">tokio-rs/tokio#5048</a></p> <h2>Tokio v1.20.1</h2> <h1>1.20.1 (July 25, 2022)</h1> <h3>Fixed</h3> <ul> <li>chore: fix version detection in build script (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4860">#4860</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4860">#4860</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4860">tokio-rs/tokio#4860</a></p> <h2>Tokio v1.20.0</h2> <h1>1.20.0 (July 12, 2022)</h1> <h3>Added</h3> <ul> <li>tokio: add track_caller to public APIs (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4772">#4772</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4791">#4791</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4793">#4793</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4806">#4806</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4808">#4808</a>)</li> <li>sync: Add <code>has_changed</code> method to <code>watch::Ref</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4758">#4758</a>)</li> </ul> <h3>Changed</h3> <ul> <li>time: remove <code>src/time/driver/wheel/stack.rs</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4766">#4766</a>)</li> <li>rt: clean up arguments passed to basic scheduler (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4767">#4767</a>)</li> <li>net: be more specific about winapi features (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4764">#4764</a>)</li> <li>tokio: use const initialized thread locals where possible (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4677">#4677</a>)</li> <li>task: various small improvements to LocalKey (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4795">#4795</a>)</li> </ul> <h3>Fixed</h3> <h3>Documented</h3> <ul> <li>fs: warn about performance pitfall (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4762">#4762</a>)</li> <li>chore: fix spelling (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4769">#4769</a>)</li> <li>sync: document spurious failures in oneshot (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4777">#4777</a>)</li> <li>sync: add warning for watch in non-Send futures (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4741">#4741</a>)</li> <li>chore: fix typo (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4798">#4798</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>joinset: rename <code>join_one</code> to <code>join_next</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4755">#4755</a>)</li> <li>rt: unhandled panic config for current thread rt (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4770">#4770</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4677">#4677</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4677">tokio-rs/tokio#4677</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4741">#4741</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4741">tokio-rs/tokio#4741</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4755">#4755</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4755">tokio-rs/tokio#4755</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4758">#4758</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4758">tokio-rs/tokio#4758</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4762">#4762</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4762">tokio-rs/tokio#4762</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/ba81945ffc2695b71f2bbcadbfb5e46ec55aaef3"><code>ba81945</code></a> chore: prepare Tokio 1.20.3 release</li> <li><a href="https://github.com/tokio-rs/tokio/commit/763bdc967e3e128d1e6e000238f1d257a81bf59a"><code>763bdc9</code></a> ci: run WASI tasks using latest Rust</li> <li><a href="https://github.com/tokio-rs/tokio/commit/9f98535877f8f706b436447952f40f153e2a52dc"><code>9f98535</code></a> Merge remote-tracking branch 'origin/tokio-1.18.x' into fix-named-pipes-1.20</li> <li><a href="https://github.com/tokio-rs/tokio/commit/9241c3eddf4a6a218681b088d71f7191513e2376"><code>9241c3e</code></a> chore: prepare Tokio v1.18.4 release</li> <li><a href="https://github.com/tokio-rs/tokio/commit/699573d550fabf4bfb45d82505d6709faaae9037"><code>699573d</code></a> net: fix named pipes server configuration builder</li> <li><a href="https://github.com/tokio-rs/tokio/commit/3d95a4626fc136b55e82e6bd480e14459a77a22c"><code>3d95a46</code></a> chore: prepare Tokio v1.20.2 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5055">#5055</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2063d6692e1a2f12522299d2e6f16dd482ebbb05"><code>2063d66</code></a> Merge 'tokio-1.18.3' into 'tokio-1.20.x' (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5054">#5054</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5c76d070e28bd9153ec72f13d0ebe24935b9dea0"><code>5c76d07</code></a> chore: prepare Tokio v1.18.3 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5051">#5051</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/05e661490b87a3d60a8342535bdc9d213048519c"><code>05e6614</code></a> chore: don't use <code>once_cell</code> for 1.18.x LTS release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5048">#5048</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c0746b6a300f558410e719e27d2d4855f5407262"><code>c0746b6</code></a> chore: prepare Tokio v1.20.1 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4861">#4861</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.17.0...tokio-1.20.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.17.0&new-version=1.20.3)](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) - `@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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mCaptcha/survey/network/alerts). </details>
realaravinth closed this pull request 2023-10-17 19:34:52 +05:30

Pull request closed

Sign in to join this conversation.
No description provided.