[PR #822] [MERGED] Bump tokio-executor from 0.1.7 to 0.1.8 #1714

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/822
Author: @dependabot-preview[bot]
Created: 7/8/2019
Status: Merged
Merged: 7/12/2019
Merged by: @bluejekyll

Base: masterHead: dependabot/cargo/tokio-executor-0.1.8


📝 Commits (1)

  • 9f0963b Bump tokio-executor from 0.1.7 to 0.1.8

📊 Changes

5 files changed (+15 additions, -15 deletions)

View changed files

📝 Cargo.lock (+11 -11)
📝 crates/https/Cargo.toml (+1 -1)
📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/resolver/Cargo.toml (+1 -1)
📝 crates/server/Cargo.toml (+1 -1)

📄 Description

Bumps tokio-executor from 0.1.7 to 0.1.8.

Changelog

Sourced from tokio-executor's changelog.

0.1.8 (August 23, 2018)

  • Extract tokio::executor::current_thread to a sub crate (#370)
  • Add Runtime::block_on (#398)
  • Add runtime::current_thread::block_on_all (#477)
  • Misc documentation improvements (#450)
  • Implement std::error::Error for error types (#501)
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 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). To ignore the version in this PR you can just close it
  • @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/822 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/8/2019 **Status:** ✅ Merged **Merged:** 7/12/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dependabot/cargo/tokio-executor-0.1.8` --- ### 📝 Commits (1) - [`9f0963b`](https://github.com/hickory-dns/hickory-dns/commit/9f0963bb3a8889fd4bbde3b90a7b6fbcff974560) Bump tokio-executor from 0.1.7 to 0.1.8 ### 📊 Changes **5 files changed** (+15 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+11 -11) 📝 `crates/https/Cargo.toml` (+1 -1) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+1 -1) 📝 `crates/server/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [tokio-executor](https://github.com/tokio-rs/tokio) from 0.1.7 to 0.1.8. <details> <summary>Changelog</summary> *Sourced from [tokio-executor's changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.8/CHANGELOG.md).* > # 0.1.8 (August 23, 2018) > > * Extract tokio::executor::current_thread to a sub crate ([#370](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/370)) > * Add `Runtime::block_on` ([#398](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/398)) > * Add `runtime::current_thread::block_on_all` ([#477](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/477)) > * Misc documentation improvements ([#450](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/450)) > * Implement `std::error::Error` for error types ([#501](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/501)) </details> <details> <summary>Commits</summary> - [`0720340`](https://github.com/tokio-rs/tokio/commit/07203408de5c9e11566470cc4a43b1f6f4fef02a) Bump version to v0.1.8 ([#566](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/566)) - [`8bf2e9a`](https://github.com/tokio-rs/tokio/commit/8bf2e9aeb063b8eca8a207cdbf9eb5e6046f8aeb) Introduce `Timeout` and deprecate `Deadline`. ([#558](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/558)) - [`cf184eb`](https://github.com/tokio-rs/tokio/commit/cf184eb326f533b34044abec254f75824d8c22f6) timer: Reduce size of `Delay` struct ([#554](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/554)) - [`d822b72`](https://github.com/tokio-rs/tokio/commit/d822b721b4c88a693dc04d281c02b61f857158d5) Add DelayQueue implementation to tokio-timer ([#550](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/550)) - [`c66b56c`](https://github.com/tokio-rs/tokio/commit/c66b56c3fb6bd6663ad7ce5a4570504a82df8b3d) Implement `Default` for `tokio_timer::Handle` ([#553](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/553)) - [`89639ec`](https://github.com/tokio-rs/tokio/commit/89639ec48bcfc2c6edba536cc9ce309516ef2d72) Bump tokio-uds version to v0.2.1 ([#552](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/552)) - [`2b1b0ac`](https://github.com/tokio-rs/tokio/commit/2b1b0ac8586efac250024b35658bf6f0ac9d6727) Expose tokio_uds from the root crate ([#526](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/526)) - [`6b84c73`](https://github.com/tokio-rs/tokio/commit/6b84c73f1290320161bfb628083318d77615d0c8) tokio::codec docs + additional exports ([#546](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/546)) - [`767b370`](https://github.com/tokio-rs/tokio/commit/767b370c219b99849b5a56c8bf02a6ef896e7483) Add tokio-tls echo example. ([#541](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/541)) - [`28010b5`](https://github.com/tokio-rs/tokio/commit/28010b596256447bfca7d179cf4c9df4077f25c8) Update `lines_encoder` test to use LinesCodec ([#544](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/544)) - Additional commits viewable in [compare view](https://github.com/tokio-rs/tokio/compare/tokio-executor-0.1.7...tokio-0.1.8) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tokio-executor&package-manager=cargo&previous-version=0.1.7&new-version=0.1.8)](https://dependabot.com/compatibility-score.html?dependency-name=tokio-executor&package-manager=cargo&previous-version=0.1.7&new-version=0.1.8) 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). To ignore the version in this PR you can just close it - `@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:21:24 +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#1714
No description provided.