[PR #374] [MERGED] Bump tokio from 0.2.13 to 0.2.14 #784

Closed
opened 2026-02-28 14:53:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/374
Author: @dependabot-preview[bot]
Created: 4/2/2020
Status: Merged
Merged: 4/2/2020
Merged by: @Rigellute

Base: masterHead: dependabot/cargo/tokio-0.2.14


📝 Commits (1)

  • 4dc7d48 Bump tokio from 0.2.13 to 0.2.14

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps tokio from 0.2.13 to 0.2.14.

Release notes

Sourced from tokio's releases.

Tokio v0.2.14

This release introduces automatic cooperative task yielding. This article describes the new functionality in more detail.

Fixes

  • rt: concurrency bug in scheduler (#2273).
  • rt: concurrency bug with shell runtime (#2333).
  • test-util: correct pause/resume of time (#2253).
  • time: DelayQueue correct wakeup after insert (#2285).

Added

  • io: impl RawFd, AsRawHandle for std io types (#2335).
  • rt: automatic cooperative task yielding (#2160, #2343, #2349).
  • sync: RwLock::into_inner (#2321).

Changed

  • sync: semaphore, mutex internals rewritten to avoid allocations (#2325).
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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/Rigellute/spotify-tui/pull/374 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/2/2020 **Status:** ✅ Merged **Merged:** 4/2/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `dependabot/cargo/tokio-0.2.14` --- ### 📝 Commits (1) - [`4dc7d48`](https://github.com/Rigellute/spotify-tui/commit/4dc7d48f2ff44c880af71cde9fac49f205bf72d0) Bump tokio from 0.2.13 to 0.2.14 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.13 to 0.2.14. <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.2.14</h2> <p>This release introduces automatic cooperative task yielding. <a href="https://tokio.rs/blog/2020-04-preemption/">This</a> article describes the new functionality in more detail.</p> <h3>Fixes</h3> <ul> <li>rt: concurrency bug in scheduler (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2273">#2273</a>).</li> <li>rt: concurrency bug with shell runtime (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2333">#2333</a>).</li> <li>test-util: correct pause/resume of time (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2253">#2253</a>).</li> <li>time: <code>DelayQueue</code> correct wakeup after <code>insert</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2285">#2285</a>).</li> </ul> <h3>Added</h3> <ul> <li>io: impl <code>RawFd</code>, <code>AsRawHandle</code> for std io types (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2335">#2335</a>).</li> <li>rt: automatic cooperative task yielding (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2160">#2160</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2343">#2343</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2349">#2349</a>).</li> <li>sync: <code>RwLock::into_inner</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2321">#2321</a>).</li> </ul> <h3>Changed</h3> <ul> <li>sync: semaphore, mutex internals rewritten to avoid allocations (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2325">#2325</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/f01136b5c0bbbe72fa674df4924cc53a872cffff"><code>f01136b</code></a> chore: prepare tokio v0.2.14 release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2356">#2356</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/caa7e180e43fdf914774de86f01f88e6b41f4a32"><code>caa7e18</code></a> rt: cap fifo scheduler slot to avoid starvation (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2349">#2349</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/7b2438e7441e98b2a3f72eb239b1c51489b7d9b8"><code>7b2438e</code></a> sync: fix notified link (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2351">#2351</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/00725f6876821f2ec5246a807563e35c5e53f3e1"><code>00725f6</code></a> sync: fix possible dangling pointer in semaphore (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2340">#2340</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5c71268bb88a1125e822f5a0a68ff996f6811736"><code>5c71268</code></a> sync: broadcast, revert &quot;Keep lock until sender notified&quot; (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2348">#2348</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/8020b02bd0aa02e5fb887430fbb986a1376a7a9e"><code>8020b02</code></a> fs: add coop test (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2344">#2344</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/11acfbbea4668b5dfe47357e9f52a7cd1f816416"><code>11acfbb</code></a> rt: add task join coop test (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2345">#2345</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f2005a78ca59f7e3bd1b59c99638e8a382a2b2fa"><code>f2005a7</code></a> timer: fix loom test (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2346">#2346</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/3fb213a8612699a46b2ccbeddd9adfbe3c468287"><code>3fb213a</code></a> timer: improve memory ordering in Inner's increment (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2107">#2107</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6cf1a5b6b8686e5bde107d072d77199aaefcb2ec"><code>6cf1a5b</code></a> time: fix DelayQueue rewriting delay on insert after Poll::Ready (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2285">#2285</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-0.2.13...tokio-0.2.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=0.2.13&new-version=0.2.14)](https://dependabot.com/compatibility-score/?dependency-name=tokio&package-manager=cargo&previous-version=0.2.13&new-version=0.2.14) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:53:20 +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/spotify-tui#784
No description provided.