[PR #678] [CLOSED] Bump tokio from 0.1.14 to 0.1.15 #1596

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/678
Author: @dependabot-preview[bot]
Created: 1/28/2019
Status: Closed

Base: masterHead: dependabot/cargo/tokio-0.1.15


📝 Commits (1)

  • 2e1d362 Bump tokio from 0.1.14 to 0.1.15

📊 Changes

9 files changed (+30 additions, -20 deletions)

View changed files

📝 Cargo.lock (+21 -11)
📝 crates/client/Cargo.toml (+1 -1)
📝 crates/native-tls/Cargo.toml (+1 -1)
📝 crates/openssl/Cargo.toml (+1 -1)
📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/resolver/Cargo.toml (+2 -2)
📝 crates/rustls/Cargo.toml (+1 -1)
📝 crates/server/Cargo.toml (+1 -1)
📝 tests/integration-tests/Cargo.toml (+1 -1)

📄 Description

Bumps tokio from 0.1.14 to 0.1.15.

Changelog

Sourced from tokio's changelog.

0.1.15 (January 24, 2019)

Added

  • Re-export tokio-sync APIs (#839).
  • Stream enumerate combinator (#832).
Commits
  • 11e2af6 Bump Tokio to v0.1.15. (#869)
  • a4aae14 chore: move enumerate test to correct location (#867)
  • 12546d1 tokio-timer: fix DelayQueue bug when inserting shorter delay (#863)
  • fbad629 Add enumerate combinator to Stream (#832)
  • 0ec8986 Make reason for try_send errors clearer (#864)
  • c6f8bdb Remove T: Debug bound on mpsc Debug impls (#866)
  • c6f9a06 Explicit impl Clone for tx to avoid T: Clone (#865)
  • 9f356d6 tokio-sync: add into_inner for TrySendErrors (#862)
  • 1308315 Introduce tokio-sync crate containing synchronization primitives. (#839)
  • 91f20e3 docs: deal with Result instead of using unwrap (#860)
  • Additional commits viewable in compare view

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 cancel merge will cancel a previously requested merge
  • @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/678 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/28/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/tokio-0.1.15` --- ### 📝 Commits (1) - [`2e1d362`](https://github.com/hickory-dns/hickory-dns/commit/2e1d362885fbbfae0b1950047ca519a280cb6f7a) Bump tokio from 0.1.14 to 0.1.15 ### 📊 Changes **9 files changed** (+30 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+21 -11) 📝 `crates/client/Cargo.toml` (+1 -1) 📝 `crates/native-tls/Cargo.toml` (+1 -1) 📝 `crates/openssl/Cargo.toml` (+1 -1) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+2 -2) 📝 `crates/rustls/Cargo.toml` (+1 -1) 📝 `crates/server/Cargo.toml` (+1 -1) 📝 `tests/integration-tests/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.1.14 to 0.1.15. <details> <summary>Changelog</summary> *Sourced from [tokio's changelog](https://github.com/tokio-rs/tokio/blob/master/CHANGELOG.md).* > # 0.1.15 (January 24, 2019) > > ### Added > - Re-export tokio-sync APIs ([#839](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/839)). > - Stream enumerate combinator ([#832](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/832)). </details> <details> <summary>Commits</summary> - [`11e2af6`](https://github.com/tokio-rs/tokio/commit/11e2af66a82c1cb710f9a07ae9450fcb25e67a1e) Bump Tokio to v0.1.15. ([#869](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/869)) - [`a4aae14`](https://github.com/tokio-rs/tokio/commit/a4aae1459c500a028a072152a809dc4091e66645) chore: move enumerate test to correct location ([#867](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/867)) - [`12546d1`](https://github.com/tokio-rs/tokio/commit/12546d1d9c593d97244c49cbc303675d1be2367b) tokio-timer: fix DelayQueue bug when inserting shorter delay ([#863](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/863)) - [`fbad629`](https://github.com/tokio-rs/tokio/commit/fbad6297c5dc22a716a13c29433d89e2c75d7695) Add enumerate combinator to Stream ([#832](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/832)) - [`0ec8986`](https://github.com/tokio-rs/tokio/commit/0ec8986b0bc60cc96e88ab72e4675d975fbc8f1c) Make reason for try_send errors clearer ([#864](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/864)) - [`c6f8bdb`](https://github.com/tokio-rs/tokio/commit/c6f8bdb249083ef5ca3c5f13466015a1cb600bce) Remove T: Debug bound on mpsc Debug impls ([#866](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/866)) - [`c6f9a06`](https://github.com/tokio-rs/tokio/commit/c6f9a069a5ab62be746f428a618547097764b73d) Explicit impl Clone for tx to avoid T: Clone ([#865](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/865)) - [`9f356d6`](https://github.com/tokio-rs/tokio/commit/9f356d62443210277758c63a7ee816a78965b54a) tokio-sync: add into_inner for TrySendErrors ([#862](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/862)) - [`1308315`](https://github.com/tokio-rs/tokio/commit/13083153aad0750bfee5772d633c725b70f5d243) Introduce tokio-sync crate containing synchronization primitives. ([#839](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/839)) - [`91f20e3`](https://github.com/tokio-rs/tokio/commit/91f20e33a41108be2b42a8593c70cbff68a23bd6) docs: deal with Result instead of using unwrap ([#860](https://github-redirect.dependabot.com/tokio-rs/tokio/issues/860)) - Additional commits viewable in [compare view](https://github.com/tokio-rs/tokio/compare/tokio-0.1.14...tokio-0.1.15) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=0.1.14&new-version=0.1.15)](https://dependabot.com/compatibility-score.html?dependency-name=tokio&package-manager=cargo&previous-version=0.1.14&new-version=0.1.15) 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 cancel merge` will cancel a previously requested merge - `@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:15:10 +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#1596
No description provided.