[PR #63] [MERGED] build(deps): bump tokio from 1.29.1 to 1.31.0 #87

Closed
opened 2026-05-22 22:03:56 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/63
Author: @dependabot[bot]
Created: 8/14/2023
Status: Merged
Merged: 8/14/2023
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/tokio-1.31.0


📝 Commits (1)

  • 4c213cf build(deps): bump tokio from 1.29.1 to 1.31.0

📊 Changes

2 files changed (+17 additions, -8 deletions)

View changed files

📝 Cargo.lock (+16 -7)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps tokio from 1.29.1 to 1.31.0.

Release notes

Sourced from tokio's releases.

Tokio v1.31.0

Fixed

  • io: delegate WriteHalf::poll_write_vectored (#5914)

Unstable

  • rt(unstable): fix memory leak in unstable next-gen scheduler prototype (#5911)
  • rt: expose mean task poll time metric (#5927)

#5914: tokio-rs/tokio#5914 #5911: tokio-rs/tokio#5911 #5927: tokio-rs/tokio#5927

Tokio v1.30.0

1.30.0 (August 9, 2023)

This release bumps the MSRV of Tokio to 1.63. (#5887)

Changed

  • tokio: reduce LLVM code generation (#5859)
  • io: support --cfg mio_unsupported_force_poll_poll flag (#5881)
  • sync: make const_new methods always available (#5885)
  • sync: avoid false sharing in mpsc channel (#5829)
  • rt: pop at least one task from inject queue (#5908)

Added

  • sync: add broadcast::Sender::new (#5824)
  • net: implement UCred for espidf (#5868)
  • fs: add File::options() (#5869)
  • time: implement extra reset variants for Interval (#5878)
  • process: add {ChildStd*}::into_owned_{fd, handle} (#5899)

Removed

  • tokio: removed unused tokio_* cfgs (#5890)
  • remove build script to speed up compilation (#5887)

Documented

  • sync: mention lagging in docs for broadcast::send (#5820)
  • runtime: expand on sharing runtime docs (#5858)
  • io: use vec in example for AsyncReadExt::read_exact (#5863)
  • time: mark Sleep as !Unpin in docs (#5916)
  • process: fix raw_arg not showing up in docs (#5865)

Unstable

... (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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/mpd-discord-rpc/pull/63 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/14/2023 **Status:** ✅ Merged **Merged:** 8/14/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/tokio-1.31.0` --- ### 📝 Commits (1) - [`4c213cf`](https://github.com/JakeStanger/mpd-discord-rpc/commit/4c213cf59efe652f6c3a015e6f6ab48d10285c57) build(deps): bump tokio from 1.29.1 to 1.31.0 ### 📊 Changes **2 files changed** (+17 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+16 -7) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.31.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.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> <h2>Tokio v1.30.0</h2> <h1>1.30.0 (August 9, 2023)</h1> <p>This release bumps the MSRV of Tokio to 1.63. (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5887">#5887</a>)</p> <h3>Changed</h3> <ul> <li>tokio: reduce LLVM code generation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5859">#5859</a>)</li> <li>io: support <code>--cfg mio_unsupported_force_poll_poll</code> flag (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5881">#5881</a>)</li> <li>sync: make <code>const_new</code> methods always available (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5885">#5885</a>)</li> <li>sync: avoid false sharing in mpsc channel (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5829">#5829</a>)</li> <li>rt: pop at least one task from inject queue (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5908">#5908</a>)</li> </ul> <h3>Added</h3> <ul> <li>sync: add <code>broadcast::Sender::new</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5824">#5824</a>)</li> <li>net: implement <code>UCred</code> for espidf (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5868">#5868</a>)</li> <li>fs: add <code>File::options()</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5869">#5869</a>)</li> <li>time: implement extra reset variants for <code>Interval</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5878">#5878</a>)</li> <li>process: add <code>{ChildStd*}::into_owned_{fd, handle}</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5899">#5899</a>)</li> </ul> <h3>Removed</h3> <ul> <li>tokio: removed unused <code>tokio_*</code> cfgs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5890">#5890</a>)</li> <li>remove build script to speed up compilation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5887">#5887</a>)</li> </ul> <h3>Documented</h3> <ul> <li>sync: mention lagging in docs for <code>broadcast::send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5820">#5820</a>)</li> <li>runtime: expand on sharing runtime docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5858">#5858</a>)</li> <li>io: use vec in example for <code>AsyncReadExt::read_exact</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5863">#5863</a>)</li> <li>time: mark <code>Sleep</code> as <code>!Unpin</code> in docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5916">#5916</a>)</li> <li>process: fix <code>raw_arg</code> not showing up in docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5865">#5865</a>)</li> </ul> <h3>Unstable</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/8b8005ebddbce0ec6d5e437905d00b91f3999b97"><code>8b8005e</code></a> chore: prepare Tokio v1.31.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5928">#5928</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6cb106c3538cf527495ef5491c088d1365b14c8e"><code>6cb106c</code></a> rt: unstable EWMA poll time metric (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5927">#5927</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/dd23f08c3a35495b4b53defa81ec0ca2c75a5f7d"><code>dd23f08</code></a> rt(alt): fix memory leak and increase max preemption when running Loom CI tes...</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5d29bdfb0cb9e2562c662c76a362bb823f88ffd5"><code>5d29bdf</code></a> io: delegate <code>WriteHalf::poll_write_vectored</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5914">#5914</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4c220af777b1b832f4a00b5b261de77c22a7209b"><code>4c220af</code></a> chore: prepare Tokio v1.30.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5917">#5917</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/0a631f88e8fd5d347c8297c9114d25382889d395"><code>0a631f8</code></a> process: add <code>{ChildStd*}::into_owned_{fd, handle}</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5899">#5899</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/ee44dc98d8de245092b4155dc6ffe35f1c886e11"><code>ee44dc9</code></a> ci: fix MIRI tests (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5919">#5919</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/51cffbb74f1d2d09fff4e3431199641620c1b3b5"><code>51cffbb</code></a> time: mark <code>Sleep</code> as <code>!Unpin</code> in docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5916">#5916</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/8832e936b1b86946ce802c5494bd8d575f8ba3a3"><code>8832e93</code></a> rt(alt): fix a number of concurrency bugs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5907">#5907</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/dbda2045f18713f752902226d7bad24037b5788b"><code>dbda204</code></a> time: implement extra reset variants for <code>Interval</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5878">#5878</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.29.1...tokio-1.31.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.29.1&new-version=1.31.0)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:03:56 +01:00
Sign in to join this conversation.
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
JakeStanger/mpd-discord-rpc#87
No description provided.