[PR #1310] [CLOSED] Bump tokio from 0.3.4 to 0.3.5 #2195

Closed
opened 2026-03-16 07:06:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1310
Author: @dependabot-preview[bot]
Created: 12/7/2020
Status: Closed

Base: mainHead: dependabot/cargo/tokio-0.3.5


📝 Commits (1)

  • 61eedd5 Bump tokio from 0.3.4 to 0.3.5

📊 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/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)
📝 util/Cargo.toml (+1 -1)

📄 Description

Bumps tokio from 0.3.4 to 0.3.5.

Release notes

Sourced from tokio's releases.

Tokio v0.3.5

Fixed

  • rt: fix shutdown_timeout(0) (#3196).
  • time: fixed race condition with small sleeps (#3069).

Added

  • io: AsyncFd::with_interest() (#3167).
  • signal: CtrlC stream on windows (#3186).
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/1310 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/7/2020 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/tokio-0.3.5` --- ### 📝 Commits (1) - [`61eedd5`](https://github.com/hickory-dns/hickory-dns/commit/61eedd51a2ac8d4f7f3ddc877c70fb7d000657bc) Bump tokio from 0.3.4 to 0.3.5 ### 📊 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/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) 📝 `util/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.3.4 to 0.3.5. <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.5</h2> <h3>Fixed</h3> <ul> <li>rt: fix <code>shutdown_timeout(0)</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3196">#3196</a>).</li> <li>time: fixed race condition with small sleeps (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3069">#3069</a>).</li> </ul> <h3>Added</h3> <ul> <li>io: <code>AsyncFd::with_interest()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3167">#3167</a>).</li> <li>signal: <code>CtrlC</code> stream on windows (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3186">#3186</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/08548583b948a0be04338f1b1462917c001dbf4a"><code>0854858</code></a> chore: prepare v0.3.5 release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3201">#3201</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/7707ba88efa9b9d78436f1fbdc873d81bfc3f7a5"><code>7707ba8</code></a> io: add AsyncFd::with_interest (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3167">#3167</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/72d6346c0d43d867002dc0cc5527fbd0b0e23c3f"><code>72d6346</code></a> macros: #[tokio::main] can be used on non-main (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3199">#3199</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/a85fdb884d961bb87a2f3d446c548802868e54cb"><code>a85fdb8</code></a> runtime: test for shutdown_timeout(0) (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3196">#3196</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c55d846f4b248b4a72335d6c57829fa6396ab9a5"><code>c55d846</code></a> util: add rt to tokio-util full feature (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3194">#3194</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/0acd06b42a9d1461302388f2a533e86d391d6040"><code>0acd06b</code></a> runtime: fix shutdown_timeout(0) blocking (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3174">#3174</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/49129434198a96444bc0e9582a14062d3a46e93a"><code>4912943</code></a> signal: expose CtrlC stream on windows (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3186">#3186</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5e406a7a47699d93fa2a77fb72553600cb7abd0f"><code>5e406a7</code></a> macros: fix outdated documentation (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3180">#3180</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/de33ee85ce61377b316b630e4355d419cc4abcb7"><code>de33ee8</code></a> time: replace 'ouClockTimeide' in internal docs with 'outside' (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3171">#3171</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/874fc3320bc000fee20d63b3ad865a1145122640"><code>874fc33</code></a> codec: add read_buffer_mut to FramedRead (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3166">#3166</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-0.3.4...tokio-0.3.5">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.3.4&new-version=0.3.5)](https://dependabot.com/compatibility-score/?dependency-name=tokio&package-manager=cargo&previous-version=0.3.4&new-version=0.3.5) 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 07:06:58 +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#2195
No description provided.