[PR #770] [CLOSED] Bump tokio-timer from 0.2.10 to 0.2.11 #1671

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/770
Author: @dependabot-preview[bot]
Created: 5/20/2019
Status: Closed

Base: masterHead: dependabot/cargo/tokio-timer-0.2.11


📝 Commits (1)

  • 1e468e2 Bump tokio-timer from 0.2.10 to 0.2.11

📊 Changes

4 files changed (+9 additions, -9 deletions)

View changed files

📝 Cargo.lock (+6 -6)
📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/server/Cargo.toml (+1 -1)
📝 tests/integration-tests/Cargo.toml (+1 -1)

📄 Description

Bumps tokio-timer from 0.2.10 to 0.2.11.

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/770 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/20/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/tokio-timer-0.2.11` --- ### 📝 Commits (1) - [`1e468e2`](https://github.com/hickory-dns/hickory-dns/commit/1e468e230e8e5bf191cce9c0b5f2431386ad644d) Bump tokio-timer from 0.2.10 to 0.2.11 ### 📊 Changes **4 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/server/Cargo.toml` (+1 -1) 📝 `tests/integration-tests/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [tokio-timer](https://github.com/tokio-rs/tokio) from 0.2.10 to 0.2.11. <details> <summary>Commits</summary> - [`475dabe`](https://github.com/tokio-rs/tokio/commit/475dabe96d98d56e641e2ce0dd2ed23031e8523f) Release tokio v0.1.20, tokio-timer v0.2.21, and remove async-await-preview fe... - [`951f2fd`](https://github.com/tokio-rs/tokio/commit/951f2fd910fddc632d78a3be3715e25fcaaa3081) test: re-export macro dependencies ([#1077](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1077)) - [`4ef736b`](https://github.com/tokio-rs/tokio/commit/4ef736b9d5ac41b2548eaf7c59a00a63b2633ba4) async-await: add `current_thread::Runtime::block_on_async` ([#1072](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1072)) - [`219f24c`](https://github.com/tokio-rs/tokio/commit/219f24cbf16abf7e1ba321e15bcfd5b6615eb746) timer: Replace Handle::deadline with Handle::timeout ([#1074](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1074)) - [`ea282ef`](https://github.com/tokio-rs/tokio/commit/ea282efb2ed438560f080a7c9a0079ec4c701c12) ci: fix isRelease condition ([#1066](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1066)) - [`042224d`](https://github.com/tokio-rs/tokio/commit/042224d33c073a97b860cc8bb7cc353c1a8a2a36) signal: Smaller dependency ([#1069](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1069)) - [`927eb80`](https://github.com/tokio-rs/tokio/commit/927eb80ad44b3fd37739fbb776c2ba1914c848f9) Fix an error in the mit-url in the README.md ([#1068](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1068)) - [`6a8934e`](https://github.com/tokio-rs/tokio/commit/6a8934e897f71a36ee07a818e86a7629bf787db4) Fix threadpool dependency ([#1061](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1061)) - [`0e400af`](https://github.com/tokio-rs/tokio/commit/0e400af78c049c4b52fa4cb346237b43218b0ec9) Async/await polish ([#1058](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1058)) - [`df70213`](https://github.com/tokio-rs/tokio/commit/df702130d6b3d0c9a84b3cc3851423d99f8274bc) tcp: fix some tests that spuriously fail ([#1060](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1060)) - Additional commits viewable in [compare view](https://github.com/tokio-rs/tokio/compare/tokio-timer-0.2.10...tokio-timer-0.2.11) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tokio-timer&package-manager=cargo&previous-version=0.2.10&new-version=0.2.11)](https://dependabot.com/compatibility-score.html?dependency-name=tokio-timer&package-manager=cargo&previous-version=0.2.10&new-version=0.2.11) 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:19:13 +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#1671
No description provided.