Bump tokio from 1.34.0 to 1.35.1 #53

Merged
dependabot[bot] merged 1 commit from dependabot/cargo/main/tokio-1.35.1 into main 2023-12-27 18:20:33 +00:00
dependabot[bot] commented 2023-12-27 06:37:16 +00:00 (Migrated from github.com)

Bumps tokio from 1.34.0 to 1.35.1.

Release notes

Sourced from tokio's releases.

Tokio v1.35.1

1.35.1 (December 19, 2023)

This is a forward part of a change that was backported to 1.25.3.

Fixed

  • io: add budgeting to tokio::runtime::io::registration::async_io (#6221)

#6221: tokio-rs/tokio#6221

Tokio v1.35.0

1.35.0 (December 8th, 2023)

Added

  • net: add Apple watchOS support (#6176)

Changed

  • io: drop the Sized requirements from AsyncReadExt.read_buf (#6169)
  • runtime: make Runtime unwind safe (#6189)
  • runtime: reduce the lock contention in task spawn (#6001)
  • tokio: update nix dependency to 0.27.1 (#6190)

Fixed

  • chore: make --cfg docsrs work without net feature (#6166)
  • chore: use relaxed load for unsync_load on miri (#6179)
  • runtime: handle missing context on wake (#6148)
  • taskdump: fix taskdump cargo config example (#6150)
  • taskdump: skip notified tasks during taskdumps (#6194)
  • tracing: avoid creating resource spans with current parent, use a None parent instead (#6107)
  • tracing: make task span explicit root (#6158)

Documented

  • io: flush in AsyncWriteExt examples (#6149)
  • runtime: document fairness guarantees and current behavior (#6145)
  • task: document cancel safety of LocalSet::run_until (#6147)

#6001: tokio-rs/tokio#6001 #6107: tokio-rs/tokio#6107 #6144: tokio-rs/tokio#6144 #6145: tokio-rs/tokio#6145 #6147: tokio-rs/tokio#6147 #6148: tokio-rs/tokio#6148 #6149: tokio-rs/tokio#6149 #6150: tokio-rs/tokio#6150 #6158: tokio-rs/tokio#6158

... (truncated)

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 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)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.35.1. <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.35.1</h2> <h1>1.35.1 (December 19, 2023)</h1> <p>This is a forward part of a change that was backported to 1.25.3.</p> <h3>Fixed</h3> <ul> <li>io: add budgeting to <code>tokio::runtime::io::registration::async_io</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6221">#6221</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/6221">#6221</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6221">tokio-rs/tokio#6221</a></p> <h2>Tokio v1.35.0</h2> <h1>1.35.0 (December 8th, 2023)</h1> <h3>Added</h3> <ul> <li>net: add Apple watchOS support (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6176">#6176</a>)</li> </ul> <h3>Changed</h3> <ul> <li>io: drop the <code>Sized</code> requirements from <code>AsyncReadExt.read_buf</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6169">#6169</a>)</li> <li>runtime: make <code>Runtime</code> unwind safe (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6189">#6189</a>)</li> <li>runtime: reduce the lock contention in task spawn (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6001">#6001</a>)</li> <li>tokio: update nix dependency to 0.27.1 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6190">#6190</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>chore: make <code>--cfg docsrs</code> work without net feature (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6166">#6166</a>)</li> <li>chore: use relaxed load for <code>unsync_load</code> on miri (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6179">#6179</a>)</li> <li>runtime: handle missing context on wake (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6148">#6148</a>)</li> <li>taskdump: fix taskdump cargo config example (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6150">#6150</a>)</li> <li>taskdump: skip notified tasks during taskdumps (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6194">#6194</a>)</li> <li>tracing: avoid creating resource spans with current parent, use a None parent instead (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6107">#6107</a>)</li> <li>tracing: make task span explicit root (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6158">#6158</a>)</li> </ul> <h3>Documented</h3> <ul> <li>io: flush in <code>AsyncWriteExt</code> examples (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6149">#6149</a>)</li> <li>runtime: document fairness guarantees and current behavior (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6145">#6145</a>)</li> <li>task: document cancel safety of <code>LocalSet::run_until</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6147">#6147</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/6001">#6001</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6001">tokio-rs/tokio#6001</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6107">#6107</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6107">tokio-rs/tokio#6107</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6144">#6144</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6144">tokio-rs/tokio#6144</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6145">#6145</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6145">tokio-rs/tokio#6145</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6147">#6147</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6147">tokio-rs/tokio#6147</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6148">#6148</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6148">tokio-rs/tokio#6148</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6149">#6149</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6149">tokio-rs/tokio#6149</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6150">#6150</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6150">tokio-rs/tokio#6150</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6158">#6158</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6158">tokio-rs/tokio#6158</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/46ff36386d11e52faae038d5afe8d2f7a39dfe39"><code>46ff363</code></a> chore: prepare Tokio v1.35.1 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6230">#6230</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/0a1695ebfbf554414fbb2fbf438db59a9f7590fc"><code>0a1695e</code></a> Merge 'tokio-1.32.1' into 'tokio-1.35.x' (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6229">#6229</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c4f0178b7488cb5f32685e90fa9c58ce043c54ce"><code>c4f0178</code></a> chore: prepare Tokio v1.32.1 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6228">#6228</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/22b3a65934f1e2f5aef814138ee19d65785bde60"><code>22b3a65</code></a> Merge 'tokio-1.25.3' into 'tokio-1.32.x' (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6227">#6227</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/0d362339d55d051a1191632464fd1ea3acf1054c"><code>0d36233</code></a> chore: release v1.25.3 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6223">#6223</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/ab7313ff6b9107c8b9c6a068c620ac56935b80e7"><code>ab7313f</code></a> io: add budgeting to tokio::runtime::io::registration::async_io (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6221">#6221</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/92a3455c6652ab0ae7273c6273a35007adacaf2c"><code>92a3455</code></a> chore: prepare Tokio v1.35.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6197">#6197</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/1968565825b8a991af0e4ed9d61b56ce68ddd501"><code>1968565</code></a> chore: use relaxed load for unsync_load (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6203">#6203</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c9273f1aee9927b16ee3a789a382c99ad600c8b6"><code>c9273f1</code></a> sync: improve safety comments for <code>WakeList</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6200">#6200</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/e05d0f8c2c570d81e2aa6df1e27da7084ff6fb95"><code>e05d0f8</code></a> changelog: fix missing link for 1.8.2 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6199">#6199</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.34.0...tokio-1.35.1">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.34.0&new-version=1.35.1)](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 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>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity!53
No description provided.