[PR #90] [MERGED] build(deps): bump tokio from 1.33.0 to 1.34.0 #915

Closed
opened 2026-05-23 00:58:33 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/tokio-1.34.0


📝 Commits (1)

  • 69588a1 build(deps): bump tokio from 1.33.0 to 1.34.0

📊 Changes

2 files changed (+13 additions, -14 deletions)

View changed files

📝 Cargo.lock (+12 -13)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps tokio from 1.33.0 to 1.34.0.

Release notes

Sourced from tokio's releases.

Tokio v1.34.0

Fixed

  • io: allow clear_readiness after io driver shutdown (#6067)
  • io: fix integer overflow in take (#6080)
  • io: fix I/O resource hang (#6134)
  • sync: fix broadcast::channel link (#6100)

Changed

  • macros: use ::core qualified imports instead of ::std inside tokio::test macro (#5973)

Added

  • fs: update cfg attr in fs::read_dir to include aix (#6075)
  • sync: add mpsc::Receiver::recv_many (#6010)
  • tokio: added vita target support (#6094)

#5973: tokio-rs/tokio#5973 #6067: tokio-rs/tokio#6067 #6080: tokio-rs/tokio#6080 #6134: tokio-rs/tokio#6134 #6100: tokio-rs/tokio#6100 #6075: tokio-rs/tokio#6075 #6010: tokio-rs/tokio#6010 #6094: tokio-rs/tokio#6094

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/90 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/13/2023 **Status:** ✅ Merged **Merged:** 11/13/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/tokio-1.34.0` --- ### 📝 Commits (1) - [`69588a1`](https://github.com/JakeStanger/mpd-discord-rpc/commit/69588a166eb2f41f032310ab98ac0a9d7b1a332a) build(deps): bump tokio from 1.33.0 to 1.34.0 ### 📊 Changes **2 files changed** (+13 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+12 -13) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.34.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.34.0</h2> <h3>Fixed</h3> <ul> <li>io: allow <code>clear_readiness</code> after io driver shutdown (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6067">#6067</a>)</li> <li>io: fix integer overflow in <code>take</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6080">#6080</a>)</li> <li>io: fix I/O resource hang (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6134">#6134</a>)</li> <li>sync: fix <code>broadcast::channel</code> link (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6100">#6100</a>)</li> </ul> <h3>Changed</h3> <ul> <li>macros: use <code>::core</code> qualified imports instead of <code>::std</code> inside <code>tokio::test</code> macro (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5973">#5973</a>)</li> </ul> <h3>Added</h3> <ul> <li>fs: update cfg attr in <code>fs::read_dir</code> to include <code>aix</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6075">#6075</a>)</li> <li>sync: add <code>mpsc::Receiver::recv_many</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6010">#6010</a>)</li> <li>tokio: added vita target support (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6094">#6094</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5973">#5973</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5973">tokio-rs/tokio#5973</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6067">#6067</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6067">tokio-rs/tokio#6067</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6080">#6080</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6080">tokio-rs/tokio#6080</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6134">#6134</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6134">tokio-rs/tokio#6134</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6100">#6100</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6100">tokio-rs/tokio#6100</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6075">#6075</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6075">tokio-rs/tokio#6075</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6010">#6010</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6010">tokio-rs/tokio#6010</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6094">#6094</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6094">tokio-rs/tokio#6094</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/49eb26f159c839fb34f4ce964759692443ca1302"><code>49eb26f</code></a> chore: prepare Tokio v1.34.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6138">#6138</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/19d96c067410e30da29978be3513824645902a84"><code>19d96c0</code></a> io: increase <code>ScheduledIo</code> tick resolution (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6135">#6135</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/30b2eb17c8172620a9e6d90d8be46e294594a5cc"><code>30b2eb1</code></a> io: fix possible I/O resource hang (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6134">#6134</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/8ec3e0d94d624d1be86afabc9594e2276500412f"><code>8ec3e0d</code></a> metrics: update stats when unparking in multi-thread (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6131">#6131</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/161ecec156822811ac994b4de7d2050957c90496"><code>161ecec</code></a> stream: fix typo in peekable docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6130">#6130</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/61fcc3bc0b24f23036a5bc20fe8eba3977924a05"><code>61fcc3b</code></a> time: remove cached <code>elapsed</code> value from driver state (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6097">#6097</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/944024e8ebd5c6d552bc323c81ebe063cf0b80db"><code>944024e</code></a> chore: update rust-version to 1.63 in all crates (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6126">#6126</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/65f861f478ac307fb4b4b6378fed119a09d14561"><code>65f861f</code></a> stream: add <code>StreamExt::peekable</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6095">#6095</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4c8580152d2b81159017f4e0050acb9fd49a214d"><code>4c85801</code></a> ci: fix docs on latest nightly (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6120">#6120</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/ed32cd194c47c9ad674c65cee5a5a901b387cb79"><code>ed32cd1</code></a> task: add tests for tracing instrumentation of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6112">#6112</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.33.0...tokio-1.34.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.33.0&new-version=1.34.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-23 00:58:33 +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#915
No description provided.