[PR #156] [CLOSED] Update tokio requirement from 0.2.22 to 0.3.4 #277

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

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/156
Author: @dependabot[bot]
Created: 11/19/2020
Status: Closed

Base: masterHead: dependabot/cargo/tokio-0.3.4


📝 Commits (1)

  • c7c0106 Update tokio requirement from 0.2.22 to 0.3.4

📊 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.4

Fixed

  • stream: StreamMap Default impl bound (#3093).
  • io: AsyncFd::into_inner() should deregister the FD (#3104).

Changed

  • meta: parking_lot feature enabled with full (#3119).

Added

  • io: AsyncWrite vectored writes (#3149).
  • net: TCP/UDP readiness and non-blocking ops (#3130, #2743, #3138).
  • net: TCP socket option (linger, send/recv buf size) (#3145, #3143).
  • net: PID field in UCred with solaris/illumos (#3085).
  • rt: runtime::Handle allows spawning onto a runtime (#3079).
  • sync: Notify::notify_waiters() (#3098).
  • sync: acquire_many(), try_acquire_many() to Semaphore (#3067).
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/156 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/19/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/tokio-0.3.4` --- ### 📝 Commits (1) - [`c7c0106`](https://github.com/ramsayleung/rspotify/commit/c7c0106d72b7c66cfe2a3ccb7639b523d492fba1) Update tokio requirement from 0.2.22 to 0.3.4 ### 📊 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.4</h2> <h3>Fixed</h3> <ul> <li>stream: <code>StreamMap</code> <code>Default</code> impl bound (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3093">#3093</a>).</li> <li>io: <code>AsyncFd::into_inner()</code> should deregister the FD (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3104">#3104</a>).</li> </ul> <h3>Changed</h3> <ul> <li>meta: <code>parking_lot</code> feature enabled with <code>full</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3119">#3119</a>).</li> </ul> <h3>Added</h3> <ul> <li>io: <code>AsyncWrite</code> vectored writes (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3149">#3149</a>).</li> <li>net: TCP/UDP readiness and non-blocking ops (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3130">#3130</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2743">#2743</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3138">#3138</a>).</li> <li>net: TCP socket option (linger, send/recv buf size) (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3145">#3145</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3143">#3143</a>).</li> <li>net: PID field in <code>UCred</code> with solaris/illumos (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3085">#3085</a>).</li> <li>rt: <code>runtime::Handle</code> allows spawning onto a runtime (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3079">#3079</a>).</li> <li>sync: <code>Notify::notify_waiters()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3098">#3098</a>).</li> <li>sync: <code>acquire_many()</code>, <code>try_acquire_many()</code> to <code>Semaphore</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3067">#3067</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/479c545c20b2cb44a8f09600733adc8c8dcb5aa0"><code>479c545</code></a> chore: prepare v0.3.4 release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3152">#3152</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/34fcef258b84d17f8d418b39eb61fa07fa87c390"><code>34fcef2</code></a> io: add vectored writes to <code>AsyncWrite</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3149">#3149</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/7d11aa866837eea50a6f1e0ef7e24846a653cbf1"><code>7d11aa8</code></a> net: add SO_LINGER get/set to TcpStream (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3143">#3143</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/0ea23076503c5151d68a781a3d91823396c82949"><code>0ea2307</code></a> net: add UdpSocket readiness and non-blocking ops (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3138">#3138</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d0ebb4154748166a4ba07baa4b424a1c45efd219"><code>d0ebb41</code></a> sync: add <code>Notify::notify_waiters</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3098">#3098</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f5cb4c20422a35b51bfba3391744f8bcb54f7581"><code>f5cb4c2</code></a> net: Add send/recv buf size methods to <code>TcpSocket</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3145">#3145</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4e39c9b818eb8af064bb9f45f47e3cfc6593de95"><code>4e39c9b</code></a> net: restore TcpStream::{poll_read_ready, poll_write_ready} (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2743">#2743</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/97c2c4203cd7c42960cac895987c43a17dff052e"><code>97c2c42</code></a> chore: automate running benchmarks (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3140">#3140</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/60366ca0fa3120f6c6d38cbd9087d0908e464120"><code>60366ca</code></a> chore: update pin-project-lite to 0.2.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3139">#3139</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/850bfc9efae252f5edab77c85a2756e7db42bedc"><code>850bfc9</code></a> net: add missing doc cfg on TcpSocket (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3137">#3137</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-0.2.22...tokio-0.3.4">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:04 +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#277
No description provided.