[PR #269] [MERGED] build(deps): bump tokio from 1.52.1 to 1.52.2 #1865

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/269
Author: @dependabot[bot]
Created: 5/4/2026
Status: Merged
Merged: 5/5/2026
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/tokio-1.52.2


📝 Commits (1)

  • 5d15e33 build(deps): bump tokio from 1.52.1 to 1.52.2

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps tokio from 1.52.1 to 1.52.2.

Release notes

Sourced from tokio's releases.

Tokio v1.52.2

1.52.2 (May 4th, 2026)

This release reverts the LIFO slot stealing change introduced in 1.51.0 (#7431), due to [its performance impact]#8065. (#8100)

#7431: tokio-rs/tokio#7431 #8065: tokio-rs/tokio#8065 #8100: tokio-rs/tokio#8100

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 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/269 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/4/2026 **Status:** ✅ Merged **Merged:** 5/5/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/tokio-1.52.2` --- ### 📝 Commits (1) - [`5d15e33`](https://github.com/JakeStanger/mpd-discord-rpc/commit/5d15e3367ef73c7f20bf663fd0dac38da46a2f86) build(deps): bump tokio from 1.52.1 to 1.52.2 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.52.1 to 1.52.2. <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.52.2</h2> <h1>1.52.2 (May 4th, 2026)</h1> <p>This release reverts the LIFO slot stealing change introduced in 1.51.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7431">#7431</a>), due to [its performance impact]<a href="https://redirect.github.com/tokio-rs/tokio/issues/8065">#8065</a>. (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8100">#8100</a>)</p> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/7431">#7431</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7431">tokio-rs/tokio#7431</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/8065">#8065</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/8065">tokio-rs/tokio#8065</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/8100">#8100</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/8100">tokio-rs/tokio#8100</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/4abe9d732eb01f7b092a571c3dcc4fbd266f4067"><code>4abe9d7</code></a> chore: prepare Tokio v1.52.2 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8115">#8115</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f82bcf3f45eb9d0dad9d7e45251adf67223f03b6"><code>f82bcf3</code></a> Merge 'tokio-1.51.2' into 'tokio-1.52.x' (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8114">#8114</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/7db9bc41f18dffb6953f762a5f8e2f4ddb54d80d"><code>7db9bc4</code></a> test: revert &quot;remove <code>churn()</code> task from <code>lifo_stealable</code>&quot; (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8114">#8114</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/64834ec7018de92fadf00d053b565263913439c1"><code>64834ec</code></a> chore: prepare Tokio v1.51.2 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8113">#8113</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/967f5715a71d5d2600b71da8c4ab652c4e644a41"><code>967f571</code></a> runtime: revert &quot;steal tasks from the LIFO slot&quot; (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8100">#8100</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/9271e3ed05928eafbeed9dd31d93aebaa49d2aad"><code>9271e3e</code></a> Merge tokio-1.51.x (for <a href="https://redirect.github.com/tokio-rs/tokio/issues/8101">#8101</a>) into tokio-1.52.x (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8106">#8106</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/cd1823f43efa95439b79a5a4507df65f83822004"><code>cd1823f</code></a> Revert &quot;Pin stable to 1.94 for tokio-1.51.x&quot; (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8106">#8106</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/a97cf12ed9b90e3d5c1557f3afb47f43fcb84301"><code>a97cf12</code></a> Merge tokio-1.47.x (commit 670a907c55c7) into tokio-1.51.x (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8105">#8105</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/bde3f20b0fd5de85a8946c4c5c623c039dcfa842"><code>bde3f20</code></a> Pin stable to 1.94 for tokio-1.51.x (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8105">#8105</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/670a907c55c7f7b27da203208e65da60de6598b2"><code>670a907</code></a> ci: fix CI on tokio-1.47.x (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8101">#8101</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.52.1...tokio-1.52.2">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.52.1&new-version=1.52.2)](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 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 03:58:58 +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#1865
No description provided.