[PR #49] [MERGED] build(deps): bump tokio from 1.26.0 to 1.28.2 #73

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/tokio-1.28.2


📝 Commits (1)

  • 4cf360d build(deps): bump tokio from 1.26.0 to 1.28.2

📊 Changes

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

View changed files

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

📄 Description

Bumps tokio from 1.26.0 to 1.28.2.

Release notes

Sourced from tokio's releases.

Tokio v1.28.2

1.28.2 (May 28, 2023)

Forward ports 1.18.6 changes.

Fixed

  • deps: disable default features for mio (#5728)

#5728: tokio-rs/tokio#5728

Tokio v1.28.1

1.28.1 (May 10th, 2023)

This release fixes a mistake in the build script that makes AsFd implementations unavailable on Rust 1.63. (#5677)

#5677: tokio-rs/tokio#5677

Tokio v1.28.0

1.28.0 (April 25th, 2023)

Added

  • io: add AsyncFd::async_io (#5542)
  • io: impl BufMut for ReadBuf (#5590)
  • net: add recv_buf for UdpSocket and UnixDatagram (#5583)
  • sync: add OwnedSemaphorePermit::semaphore (#5618)
  • sync: add same_channel to broadcast channel (#5607)
  • sync: add watch::Receiver::wait_for (#5611)
  • task: add JoinSet::spawn_blocking and JoinSet::spawn_blocking_on (#5612)

Changed

  • deps: update windows-sys to 0.48 (#5591)
  • io: make read_to_end not grow unnecessarily (#5610)
  • macros: make entrypoints more efficient (#5621)
  • sync: improve Debug impl for RwLock (#5647)
  • sync: reduce contention in Notify (#5503)

Fixed

  • net: support get_peer_cred on AIX (#5065)
  • sync: avoid deadlocks in broadcast with custom wakers (#5578)

Documented

  • sync: fix typo in Semaphore::MAX_PERMITS (#5645)
  • sync: fix typo in tokio::sync::watch::Sender docs (#5587)

#5065: tokio-rs/tokio#5065

... (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 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/49 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/12/2023 **Status:** ✅ Merged **Merged:** 6/12/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/tokio-1.28.2` --- ### 📝 Commits (1) - [`4cf360d`](https://github.com/JakeStanger/mpd-discord-rpc/commit/4cf360d18c7b0a17752a2460c561747137d9e03b) build(deps): bump tokio from 1.26.0 to 1.28.2 ### 📊 Changes **2 files changed** (+7 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -7) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.26.0 to 1.28.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.28.2</h2> <h1>1.28.2 (May 28, 2023)</h1> <p>Forward ports 1.18.6 changes.</p> <h3>Fixed</h3> <ul> <li>deps: disable default features for mio (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5728">#5728</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5728">#5728</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5728">tokio-rs/tokio#5728</a></p> <h2>Tokio v1.28.1</h2> <h1>1.28.1 (May 10th, 2023)</h1> <p>This release fixes a mistake in the build script that makes <code>AsFd</code> implementations unavailable on Rust 1.63. (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5677">#5677</a>)</p> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5677">#5677</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5677">tokio-rs/tokio#5677</a></p> <h2>Tokio v1.28.0</h2> <h1>1.28.0 (April 25th, 2023)</h1> <h3>Added</h3> <ul> <li>io: add <code>AsyncFd::async_io</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5542">#5542</a>)</li> <li>io: impl BufMut for ReadBuf (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5590">#5590</a>)</li> <li>net: add <code>recv_buf</code> for <code>UdpSocket</code> and <code>UnixDatagram</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5583">#5583</a>)</li> <li>sync: add <code>OwnedSemaphorePermit::semaphore</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5618">#5618</a>)</li> <li>sync: add <code>same_channel</code> to broadcast channel (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5607">#5607</a>)</li> <li>sync: add <code>watch::Receiver::wait_for</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5611">#5611</a>)</li> <li>task: add <code>JoinSet::spawn_blocking</code> and <code>JoinSet::spawn_blocking_on</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5612">#5612</a>)</li> </ul> <h3>Changed</h3> <ul> <li>deps: update windows-sys to 0.48 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5591">#5591</a>)</li> <li>io: make <code>read_to_end</code> not grow unnecessarily (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5610">#5610</a>)</li> <li>macros: make entrypoints more efficient (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5621">#5621</a>)</li> <li>sync: improve Debug impl for <code>RwLock</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5647">#5647</a>)</li> <li>sync: reduce contention in <code>Notify</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5503">#5503</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>net: support <code>get_peer_cred</code> on AIX (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5065">#5065</a>)</li> <li>sync: avoid deadlocks in <code>broadcast</code> with custom wakers (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5578">#5578</a>)</li> </ul> <h3>Documented</h3> <ul> <li>sync: fix typo in <code>Semaphore::MAX_PERMITS</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5645">#5645</a>)</li> <li>sync: fix typo in <code>tokio::sync::watch::Sender</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5587">#5587</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5065">#5065</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5065">tokio-rs/tokio#5065</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/e87ff8a83a2edea1b23cf62269b8b31ef7f1df2d"><code>e87ff8a</code></a> chore: prepare Tokio v1.28.2 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5736">#5736</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/1605279abff0e744d3fdf033fd855ce55037bae7"><code>1605279</code></a> Merge 'tokio-1.25.1' into 'tokio-1.28.x' (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5735">#5735</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/25258d572abe2075931762bdb111b195157c1bba"><code>25258d5</code></a> chore: prepare Tokio v1.25.1 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5734">#5734</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/8ddb58bf6c1f7b2a0febab734903c65c03023af1"><code>8ddb58b</code></a> Merge 'tokio-1.20.5' into 'tokio-1.25.x' (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5733">#5733</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4b032a25a4032da8d34223149e916e2f3e3ab549"><code>4b032a2</code></a> ci: use a fixed stable on 1.25.x (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5732">#5732</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/edd172cd3257e36cdfb2925716cdfddb91c4c038"><code>edd172c</code></a> chore: prepare Tokio v1.20.5 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5731">#5731</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/9877fa2a97db0a0429f0f13b4cc1dd56e2e5db39"><code>9877fa2</code></a> Merge 'tokio-1.18.6' into 'tokio-1.20.x' (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5730">#5730</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/0f898a3148c41dffe3f5cd8d5c391ea603d1b22b"><code>0f898a3</code></a> chore: prepare Tokio v1.18.6 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5729">#5729</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d6a9ef533348c787376b1a64f3cf1103d60a3785"><code>d6a9ef5</code></a> tokio: disable default features for mio (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5728">#5728</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2a180188c62ba13667cb6952ad65fffa72876266"><code>2a18018</code></a> ci: fix CI for 1.18.x branch (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5728">#5728</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.26.0...tokio-1.28.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.26.0&new-version=1.28.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 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 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:54 +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#73
No description provided.