[PR #759] [MERGED] build(deps): bump futures-lite from 2.3.0 to 2.4.0 #926

Closed
opened 2026-05-22 21:55:03 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/759
Author: @dependabot[bot]
Created: 11/4/2024
Status: Merged
Merged: 11/4/2024
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/futures-lite-2.4.0


📝 Commits (1)

  • 2f03b66 build(deps): bump futures-lite from 2.3.0 to 2.4.0

📊 Changes

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

View changed files

📝 Cargo.lock (+3 -3)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps futures-lite from 2.3.0 to 2.4.0.

Release notes

Sourced from futures-lite's releases.

v2.4.0

  • Add a "fuse" method that makes it so a Future returns Poll::Pending forever after it returns Poll::Pending once. (#101)
  • Add a "stop_after_future" function that allows for running a Stream until a Future completes. (#103)
  • Make it so Zip/TryZip drop completed futures. (#106)
Changelog

Sourced from futures-lite's changelog.

Version 2.4.0

  • Add a "fuse" method that makes it so a Future returns Poll::Pending forever after it returns Poll::Pending once. (#101)
  • Add a "stop_after_future" function that allows for running a Stream until a Future completes. (#103)
  • Make it so Zip/TryZip drop completed futures. (#106)
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 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/JakeStanger/ironbar/pull/759 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/4/2024 **Status:** ✅ Merged **Merged:** 11/4/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/futures-lite-2.4.0` --- ### 📝 Commits (1) - [`2f03b66`](https://github.com/JakeStanger/ironbar/commit/2f03b66ba730a125faf94e6ed30ffd02cb5a7d77) build(deps): bump futures-lite from 2.3.0 to 2.4.0 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -3) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.3.0 to 2.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/smol-rs/futures-lite/releases">futures-lite's releases</a>.</em></p> <blockquote> <h2>v2.4.0</h2> <ul> <li>Add a &quot;fuse&quot; method that makes it so a <code>Future</code> returns <code>Poll::Pending</code> forever after it returns <code>Poll::Pending</code> once. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/101">#101</a>)</li> <li>Add a &quot;stop_after_future&quot; function that allows for running a <code>Stream</code> until a <code>Future</code> completes. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/103">#103</a>)</li> <li>Make it so <code>Zip</code>/<code>TryZip</code> drop completed futures. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/106">#106</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md">futures-lite's changelog</a>.</em></p> <blockquote> <h1>Version 2.4.0</h1> <ul> <li>Add a &quot;fuse&quot; method that makes it so a <code>Future</code> returns <code>Poll::Pending</code> forever after it returns <code>Poll::Pending</code> once. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/101">#101</a>)</li> <li>Add a &quot;stop_after_future&quot; function that allows for running a <code>Stream</code> until a <code>Future</code> completes. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/103">#103</a>)</li> <li>Make it so <code>Zip</code>/<code>TryZip</code> drop completed futures. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/106">#106</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/smol-rs/futures-lite/commit/7aa7bd71986fb8ec303f39aeb75d0f167900f1cd"><code>7aa7bd7</code></a> v2.4.0</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/f9669122973792623570fddc9580747bd799b9f6"><code>f966912</code></a> ci: Use &quot;v2.0.0&quot; branch for security check</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/24be08cc8102c2869d7a37907e4de24e555090b5"><code>24be08c</code></a> chore: Fix typo (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/108">#108</a>)</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/312753df2fbac596a4ee706751cac7319d517b56"><code>312753d</code></a> Fix elided_named_lifetimes warning (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/109">#109</a>)</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/12509a0b87cd65429ff66bd5c25520e579e41081"><code>12509a0</code></a> fix: drop completed futures in <code>Zip</code> and <code>TryZip</code></li> <li><a href="https://github.com/smol-rs/futures-lite/commit/9160e8afa6e816c1127eec5894ffb6f3cc82ede7"><code>9160e8a</code></a> m: Silence clippy</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/6f89c8b49c5fe0b2c4eaeefb1ee5ed844dcd8af9"><code>6f89c8b</code></a> m: Rename take_until to stop_after_future</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/091964c8caacc647d7f2225b3fb4e5228b87e753"><code>091964c</code></a> feat: add <code>StreamExt::take_until</code></li> <li><a href="https://github.com/smol-rs/futures-lite/commit/da2f2a2a6c312ae2a422b029fc1967635e28764b"><code>da2f2a2</code></a> feat: add a way to fuse futures</li> <li>See full diff in <a href="https://github.com/smol-rs/futures-lite/compare/v2.3.0...v2.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=futures-lite&package-manager=cargo&previous-version=2.3.0&new-version=2.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 21:55:03 +01: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
JakeStanger/ironbar#926
No description provided.