[PR #1084] [CLOSED] Bump tokio from 0.2.17 to 0.2.19 #1946

Closed
opened 2026-03-16 04:00:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1084
Author: @dependabot-preview[bot]
Created: 4/27/2020
Status: Closed

Base: masterHead: dependabot/cargo/tokio-0.2.19


📝 Commits (1)

  • 85547d9 Bump tokio from 0.2.17 to 0.2.19

📊 Changes

11 files changed (+28 additions, -28 deletions)

View changed files

📝 Cargo.lock (+17 -17)
📝 bin/Cargo.toml (+1 -1)
📝 crates/client/Cargo.toml (+1 -1)
📝 crates/https/Cargo.toml (+1 -1)
📝 crates/native-tls/Cargo.toml (+1 -1)
📝 crates/openssl/Cargo.toml (+2 -2)
📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/resolver/Cargo.toml (+1 -1)
📝 crates/rustls/Cargo.toml (+1 -1)
📝 crates/server/Cargo.toml (+1 -1)
📝 tests/integration-tests/Cargo.toml (+1 -1)

📄 Description

Bumps tokio from 0.2.17 to 0.2.19.

Release notes

Sourced from tokio's releases.

Tokio v0.2.19

Fixes

Added

  • rt: runtime::Handle::block_on (#2437).
  • sync: owned Semaphore permit (#2421).
  • tcp: owned split (#2270).

Tokio v0.2.18

Fixes a regression with LocalSet that allowed !Send futures to cross threads.

This change makes LocalSet !Send. The Send implementation was accidentally added in v0.2.14. Removing the Send implementation is not considered a breaking change as it fixes a soundness bug and the implementation was accidental.

Fixes

  • task: LocalSet was incorrectly marked as Send (#2398)
  • io: correctly report WriteZero failure in write_int (#2334)
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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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/hickory-dns/hickory-dns/pull/1084 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/27/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/tokio-0.2.19` --- ### 📝 Commits (1) - [`85547d9`](https://github.com/hickory-dns/hickory-dns/commit/85547d996a879c03309058152d90c60314de6131) Bump tokio from 0.2.17 to 0.2.19 ### 📊 Changes **11 files changed** (+28 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+17 -17) 📝 `bin/Cargo.toml` (+1 -1) 📝 `crates/client/Cargo.toml` (+1 -1) 📝 `crates/https/Cargo.toml` (+1 -1) 📝 `crates/native-tls/Cargo.toml` (+1 -1) 📝 `crates/openssl/Cargo.toml` (+2 -2) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+1 -1) 📝 `crates/rustls/Cargo.toml` (+1 -1) 📝 `crates/server/Cargo.toml` (+1 -1) 📝 `tests/integration-tests/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.17 to 0.2.19. <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.19</h2> <h3>Fixes</h3> <ul> <li>docs: misc improvements (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2400">#2400</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2405">#2405</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2414">#2414</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2420">#2420</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2423">#2423</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2426">#2426</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2427">#2427</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2434">#2434</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2436">#2436</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2440">#2440</a>).</li> <li>rt: support <code>block_in_place</code> in more contexts (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2409">#2409</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2410">#2410</a>).</li> <li>stream: no panic in <code>merge()</code> and <code>chain()</code> when using <code>size_hint()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2430">#2430</a>).</li> <li>task: include visibility modifier when defining a task-local (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2416">#2416</a>).</li> </ul> <h3>Added</h3> <ul> <li>rt: <code>runtime::Handle::block_on</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2437">#2437</a>).</li> <li>sync: owned <code>Semaphore</code> permit (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2421">#2421</a>).</li> <li>tcp: owned split (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2270">#2270</a>).</li> </ul> <h2>Tokio v0.2.18</h2> <p>Fixes a regression with <code>LocalSet</code> that allowed <code>!Send</code> futures to cross threads.</p> <p>This change makes <code>LocalSet</code> <code>!Send</code>. The <code>Send</code> implementation was accidentally added in v0.2.14. Removing the <code>Send</code> implementation is not considered a breaking change as it fixes a soundness bug and the implementation was accidental.</p> <h3>Fixes</h3> <ul> <li>task: <code>LocalSet</code> was incorrectly marked as <code>Send</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2398">#2398</a>)</li> <li>io: correctly report <code>WriteZero</code> failure in <code>write_int</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2334">#2334</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/ce9eabfdd12a14efb74f5e6d507f2acbe7a814c9"><code>ce9eabf</code></a> chore: prepare v0.2.19 release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2441">#2441</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/894eb8b83fa8edbee2b67e1a6a8e7a1c3d74c096"><code>894eb8b</code></a> runtime: improve runtime and handle doc (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2440">#2440</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/3572ba5a7b15b83a4b25b21395e85425622ec0e6"><code>3572ba5</code></a> task: update doc on spawn_blocking and block_in_place (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2436">#2436</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d8139fef7a555f99adaa37e139787d26e24daba3"><code>d8139fe</code></a> Add Handle::block_on method (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2437">#2437</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/9bcb50660e2d9de26a4373aaf4ab8f324c8ebbe8"><code>9bcb506</code></a> docs: make it easier to discover extension traits (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2434">#2434</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/a3aab864d776692bc53357b115c8b06d789c630b"><code>a3aab86</code></a> io: track rustfmt/clippy changes (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2431">#2431</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/236629d1be7208612cbe5388e7ffebf85b73c157"><code>236629d</code></a> stream: fix panic in Merge and Chain size_hint (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2430">#2430</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f83f6388c42aa62c2096073b1dd80459189d7ea9"><code>f83f638</code></a> task: link to lib.rs in spawn_blocking documentation (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2426">#2426</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/13974068f93dd64f497c552e856e8584d29e0d02"><code>1397406</code></a> io: fix typo on AsyncWrite doc (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2427">#2427</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6349efd2374624f04a8346b1cbef5b6a896dbf5d"><code>6349efd</code></a> sync: improve mutex documentation (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2405">#2405</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-0.2.17...tokio-0.2.19">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.17&new-version=0.2.19)](https://dependabot.com/compatibility-score/?dependency-name=tokio&package-manager=cargo&previous-version=0.2.17&new-version=0.2.19) 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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-03-16 04:00:36 +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/hickory-dns#1946
No description provided.