Skip to content

Commit

Permalink
Merge #82
Browse files Browse the repository at this point in the history
82: chore(deps): bump tokio from 1.30.0 to 1.32.0 r=crepererum a=dependabot[bot]

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.30.0 to 1.32.0.
<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.32.0</h2>
<h3>Fixed</h3>
<ul>
<li>sync: fix potential quadradic behavior in <code>broadcast::Receiver</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5925">#5925</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li>process: stabilize <code>Command::raw_arg</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5930">#5930</a>)</li>
<li>io: enable awaiting error readiness (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5781">#5781</a>)</li>
</ul>
<h3>Unstable</h3>
<ul>
<li>rt(alt): improve the scalability of alt runtime as the number of cores grows (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5935">#5935</a>)</li>
</ul>
<p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5925">#5925</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5925">tokio-rs/tokio#5925</a>
<a href="https://redirect.github.com/tokio-rs/tokio/issues/5930">#5930</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5930">tokio-rs/tokio#5930</a>
<a href="https://redirect.github.com/tokio-rs/tokio/issues/5781">#5781</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5781">tokio-rs/tokio#5781</a>
<a href="https://redirect.github.com/tokio-rs/tokio/issues/5935">#5935</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5935">tokio-rs/tokio#5935</a></p>
<h2>Tokio v1.31.0</h2>
<h3>Fixed</h3>
<ul>
<li>io: delegate <code>WriteHalf::poll_write_vectored</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5914">#5914</a>)</li>
</ul>
<h3>Unstable</h3>
<ul>
<li>rt(unstable): fix memory leak in unstable next-gen scheduler prototype (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5911">#5911</a>)</li>
<li>rt: expose mean task poll time metric (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5927">#5927</a>)</li>
</ul>
<p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5914">#5914</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5914">tokio-rs/tokio#5914</a>
<a href="https://redirect.github.com/tokio-rs/tokio/issues/5911">#5911</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5911">tokio-rs/tokio#5911</a>
<a href="https://redirect.github.com/tokio-rs/tokio/issues/5927">#5927</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5927">tokio-rs/tokio#5927</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tokio-rs/tokio/commit/a7d52c2fede5ebd8f6e49d52a4af77138e0bd6e1"><code>a7d52c2</code></a> chore: prepare Tokio v1.32.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5937">#5937</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/f5f2b58b8dc6fcfb22d9c917d6c87410adab81e9"><code>f5f2b58</code></a> rt: improve docs for Builder::max_blocking_threads (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5793">#5793</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/718dcc8dff0262835c2972cf031bc2421398ffc6"><code>718dcc8</code></a> docs: BytesMut::with_capacity does not guarantee exact capacity (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5870">#5870</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/10e141d211526559190b97904508e3aee6c1fece"><code>10e141d</code></a> io: add <code>Ready::ERROR</code> and report error readiness (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5781">#5781</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/6e42c26c803e39ea92251487ddd50322b170c52d"><code>6e42c26</code></a> rt(alt): tweak some constants to improve scalability (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5935">#5935</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/82bef00db452a91382e6f122ac99726cda79a5bc"><code>82bef00</code></a> io: minor tweaks to <code>AsyncFd</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5932">#5932</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/40633fc678251f7515d1d6429cbf4fe4aa59e37d"><code>40633fc</code></a> readme: list previous LTS releases (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5931">#5931</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/3dd5f7ae2e6e7bb78de4ffb6469b96603293d2bb"><code>3dd5f7a</code></a> sync: move broadcast waiters into separate list before waking (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5925">#5925</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/2c92cad9db3c3a30250b9d50e3e9dab88e6db42f"><code>2c92cad</code></a> process: stabilize <code>Command::raw_arg</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5930">#5930</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/197757d44014639031726e3ea2b224ce750db7c4"><code>197757d</code></a> streams: create StreamMock for testing Streams (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5915">#5915</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.30.0...tokio-1.32.0">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.30.0&new-version=1.32.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- ``@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)


</details>

> **Note**
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Oct 4, 2023
2 parents e7d9ebc + ec36fef commit 3986515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clap = { version = "4.4.6", features = ["derive", "env"] }
dotenvy = "0.15.7"
futures = "0.3.28"
thirtyfour = "0.31.0"
tokio = { version = "1.30.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.38"
tracing-log = "0.1.3"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
Expand Down

0 comments on commit 3986515

Please sign in to comment.