[PR #709] [CLOSED] Bump tokio from 0.1.16 to 0.1.17 #1621

Closed
opened 2026-03-16 02:16:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/709
Author: @dependabot-preview[bot]
Created: 3/18/2019
Status: Closed

Base: masterHead: dependabot/cargo/tokio-0.1.17


📝 Commits (1)

  • cdd9557 Bump tokio from 0.1.16 to 0.1.17

📊 Changes

9 files changed (+30 additions, -20 deletions)

View changed files

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

📄 Description

Bumps tokio from 0.1.16 to 0.1.17.

Changelog

Sourced from tokio's changelog.

0.1.17 (March 13, 2019)

Added

  • Propagate trace subscriber in the runtime (#966).
Commits
  • 987ccfc Bump Tokio to v0.1.17 (#983)
  • 1bc6d75 sync: add mpsc benchmarks of small, medium, and large message types (#982)
  • 27148d6 sync: free chan Blocks when Chan is dropped (#978)
  • a1871b1 Prepare tokio-trace-core for initial release. (#979)
  • acd08eb tokio: Enable trace subscriber propagation in the runtime (#966)
  • 90b1a01 tokio: fix dependency versions (#944)
  • 6768249 sync: impl Error for oneshot and watch error types (#967)
  • 46149f0 trace-core: Fix NoSubscriber causing panics (#975)
  • 5510ba6 trace-core: Require span IDs to be > 0 (#973)
  • b8f6330 trace-core: Pass dispatcher by ref to dispatcher::with_default (#971)
  • Additional commits viewable in compare view

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.


🔄 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/709 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/18/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/tokio-0.1.17` --- ### 📝 Commits (1) - [`cdd9557`](https://github.com/hickory-dns/hickory-dns/commit/cdd955730c0aeb6acb3f2f47f98fde7dec09de2c) Bump tokio from 0.1.16 to 0.1.17 ### 📊 Changes **9 files changed** (+30 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+21 -11) 📝 `crates/client/Cargo.toml` (+1 -1) 📝 `crates/native-tls/Cargo.toml` (+1 -1) 📝 `crates/openssl/Cargo.toml` (+1 -1) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+2 -2) 📝 `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.1.16 to 0.1.17. <details> <summary>Changelog</summary> *Sourced from [tokio's changelog](https://github.com/tokio-rs/tokio/blob/master/CHANGELOG.md).* > # 0.1.17 (March 13, 2019) > > ### Added > - Propagate trace subscriber in the runtime ([#966](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/966)). </details> <details> <summary>Commits</summary> - [`987ccfc`](https://github.com/tokio-rs/tokio/commit/987ccfc8aca443c1a22fae151a18a6daa414dc5e) Bump Tokio to v0.1.17 ([#983](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/983)) - [`1bc6d75`](https://github.com/tokio-rs/tokio/commit/1bc6d75543a08cb690f51c0a2ece06f29af65b80) sync: add mpsc benchmarks of small, medium, and large message types ([#982](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/982)) - [`27148d6`](https://github.com/tokio-rs/tokio/commit/27148d6110aa36de2b225e2a9f10ccd6e743cc0f) sync: free chan Blocks when Chan is dropped ([#978](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/978)) - [`a1871b1`](https://github.com/tokio-rs/tokio/commit/a1871b148005886dba780cb3165d051bf43f17ce) Prepare `tokio-trace-core` for initial release. ([#979](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/979)) - [`acd08eb`](https://github.com/tokio-rs/tokio/commit/acd08eb23d48287c6f5e5053f940204462ad7c1d) tokio: Enable trace subscriber propagation in the runtime ([#966](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/966)) - [`90b1a01`](https://github.com/tokio-rs/tokio/commit/90b1a01010b7e7c622f4fac4d5742ed491e0d5fc) tokio: fix dependency versions ([#944](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/944)) - [`6768249`](https://github.com/tokio-rs/tokio/commit/676824988e12d21878ede2d91b773354b6b0981c) sync: impl `Error` for oneshot and watch error types ([#967](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/967)) - [`46149f0`](https://github.com/tokio-rs/tokio/commit/46149f031e406e43fe4ca4d0d3f0ad9e036e2768) trace-core: Fix `NoSubscriber` causing panics ([#975](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/975)) - [`5510ba6`](https://github.com/tokio-rs/tokio/commit/5510ba6dbae3de69d7f69d3a3f1b4bc1e1e179e0) trace-core: Require span IDs to be > 0 ([#973](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/973)) - [`b8f6330`](https://github.com/tokio-rs/tokio/commit/b8f63308d78e66ce44965e57dff6b222fa1fddc8) trace-core: Pass dispatcher by ref to `dispatcher::with_default` ([#971](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/971)) - Additional commits viewable in [compare view](https://github.com/tokio-rs/tokio/compare/tokio-0.1.16...tokio-0.1.17) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=0.1.16&new-version=0.1.17)](https://dependabot.com/compatibility-score.html?dependency-name=tokio&package-manager=cargo&previous-version=0.1.16&new-version=0.1.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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:16:31 +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#1621
No description provided.