[PR #1239] [CLOSED] Bump futures-io from 0.3.5 to 0.3.6 #2119

Closed
opened 2026-03-16 05:49:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1239
Author: @dependabot-preview[bot]
Created: 10/12/2020
Status: Closed

Base: mainHead: dependabot/cargo/futures-io-0.3.6


📝 Commits (1)

  • 97d2b67 Bump futures-io from 0.3.5 to 0.3.6

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 crates/proto/Cargo.toml (+1 -1)

📄 Description

Bumps futures-io from 0.3.5 to 0.3.6.

Release notes

Sourced from futures-io's releases.

0.3.6

  • Fixed UB due to missing 'static on task::waker (#2206)
  • Added AsyncBufReadExt::fill_buf (#2225)
  • Added TryStreamExt::try_take_while (#2212)
  • Added is_connected_to method to mpsc::{Sender, UnboundedSender} (#2179)
  • Added is_connected_to method to oneshot::Sender (#2158)
  • Implement FusedStream for FuturesOrdered (#2205)
  • Fixed documentation links
  • Improved documentation
  • futures-test: Added track_closed method to AsyncWriteTestExt and SinkTestExt (#2159)
  • futures-test: Implemented more traits for InterleavePending (#2208)
  • futures-test: Implemented more traits for AssertUnmoved (#2208)
Changelog

Sourced from futures-io's changelog.

0.3.6 - 2020-10-06

  • Fixed UB due to missing 'static on task::waker (#2206)
  • Added AsyncBufReadExt::fill_buf (#2225)
  • Added TryStreamExt::try_take_while (#2212)
  • Added is_connected_to method to mpsc::{Sender, UnboundedSender} (#2179)
  • Added is_connected_to method to oneshot::Sender (#2158)
  • Implement FusedStream for FuturesOrdered (#2205)
  • Fixed documentation links
  • Improved documentation
  • futures-test: Added track_closed method to AsyncWriteTestExt and SinkTestExt (#2159)
  • futures-test: Implemented more traits for InterleavePending (#2208)
  • futures-test: Implemented more traits for AssertUnmoved (#2208)
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/1239 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 10/12/2020 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/futures-io-0.3.6` --- ### 📝 Commits (1) - [`97d2b67`](https://github.com/hickory-dns/hickory-dns/commit/97d2b67d27a927f624a216ea71e16f0ac0040215) Bump futures-io from 0.3.5 to 0.3.6 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `crates/proto/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [futures-io](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/futures-rs/releases">futures-io's releases</a>.</em></p> <blockquote> <h2>0.3.6</h2> <ul> <li>Fixed UB due to missing 'static on <code>task::waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2206">#2206</a>)</li> <li>Added <code>AsyncBufReadExt::fill_buf</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2225">#2225</a>)</li> <li>Added <code>TryStreamExt::try_take_while</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2212">#2212</a>)</li> <li>Added <code>is_connected_to</code> method to <code>mpsc::{Sender, UnboundedSender}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2179">#2179</a>)</li> <li>Added <code>is_connected_to</code> method to <code>oneshot::Sender</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2158">#2158</a>)</li> <li>Implement <code>FusedStream</code> for <code>FuturesOrdered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2205">#2205</a>)</li> <li>Fixed documentation links</li> <li>Improved documentation</li> <li>futures-test: Added <code>track_closed</code> method to <code>AsyncWriteTestExt</code> and <code>SinkTestExt</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2159">#2159</a>)</li> <li>futures-test: Implemented more traits for <code>InterleavePending</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li> <li>futures-test: Implemented more traits for <code>AssertUnmoved</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</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-io's changelog</a>.</em></p> <blockquote> <h1>0.3.6 - 2020-10-06</h1> <ul> <li>Fixed UB due to missing 'static on <code>task::waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2206">#2206</a>)</li> <li>Added <code>AsyncBufReadExt::fill_buf</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2225">#2225</a>)</li> <li>Added <code>TryStreamExt::try_take_while</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2212">#2212</a>)</li> <li>Added <code>is_connected_to</code> method to <code>mpsc::{Sender, UnboundedSender}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2179">#2179</a>)</li> <li>Added <code>is_connected_to</code> method to <code>oneshot::Sender</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2158">#2158</a>)</li> <li>Implement <code>FusedStream</code> for <code>FuturesOrdered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2205">#2205</a>)</li> <li>Fixed documentation links</li> <li>Improved documentation</li> <li>futures-test: Added <code>track_closed</code> method to <code>AsyncWriteTestExt</code> and <code>SinkTestExt</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2159">#2159</a>)</li> <li>futures-test: Implemented more traits for <code>InterleavePending</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li> <li>futures-test: Implemented more traits for <code>AssertUnmoved</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/futures-rs/commit/74b2ff0ed6691b340fd460a919320708ebfbe3e3"><code>74b2ff0</code></a> Release 0.3.6</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/8472da905bc7b7f269b7452e7ce7c8487c8196e8"><code>8472da9</code></a> Add AsyncBufReadExt::fill_buf (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2225">#2225</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/8f20432c0271a86e7cc31fb0612e690157e8c74d"><code>8f20432</code></a> Remove truncated paragraphs from select! docs (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2222">#2222</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/5b21883c05906e5feae27e0834c6c5d847639645"><code>5b21883</code></a> futures: Require all stable features in tests (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2216">#2216</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/c58c72165a83a7904772def9cc98c3c2f88f7e52"><code>c58c721</code></a> Fix broken_intra_doc_links warning (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2220">#2220</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/1d93f5d3696fe545cdd9cc0e59a57b658cbf009a"><code>1d93f5d</code></a> Update futures-channel/src/oneshot.rs</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/e9d1a0788dfb9b24b0202d8059085db930cdfc75"><code>e9d1a07</code></a> minor fixes to docs: 'futures_channel::oneshot'</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/6541d01466a65a511859eb808164c484b5bff9a1"><code>6541d01</code></a> Use more assert_{future,stream} functions (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2020">#2020</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/fd1b93873771da8fbc7185b8fc5c173207d1247e"><code>fd1b938</code></a> Add a simple example for future::select() (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2182">#2182</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/263dbc61493fea5525808658b0a8e5ac5918d3ca"><code>263dbc6</code></a> Implement TryStreamExt::try_take_while (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2212">#2212</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/futures-rs/compare/0.3.5...0.3.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=futures-io&package-manager=cargo&previous-version=0.3.5&new-version=0.3.6)](https://dependabot.com/compatibility-score/?dependency-name=futures-io&package-manager=cargo&previous-version=0.3.5&new-version=0.3.6) 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 05:49:49 +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#2119
No description provided.