[PR #703] [CLOSED] Bump tokio-io from 0.1.11 to 0.1.12 #1619

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/tokio-io-0.1.12


📝 Commits (1)

  • 498982b Bump tokio-io from 0.1.11 to 0.1.12

📊 Changes

1 file changed (+16 additions, -16 deletions)

View changed files

📝 Cargo.lock (+16 -16)

📄 Description

Bumps tokio-io from 0.1.11 to 0.1.12.

Changelog

Sourced from tokio-io's changelog.

0.1.12 (October 23, 2018)

  • runtime: expose keep_alive on runtime builder (#676).
  • runtime: create a reactor per worker thread (#660).
  • codec: fix panic in LengthDelimitedCodec (#682).
  • io: re-export tokio_io::io::read function (#689).
  • runtime: check for executor re-entry in more places (#708).
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 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/703 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/4/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/tokio-io-0.1.12` --- ### 📝 Commits (1) - [`498982b`](https://github.com/hickory-dns/hickory-dns/commit/498982b9bc55777ac85c984a904d22c3fd3c37f4) Bump tokio-io from 0.1.11 to 0.1.12 ### 📊 Changes **1 file changed** (+16 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+16 -16) </details> ### 📄 Description Bumps [tokio-io](https://github.com/tokio-rs/tokio) from 0.1.11 to 0.1.12. <details> <summary>Changelog</summary> *Sourced from [tokio-io's changelog](https://github.com/tokio-rs/tokio/blob/master/CHANGELOG.md).* > # 0.1.12 (October 23, 2018) > > * runtime: expose `keep_alive` on runtime builder ([#676](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/676)). > * runtime: create a reactor per worker thread ([#660](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/660)). > * codec: fix panic in `LengthDelimitedCodec` ([#682](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/682)). > * io: re-export `tokio_io::io::read` function ([#689](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/689)). > * runtime: check for executor re-entry in more places ([#708](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/708)). </details> <details> <summary>Commits</summary> - [`e28856c`](https://github.com/tokio-rs/tokio/commit/e28856cffe00aa3f0c30292a91e36adab422668c) Bump Tokio to 0.1.16. ([#941](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/941)) - [`85e3bd3`](https://github.com/tokio-rs/tokio/commit/85e3bd34af606814cd19c9c241fe3ec64a7e07b3) async-await: fix build for latest nightly ([#940](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/940)) - [`db4019d`](https://github.com/tokio-rs/tokio/commit/db4019d84a67340f5198d88c311ca0f1c2aa2459) trace: Fix tokio-trace documentation url in the README ([#939](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/939)) - [`195c4b0`](https://github.com/tokio-rs/tokio/commit/195c4b04963742ecfff202ee9d0b72cc923aee81) Bump tokio-sync version to v0.1.3 ([#938](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/938)) - [`619d3b1`](https://github.com/tokio-rs/tokio/commit/619d3b163b5080485cd92797b18134706ffd620b) sync: impl `Error` for mpsc error types ([#937](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/937)) - [`5ff6e37`](https://github.com/tokio-rs/tokio/commit/5ff6e37c5907e92c3ac151e14643290d0a41c498) trace: Allow specifying a new span's parent ([#923](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/923)) - [`43d69d7`](https://github.com/tokio-rs/tokio/commit/43d69d77e2b01322a5d2a378be02108e302d1bbf) Set up CI with Azure Pipelines ([#926](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/926)) - [`dbb04e3`](https://github.com/tokio-rs/tokio/commit/dbb04e310c061612a1bc585776c23400299e7ad0) Fix rustfmt check ([#927](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/927)) - [`0e2e078`](https://github.com/tokio-rs/tokio/commit/0e2e07812ab19e1c1c70a3b457511cefdebd2a95) Bump tokio-buf to v0.1.0 ([#925](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/925)) - [`047d0b8`](https://github.com/tokio-rs/tokio/commit/047d0b821c4969026ba03523ca5b5270c8bf42a9) buf: misc polish ([#924](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/924)) - Additional commits viewable in [compare view](https://github.com/tokio-rs/tokio/compare/tokio-io-0.1.11...tokio-io-0.1.12) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tokio-io&package-manager=cargo&previous-version=0.1.11&new-version=0.1.12)](https://dependabot.com/compatibility-score.html?dependency-name=tokio-io&package-manager=cargo&previous-version=0.1.11&new-version=0.1.12) 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:15 +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#1619
No description provided.