[PR #1395] [CLOSED] Bump futures-channel from 0.3.12 to 0.3.13 #2287

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1395
Author: @dependabot-preview[bot]
Created: 3/1/2021
Status: Closed

Base: mainHead: dependabot/cargo/futures-channel-0.3.13


📝 Commits (1)

  • 9401fa4 Bump futures-channel from 0.3.12 to 0.3.13

📊 Changes

6 files changed (+11 additions, -11 deletions)

View changed files

📝 Cargo.lock (+6 -6)
📝 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/rustls/Cargo.toml (+1 -1)

📄 Description

Bumps futures-channel from 0.3.12 to 0.3.13.

Release notes

Sourced from futures-channel's releases.

0.3.13

  • Mitigated starvation issues in FuturesUnordered (#2333)
  • Fixed race with dropping mpsc::Receiver (#2304)
  • Added Shared::{strong_count, weak_count} (#2346)
  • Added no_std support for task::noop_waker_ref (#2332)
  • Implemented Stream::size_hint for Either (#2325)
Changelog

Sourced from futures-channel's changelog.

0.3.13 - 2021-02-23

  • Mitigated starvation issues in FuturesUnordered (#2333)
  • Fixed race with dropping mpsc::Receiver (#2304)
  • Added Shared::{strong_count, weak_count} (#2346)
  • Added no_std support for task::noop_waker_ref (#2332)
  • Implemented Stream::size_hint for Either (#2325)
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)

🔄 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/1395 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/1/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/futures-channel-0.3.13` --- ### 📝 Commits (1) - [`9401fa4`](https://github.com/hickory-dns/hickory-dns/commit/9401fa493daddd8801cfb27d5689f3680d240fb4) Bump futures-channel from 0.3.12 to 0.3.13 ### 📊 Changes **6 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) 📝 `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/rustls/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [futures-channel](https://github.com/rust-lang/futures-rs) from 0.3.12 to 0.3.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/futures-rs/releases">futures-channel's releases</a>.</em></p> <blockquote> <h2>0.3.13</h2> <ul> <li>Mitigated starvation issues in <code>FuturesUnordered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2333">#2333</a>)</li> <li>Fixed race with dropping <code>mpsc::Receiver</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2304">#2304</a>)</li> <li>Added <code>Shared::{strong_count, weak_count}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2346">#2346</a>)</li> <li>Added <code>no_std</code> support for <code>task::noop_waker_ref</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2332">#2332</a>)</li> <li>Implemented <code>Stream::size_hint</code> for <code>Either</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2325">#2325</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-channel's changelog</a>.</em></p> <blockquote> <h1>0.3.13 - 2021-02-23</h1> <ul> <li>Mitigated starvation issues in <code>FuturesUnordered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2333">#2333</a>)</li> <li>Fixed race with dropping <code>mpsc::Receiver</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2304">#2304</a>)</li> <li>Added <code>Shared::{strong_count, weak_count}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2346">#2346</a>)</li> <li>Added <code>no_std</code> support for <code>task::noop_waker_ref</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2332">#2332</a>)</li> <li>Implemented <code>Stream::size_hint</code> for <code>Either</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2325">#2325</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/futures-rs/commit/c91f8691672c7401b1923ab00bf138975c99391a"><code>c91f869</code></a> Release 0.3.13 (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2350">#2350</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/c29a73af21cec8b7b69222f14a76c90982b4e945"><code>c29a73a</code></a> Document poll!(stream.next()) pattern for poll!(..) (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2357">#2357</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/df6353e23c3e9ec0b54ce7284d3e947b65903472"><code>df6353e</code></a> Fix some typos in doc-comments (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2354">#2354</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/18e46e804f72639a1ee8b17b8323856cdb95e31d"><code>18e46e8</code></a> tests: cfg-ignore compat tests if there is no compat feature (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2353">#2353</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/f86bb460ec6b599410c099dbf5473b5721fe18ee"><code>f86bb46</code></a> Add CODEOWNERS (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2351">#2351</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/e981716f47936ea31aa4d262fd01816749f094b1"><code>e981716</code></a> Fix clippy::manual_flatten warning (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2347">#2347</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/f273d3beab0095c479bf06424101f985cbc630ad"><code>f273d3b</code></a> FuturesUnordered: Do not poll the same future twice per iteration (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2333">#2333</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/4959eccd574ec24a5b3a9984304a9249d2d2a8ae"><code>4959ecc</code></a> Add strong/weak pointer counts to Shared (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2346">#2346</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/6acaa815bc2834d4947ab13d7609d85784b1a34c"><code>6acaa81</code></a> small change in <code>select</code> example. (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2345">#2345</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/59f62b04d92a236a9909e3ef0ed6cf973ad9d593"><code>59f62b0</code></a> Disable rustfmt (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2339">#2339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/futures-rs/compare/0.3.12...0.3.13">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=futures-channel&package-manager=cargo&previous-version=0.3.12&new-version=0.3.13)](https://dependabot.com/compatibility-score/?dependency-name=futures-channel&package-manager=cargo&previous-version=0.3.12&new-version=0.3.13) 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:45:38 +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#2287
No description provided.