[PR #389] [MERGED] Bump tokio from 0.2.16 to 0.2.17 #792

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/tokio-0.2.17


📝 Commits (1)

  • b520730 Bump tokio from 0.2.16 to 0.2.17

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps tokio from 0.2.16 to 0.2.17.

Release notes

Sourced from tokio's releases.

Tokio 0.2.17

This release fixes a bug in the threaded scheduler that could result in panics under load (see #2382). Additionally, the default number of worker threads now uses the logical CPU count, so it will now respect scheduler affinity and cgroups CPU quotas.

Fixes

  • rt: bug in work-stealing queue (#2387)

Changes

  • rt: threadpool uses logical CPU count instead of physical by default (#2391)
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/389 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/10/2020 **Status:** ✅ Merged **Merged:** 4/10/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `dependabot/cargo/tokio-0.2.17` --- ### 📝 Commits (1) - [`b520730`](https://github.com/Rigellute/spotify-tui/commit/b520730ef19375427222673f7569c616d2575c93) Bump tokio from 0.2.16 to 0.2.17 ### 📊 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.16 to 0.2.17. <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 0.2.17</h2> <p>This release fixes a bug in the threaded scheduler that could result in panics under load (see <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2382">#2382</a>). Additionally, the default number of worker threads now uses the logical CPU count, so it will now respect scheduler affinity and <code>cgroups</code> CPU quotas.</p> <h3>Fixes</h3> <ul> <li>rt: bug in work-stealing queue (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2387">#2387</a>)</li> </ul> <h3>Changes</h3> <ul> <li>rt: threadpool uses logical CPU count instead of physical by default (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2391">#2391</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/3137c6f07dabc4edc37acf717fd8c565bd78927b"><code>3137c6f</code></a> chore: prepare to release 0.2.17 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2392">#2392</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d294c992e7236d5279d9e1a49b4536b21ccbc835"><code>d294c99</code></a> Use logical CPUs instead of physical by default (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2391">#2391</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/58ba45a38cc101e695895cc39d8ee4ce74176397"><code>58ba45a</code></a> rt: fix bug in work-stealing queue (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2387">#2387</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/de8326a5a490aafdf12848820d1496b758f1ec57"><code>de8326a</code></a> doc: Sort methods on mpsc::Sender in doc (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2379">#2379</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d65bf3805be376505f5c2fb0724cec8917dfb813"><code>d65bf38</code></a> doc: add error explanation for UnboundedSender::send() (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2372">#2372</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/7c1bc460f7eccbeef62504d4799b6bccc909e46c"><code>7c1bc46</code></a> test: add Send/Sync tests for all async fns (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2377">#2377</a>)</li> <li>See full diff in <a href="https://github.com/tokio-rs/tokio/compare/tokio-0.2.16...tokio-0.2.17">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.16&new-version=0.2.17)](https://dependabot.com/compatibility-score/?dependency-name=tokio&package-manager=cargo&previous-version=0.2.16&new-version=0.2.17) 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:22 +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#792
No description provided.