[PR #146] [CLOSED] Update tokio requirement from 0.2.22 to 0.3.2 #272

Closed
opened 2026-02-27 20:24:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/146
Author: @dependabot[bot]
Created: 10/28/2020
Status: Closed

Base: masterHead: dependabot/cargo/tokio-0.3.2


📝 Commits (1)

  • 9dd0678 Update tokio requirement from 0.2.22 to 0.3.2

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Cargo.toml (+1 -1)

📄 Description

Updates the requirements on tokio to permit the latest version.

Release notes

Sourced from tokio's releases.

Tokio v0.3.2

Adds AsyncFd as a replacement for v0.2's PollEvented.

Fixed

  • io: fix a potential deadlock when shutting down the I/O driver (#2903).
  • sync: RwLockWriteGuard::downgrade() bug (#2957).

Added

  • io: AsyncFd for receiving readiness events on raw FDs (#2903).
  • net: poll_* function on UdpSocket (#2981).
  • net: UdpSocket::take_error() (#3051).
  • sync: oneshot::Sender::poll_closed() (#3032).
Commits

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/ramsayleung/rspotify/pull/146 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/28/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/tokio-0.3.2` --- ### 📝 Commits (1) - [`9dd0678`](https://github.com/ramsayleung/rspotify/commit/9dd0678fe38d97386dca2ec7991176cd5feeddb0) Update tokio requirement from 0.2.22 to 0.3.2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version. <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 v0.3.2</h2> <p>Adds <code>AsyncFd</code> as a replacement for v0.2's <code>PollEvented</code>.</p> <h3>Fixed</h3> <ul> <li>io: fix a potential deadlock when shutting down the I/O driver (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2903">#2903</a>).</li> <li>sync: <code>RwLockWriteGuard::downgrade()</code> bug (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2957">#2957</a>).</li> </ul> <h3>Added</h3> <ul> <li>io: <code>AsyncFd</code> for receiving readiness events on raw FDs (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2903">#2903</a>).</li> <li>net: <code>poll_*</code> function on <code>UdpSocket</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2981">#2981</a>).</li> <li>net: <code>UdpSocket::take_error()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3051">#3051</a>).</li> <li>sync: <code>oneshot::Sender::poll_closed()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3032">#3032</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/9097ae548f9a1bcd261385ceba29b800b0ee2a21"><code>9097ae5</code></a> chore: prepare v0.3.2 release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3059">#3059</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d78655337a68bded305782a8a8b4ac7be42aa6a7"><code>d786553</code></a> Revert &quot;util: upgrade tokio-util to bytes 0.6 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3052">#3052</a>)&quot; (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3060">#3060</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/38605c5c851551f52eb96b93be4f224588590111"><code>38605c5</code></a> net: change mention of net2 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3056">#3056</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fe2b9976755407b85c82b5cdee9d8c5e16e3d6c6"><code>fe2b997</code></a> util: upgrade tokio-util to bytes 0.6 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3052">#3052</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d0ba19af51015dcd80558ae768215448e285fdf"><code>6d0ba19</code></a> sync: make oneshot::Sender::poll_closed public again (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3032">#3032</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/cbb8fe60694aa87924fff0d1f237bc897cee6d1b"><code>cbb8fe6</code></a> udp: add UdpSocket::take_error (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3051">#3051</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/a9da220923bbd329e367ac31de229cc56d470b8d"><code>a9da220</code></a> oneshot: update closed() docs to use tokio::select! (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3050">#3050</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/1c28c3b0a867b0147293055fe648d1185f9648a9"><code>1c28c3b</code></a> macros: prepare tokio-macros 0.3.1 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3042">#3042</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/e31bd321efce4de21a48fa40278bd7e11f5d4c6c"><code>e31bd32</code></a> readme: update the MSRV to 1.45 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3048">#3048</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c30ce1f65c5befb2a4b48eb4c16b7da3c0eafbd1"><code>c30ce1f</code></a> docs: remove <code>max_threads</code> mentions in tokio-macros (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3038">#3038</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-0.2.22...tokio-0.3.2">compare view</a></li> </ul> </details> <br /> 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>
kerem 2026-02-27 20:24:03 +03: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
starred/rspotify#272
No description provided.