[PR #1352] [CLOSED] Bump futures-channel from 0.3.8 to 0.3.9 #2240

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 5073bb8 Bump futures-channel from 0.3.8 to 0.3.9

📊 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.8 to 0.3.9.

Release notes

Sourced from futures-channel's releases.

0.3.9

  • Significantly improved compile time when async-await crate feature is disabled (#2273)
  • Added stream::repeat_with (#2279)
  • Added StreamExt::unzip (#2263)
  • Added sink::unfold (#2268)
  • Added SinkExt::feed (#2155)
  • Implemented FusedFuture for oneshot::Receiver (#2300)
  • Implemented Clone for sink::With (#2290)
  • Re-exported MapOkOrElse, MapInto, OkInto, TryFlatten, WriteAllVectored (#2275)
Changelog

Sourced from futures-channel's changelog.

0.3.9 - 2021-01-08

  • Significantly improved compile time when async-await crate feature is disabled (#2273)
  • Added stream::repeat_with (#2279)
  • Added StreamExt::unzip (#2263)
  • Added sink::unfold (#2268)
  • Added SinkExt::feed (#2155)
  • Implemented FusedFuture for oneshot::Receiver (#2300)
  • Implemented Clone for sink::With (#2290)
  • Re-exported MapOkOrElse, MapInto, OkInto, TryFlatten, WriteAllVectored (#2275)
Commits
  • 1661bad Release 0.3.9
  • 62e0328 Remove version from path dev-dependencies to make it easier to publish (#2305)
  • 73aaf4a Run sanitizers on CI (#2303)
  • 8e9b86e Do not redefine modules in futures crate (#2299)
  • 88bd185 impl FusedFuture for oneshot::Receiver (#2300)
  • caea9b1 Add clippy configuration file (#2301)
  • 7ce5ce8 perf: Pack the state and future of unfolds in the same memory (#2283)
  • 5559680 Replace deprecated compare_and_swap with compare_exchange (#2297)
  • 8a04b51 Implement Clone for With combinator (#2290)
  • da71932 futures-util: Migrate from pin-project to pin-project-lite
  • 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/1352 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/11/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/futures-channel-0.3.9` --- ### 📝 Commits (1) - [`5073bb8`](https://github.com/hickory-dns/hickory-dns/commit/5073bb8c4ee1fc811a63976f7e19a8ed8e83798f) Bump futures-channel from 0.3.8 to 0.3.9 ### 📊 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.8 to 0.3.9. <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.9</h2> <ul> <li>Significantly improved compile time when <code>async-await</code> crate feature is disabled (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2273">#2273</a>)</li> <li>Added <code>stream::repeat_with</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2279">#2279</a>)</li> <li>Added <code>StreamExt::unzip</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2263">#2263</a>)</li> <li>Added <code>sink::unfold</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2268">#2268</a>)</li> <li>Added <code>SinkExt::feed</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2155">#2155</a>)</li> <li>Implemented <code>FusedFuture</code> for <code>oneshot::Receiver</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2300">#2300</a>)</li> <li>Implemented <code>Clone</code> for <code>sink::With</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2290">#2290</a>)</li> <li>Re-exported <code>MapOkOrElse</code>, <code>MapInto</code>, <code>OkInto</code>, <code>TryFlatten</code>, <code>WriteAllVectored</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2275">#2275</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.9 - 2021-01-08</h1> <ul> <li>Significantly improved compile time when <code>async-await</code> crate feature is disabled (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2273">#2273</a>)</li> <li>Added <code>stream::repeat_with</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2279">#2279</a>)</li> <li>Added <code>StreamExt::unzip</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2263">#2263</a>)</li> <li>Added <code>sink::unfold</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2268">#2268</a>)</li> <li>Added <code>SinkExt::feed</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2155">#2155</a>)</li> <li>Implemented <code>FusedFuture</code> for <code>oneshot::Receiver</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2300">#2300</a>)</li> <li>Implemented <code>Clone</code> for <code>sink::With</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2290">#2290</a>)</li> <li>Re-exported <code>MapOkOrElse</code>, <code>MapInto</code>, <code>OkInto</code>, <code>TryFlatten</code>, <code>WriteAllVectored</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2275">#2275</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/futures-rs/commit/1661badd94e417904ba058152c8f60afef7c3efe"><code>1661bad</code></a> Release 0.3.9</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/62e032842fccedaffc7c375e5b5727c4f02eb5d6"><code>62e0328</code></a> Remove version from path dev-dependencies to make it easier to publish (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2305">#2305</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/73aaf4a333545fb03c84f718ebc3246c7af71cbd"><code>73aaf4a</code></a> Run sanitizers on CI (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2303">#2303</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/8e9b86e866946bbf3d0479c8d9fbb795b514b2ad"><code>8e9b86e</code></a> Do not redefine modules in futures crate (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2299">#2299</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/88bd185678183edd3e519c7a6d1c2b5d532f5894"><code>88bd185</code></a> impl FusedFuture for oneshot::Receiver (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2300">#2300</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/caea9b19444a04d614b7d3237699d9da43633046"><code>caea9b1</code></a> Add clippy configuration file (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2301">#2301</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/7ce5ce8349b38803f218bfbafd0a5f1e102bbaa0"><code>7ce5ce8</code></a> perf: Pack the state and future of unfolds in the same memory (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2283">#2283</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/5559680f8947ff3d9c298cbcb70aa7bb9a7b0869"><code>5559680</code></a> Replace deprecated compare_and_swap with compare_exchange (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2297">#2297</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/8a04b519a6550d1b59b0ded1ceaf0bf3b28f694a"><code>8a04b51</code></a> Implement Clone for With combinator (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2290">#2290</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/da71932e7fc728e870972e466243c9da1fbfc371"><code>da71932</code></a> futures-util: Migrate from pin-project to pin-project-lite</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/futures-rs/compare/0.3.8...0.3.9">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.8&new-version=0.3.9)](https://dependabot.com/compatibility-score/?dependency-name=futures-channel&package-manager=cargo&previous-version=0.3.8&new-version=0.3.9) 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:00:06 +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#2240
No description provided.