[PR #875] [CLOSED] Bump tokio-reactor from 0.1.9 to 0.1.10 #1759

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/875
Author: @dependabot-preview[bot]
Created: 9/30/2019
Status: Closed

Base: masterHead: dependabot/cargo/tokio-reactor-0.1.10


📝 Commits (1)

  • b456578 Bump tokio-reactor from 0.1.9 to 0.1.10

📊 Changes

1 file changed (+23 additions, -42 deletions)

View changed files

📝 Cargo.lock (+23 -42)

📄 Description

Bumps tokio-reactor from 0.1.9 to 0.1.10.

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)

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/875 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 9/30/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/tokio-reactor-0.1.10` --- ### 📝 Commits (1) - [`b456578`](https://github.com/hickory-dns/hickory-dns/commit/b456578faeaae02186ef9a20374662f9d53d28b0) Bump tokio-reactor from 0.1.9 to 0.1.10 ### 📊 Changes **1 file changed** (+23 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+23 -42) </details> ### 📄 Description Bumps [tokio-reactor](https://github.com/tokio-rs/tokio) from 0.1.9 to 0.1.10. <details> <summary>Commits</summary> - [`83e8fff`](https://github.com/tokio-rs/tokio/commit/83e8fff090cdb01d584b0b0bc5e697a2c51da0d0) reactor: Remove extra semi colon ([#1616](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1616)) - [`f545d12`](https://github.com/tokio-rs/tokio/commit/f545d1276b6d833eaeea258209651f3b50496e67) v0.1.x: stage -threadpool 0.1.16 -reactor 0.1.10 releases ([#1604](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1604)) - [`59fb5b9`](https://github.com/tokio-rs/tokio/commit/59fb5b9a7d89ee84389b8f8a039e874ef8971dbd) Add more unit tests for UdpFramed ([#1522](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1522)) - [`57ba3a7`](https://github.com/tokio-rs/tokio/commit/57ba3a7fbcc20c4a7c5211df129cf5877b0a2b19) udp: Prep release v0.1.5 ([#1519](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1519)) - [`c3c3481`](https://github.com/tokio-rs/tokio/commit/c3c3481d74ed9c83dd86fc62a418e28b17e55e84) udp: Fix UdpFramed decode ([#1517](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1517)) - [`7b39388`](https://github.com/tokio-rs/tokio/commit/7b393884156b3b6ec7952579d7ca2e0713f6b52b) Prep `tokio-udp` 0.1.4 release ([#1503](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1503)) - [`11a1ce2`](https://github.com/tokio-rs/tokio/commit/11a1ce27219da01f8773001810b58e96f486225c) v0.1.x: Fix `UdpFramed` with regards to `Decode` ([#1444](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1444)) - [`c9532e4`](https://github.com/tokio-rs/tokio/commit/c9532e49d74a967087586ac1cfffe5551279e973) v0.1.x lint fix, MSRV 1.28.0 updates ([#1451](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1451)) - [`b4cb322`](https://github.com/tokio-rs/tokio/commit/b4cb3226ab0c3cc6af272ba27ce176c84c79b73b) Bump 0.1 versions for latest changes ([#1240](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1240)) - [`4446eb4`](https://github.com/tokio-rs/tokio/commit/4446eb4db86a7cf1fa130762403f72313d0cd79c) chore: remove `tokio-trace`, add "Related Projects" to README (v0.1) ([#1223](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1223)) - Additional commits viewable in [compare view](https://github.com/tokio-rs/tokio/compare/tokio-reactor-0.1.9...tokio-reactor-0.1.10) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tokio-reactor&package-manager=cargo&previous-version=0.1.9&new-version=0.1.10)](https://dependabot.com/compatibility-score.html?dependency-name=tokio-reactor&package-manager=cargo&previous-version=0.1.9&new-version=0.1.10) 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) 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:23:51 +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#1759
No description provided.