[PR #548] [CLOSED] Update tokio-tls requirement from ^0.1 to ^0.2 #1507

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/548
Author: @dependabot-preview[bot]
Created: 8/13/2018
Status: Closed

Base: masterHead: dependabot/cargo/tokio-tls-tw-0.2


📝 Commits (1)

  • 1d888cf Update tokio-tls requirement from ^0.1 to ^0.2

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 native-tls/Cargo.toml (+1 -1)
📝 server/Cargo.toml (+1 -1)

📄 Description

Updates the requirements on tokio-tls to permit the latest version.

Changelog

Sourced from tokio-tls's changelog.

0.1.7 (June 6, 2018)

  • Add Runtime::block_on for concurrent runtime (#391).
  • Provide handle to current_thread::Runtime that allows spawning tasks from
    other threads (#340).
  • Provide clock::now(), a configurable source of time (#381).

0.1.6 (May 2, 2018)

  • Add asynchronous filesystem APIs (#323).
  • Add "current thread" runtime variant (#308).
  • CurrentThread: Expose inner Park instance.
  • Improve fairness of CurrentThread executor (#313).

0.1.5 (March 30, 2018)

  • Provide timer API (#266)

0.1.4 (March 22, 2018)

  • Fix build on FreeBSD (#218)
  • Shutdown the Runtime when the handle is dropped (#214)
  • Set Runtime thread name prefix for worker threads (#232)
  • Add builder for Runtime (#234)
  • Extract TCP and UDP types into separate crates (#224)
  • Optionally support futures 0.2.

0.1.3 (March 09, 2018)

  • Fix CurrentThread::turn to block on idle (#212).

0.1.2 (March 09, 2018)

  • Introduce Tokio Runtime (#141)
  • Provide CurrentThread for more flexible usage of current thread executor (#141).
  • Add Lio for platforms that support it (#142).
  • I/O resources now lazily bind to the reactor (#160).
  • Extract Reactor to dedicated crate (#169)
  • Add facade to sub crates and add prelude (#166).
  • Switch TCP/UDP fns to poll_ -> Poll<...> style (#175)

0.1.1 (February 09, 2018)

  • Doc fixes

0.1.0 (February 07, 2018)

  • Initial crate released based on RFC.
Commits

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 merge will merge this PR after your CI passes on it
  • @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/548 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/13/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/tokio-tls-tw-0.2` --- ### 📝 Commits (1) - [`1d888cf`](https://github.com/hickory-dns/hickory-dns/commit/1d888cfd909e4def0501850cd31ef512c9f6e8c0) Update tokio-tls requirement from ^0.1 to ^0.2 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `native-tls/Cargo.toml` (+1 -1) 📝 `server/Cargo.toml` (+1 -1) </details> ### 📄 Description Updates the requirements on [tokio-tls](https://github.com/tokio-rs/tokio) to permit the latest version. <details> <summary>Changelog</summary> *Sourced from [tokio-tls's changelog](https://github.com/tokio-rs/tokio/blob/master/CHANGELOG.md).* > # 0.1.7 (June 6, 2018) > > * Add `Runtime::block_on` for concurrent runtime ([#391](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/391)). > * Provide handle to `current_thread::Runtime` that allows spawning tasks from > other threads ([#340](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/340)). > * Provide `clock::now()`, a configurable source of time ([#381](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/381)). > > # 0.1.6 (May 2, 2018) > > * Add asynchronous filesystem APIs ([#323](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/323)). > * Add "current thread" runtime variant ([#308](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/308)). > * `CurrentThread`: Expose inner `Park` instance. > * Improve fairness of `CurrentThread` executor ([#313](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/313)). > > # 0.1.5 (March 30, 2018) > > * Provide timer API ([#266](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/266)) > > # 0.1.4 (March 22, 2018) > > * Fix build on FreeBSD ([#218](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/218)) > * Shutdown the Runtime when the handle is dropped ([#214](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/214)) > * Set Runtime thread name prefix for worker threads ([#232](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/232)) > * Add builder for Runtime ([#234](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/234)) > * Extract TCP and UDP types into separate crates ([#224](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/224)) > * Optionally support futures 0.2. > > # 0.1.3 (March 09, 2018) > > * Fix `CurrentThread::turn` to block on idle ([#212](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/212)). > > # 0.1.2 (March 09, 2018) > > * Introduce Tokio Runtime ([#141](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/141)) > * Provide `CurrentThread` for more flexible usage of current thread executor ([#141](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/141)). > * Add Lio for platforms that support it ([#142](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/142)). > * I/O resources now lazily bind to the reactor ([#160](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/160)). > * Extract Reactor to dedicated crate ([#169](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/169)) > * Add facade to sub crates and add prelude ([#166](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/166)). > * Switch TCP/UDP fns to poll_ -> Poll<...> style ([#175](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/175)) > > # 0.1.1 (February 09, 2018) > > * Doc fixes > > # 0.1.0 (February 07, 2018) > > * Initial crate released based on [RFC](https://github-redirect.dependabot.com/tokio-rs/tokio-rfcs/pull/3). </details> <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/tokio-rs/tokio/commits/tokio-tls-0.2.0) </details> <br /> 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`. --- <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 merge` will merge this PR after your CI passes on it - `@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:10:17 +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#1507
No description provided.