[PR #1114] [CLOSED] Bump tokio from 0.2.20 to 0.2.21 #1979

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1114
Author: @dependabot-preview[bot]
Created: 5/18/2020
Status: Closed

Base: masterHead: dependabot/cargo/tokio-0.2.21


📝 Commits (1)

  • 65bc2c1 Bump tokio from 0.2.20 to 0.2.21

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)
📝 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 (+2 -2)
📝 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.20 to 0.2.21.

Release notes

Sourced from tokio's releases.

Tokio v0.2.21

Bug fixes and API polish.

Fixes

  • macros: disambiguate built-in #[test] attribute in macro expansion (#2503)
  • rt: LocalSet and task budgeting (#2462).
  • rt: task budgeting with block_in_place (#2502).
  • sync: release broadcast channel memory without sending a value (#2509).
  • time: notify when resetting a Delay to a time in the past (#2290).

Added

  • io: get_mut, get_ref, and into_inner to Lines (#2450).
  • io: mio::Ready argument to PollEvented (#2419).
  • os: illumos support (#2486).
  • rt: Handle::spawn_blocking (#2501).
  • sync: OwnedMutexGuard for Arc<Mutex<T>> (#2455).
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/1114 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/18/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/tokio-0.2.21` --- ### 📝 Commits (1) - [`65bc2c1`](https://github.com/hickory-dns/hickory-dns/commit/65bc2c1495121bde681aae3deb293e24adf5ccae) Bump tokio from 0.2.20 to 0.2.21 ### 📊 Changes **11 files changed** (+14 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `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` (+2 -2) 📝 `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.20 to 0.2.21. <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.21</h2> <p>Bug fixes and API polish.</p> <h3>Fixes</h3> <ul> <li>macros: disambiguate built-in <code>#[test]</code> attribute in macro expansion (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2503">#2503</a>)</li> <li>rt: <code>LocalSet</code> and task budgeting (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2462">#2462</a>).</li> <li>rt: task budgeting with <code>block_in_place</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2502">#2502</a>).</li> <li>sync: release <code>broadcast</code> channel memory without sending a value (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2509">#2509</a>).</li> <li>time: notify when resetting a <code>Delay</code> to a time in the past (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2290">#2290</a>).</li> </ul> <h3>Added</h3> <ul> <li>io: <code>get_mut</code>, <code>get_ref</code>, and <code>into_inner</code> to <code>Lines</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2450">#2450</a>).</li> <li>io: <code>mio::Ready</code> argument to <code>PollEvented</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2419">#2419</a>).</li> <li>os: illumos support (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2486">#2486</a>).</li> <li>rt: <code>Handle::spawn_blocking</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2501">#2501</a>).</li> <li>sync: <code>OwnedMutexGuard</code> for <code>Arc&lt;Mutex&lt;T&gt;&gt;</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2455">#2455</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/02661ba30aed5d02e142212a323103d1bf84557b"><code>02661ba</code></a> chore: prepare v0.2.21 release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2530">#2530</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb7dfcf4322b5e60604815aea91266b88f0b7823"><code>fb7dfcf</code></a> sync: use intrusive list strategy for broadcast (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2509">#2509</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/a32f918671ef641affbfcc4d4005ab738da795df"><code>a32f918</code></a> chore: change norun to no_run (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2518">#2518</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/221f421464e6672e9cf25629998477946a8b8e1f"><code>221f421</code></a> codec: rewrite of codec::Framed (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2368">#2368</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/1cc016833569e2dbae3b0431b7c87d5e75ef5de6"><code>1cc0168</code></a> macros: disambiguate the built-in #[test] attribute in macro expansion (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2503">#2503</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/67220eac37b77abb29cab693083694686c487d5f"><code>67220ea</code></a> tokio: add support for illumos target (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2486">#2486</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/3ba818a177a34dabd38c01a7a1aa15a5bc867c1f"><code>3ba818a</code></a> io: add doc warning about concurrently calling poll_read/write_ready (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2439">#2439</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6aeeeff6e8a30ac59941bc00d03c29e7d66d2204"><code>6aeeeff</code></a> io: add mio::Ready argument to PollEvented (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2419">#2419</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/a75fe38ba5ffeb2e15c70b01ebfed81143ab2bce"><code>a75fe38</code></a> stream: fix documentation on filter_map (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2511">#2511</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/adce911b021e2e42ff8421d91d264e6c6356676c"><code>adce911</code></a> doc: add link fragments to CONTRIBUTING.md (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2507">#2507</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-0.2.20...tokio-0.2.21">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.20&new-version=0.2.21)](https://dependabot.com/compatibility-score/?dependency-name=tokio&package-manager=cargo&previous-version=0.2.20&new-version=0.2.21) 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:19:39 +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#1979
No description provided.