[PR #1457] [CLOSED] Bump futures-executor from 0.3.13 to 0.3.14 #2338

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1457
Author: @dependabot-preview[bot]
Created: 4/12/2021
Status: Closed

Base: mainHead: dependabot/cargo/futures-executor-0.3.14


📝 Commits (1)

  • 91aef26 Bump futures-executor from 0.3.13 to 0.3.14

📊 Changes

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

View changed files

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

📄 Description

Bumps futures-executor from 0.3.13 to 0.3.14.

Release notes

Sourced from futures-executor's releases.

0.3.14

  • Add future::SelectAll::into_inner (#2363)
  • Allow calling UnboundedReceiver::try_next after None (#2369)
  • Reexport non-Ext traits from the root of futures_util (#2377)
  • Add AsyncSeekExt::stream_position (#2380)
  • Add stream::Peekable::{next_if, next_if_eq} (#2379)
Changelog

Sourced from futures-executor's changelog.

0.3.14 - 2021-04-10

  • Add future::SelectAll::into_inner (#2363)
  • Allow calling UnboundedReceiver::try_next after None (#2369)
  • Reexport non-Ext traits from the root of futures_util (#2377)
  • Add AsyncSeekExt::stream_position (#2380)
  • Add stream::Peekable::{next_if, next_if_eq} (#2379)
Commits
  • 8aecdeb Release 0.3.14
  • 071a434 Link to modules instead of traits
  • e0d378f Add stream::Peekable::{next_if, next_if_eq}
  • a4a0e05 Add AsyncSeekExt::stream_position
  • 698e09a Reexport non-Ext traits from the root of futures_util
  • 4834780 Remove empty line from futures example
  • e21659e Add Receiver::try_next return value descriptions
  • caae228 Allow calling UnboundedReceiver::try_next after None
  • 53313b7 Add .editorconfig
  • 343e6c5 Document results of UnboundedReceiver::try_next
  • 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 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)

🔄 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/1457 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/12/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/futures-executor-0.3.14` --- ### 📝 Commits (1) - [`91aef26`](https://github.com/hickory-dns/hickory-dns/commit/91aef266246ea23cb7f3d1a9315469942a4a601a) Bump futures-executor from 0.3.13 to 0.3.14 ### 📊 Changes **4 files changed** (+19 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+16 -16) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+1 -1) 📝 `crates/server/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [futures-executor](https://github.com/rust-lang/futures-rs) from 0.3.13 to 0.3.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/futures-rs/releases">futures-executor's releases</a>.</em></p> <blockquote> <h2>0.3.14</h2> <ul> <li>Add <code>future::SelectAll::into_inner</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2363">#2363</a>)</li> <li>Allow calling <code>UnboundedReceiver::try_next</code> after <code>None</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2369">#2369</a>)</li> <li>Reexport non-Ext traits from the root of <code>futures_util</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2377">#2377</a>)</li> <li>Add <code>AsyncSeekExt::stream_position</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2380">#2380</a>)</li> <li>Add <code>stream::Peekable::{next_if, next_if_eq}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2379">#2379</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md">futures-executor's changelog</a>.</em></p> <blockquote> <h1>0.3.14 - 2021-04-10</h1> <ul> <li>Add <code>future::SelectAll::into_inner</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2363">#2363</a>)</li> <li>Allow calling <code>UnboundedReceiver::try_next</code> after <code>None</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2369">#2369</a>)</li> <li>Reexport non-Ext traits from the root of <code>futures_util</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2377">#2377</a>)</li> <li>Add <code>AsyncSeekExt::stream_position</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2380">#2380</a>)</li> <li>Add <code>stream::Peekable::{next_if, next_if_eq}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2379">#2379</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/futures-rs/commit/8aecdeb9bb8110fda6fa0941159d6431a4b9e95e"><code>8aecdeb</code></a> Release 0.3.14</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/071a43419199853c95eacbd19dd3efc66dee4d80"><code>071a434</code></a> Link to modules instead of traits</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/e0d378fc227a53ec77d6630b8bc4ca0129c2261f"><code>e0d378f</code></a> Add stream::Peekable::{next_if, next_if_eq}</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/a4a0e05392a5bca220534918c4218ce4bcc3132d"><code>a4a0e05</code></a> Add AsyncSeekExt::stream_position</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/698e09a3e4bce1f0e0ea72bf639d1b81de5fe591"><code>698e09a</code></a> Reexport non-Ext traits from the root of futures_util</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/48347802f2303ba3786ede0b44dccff1686650f8"><code>4834780</code></a> Remove empty line from futures example</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/e21659e0ea931cfa4a17a0116922af4da8dd8ced"><code>e21659e</code></a> Add Receiver::try_next return value descriptions</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/caae2283adabcbfef13901b3ac284cff0e9780ed"><code>caae228</code></a> Allow calling UnboundedReceiver::try_next after None</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/53313b7e67ba4db7d4127a08f3a6bae89b55735d"><code>53313b7</code></a> Add .editorconfig</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/343e6c57d9de3e22cebf4b21f07dcd718f2c9b5c"><code>343e6c5</code></a> Document results of UnboundedReceiver::try_next</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/futures-rs/compare/0.3.13...0.3.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=futures-executor&package-manager=cargo&previous-version=0.3.13&new-version=0.3.14)](https://dependabot.com/compatibility-score/?dependency-name=futures-executor&package-manager=cargo&previous-version=0.3.13&new-version=0.3.14) 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:48: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#2338
No description provided.