[PR #345] [MERGED] build(deps): bump futures-lite from 1.13.0 to 2.0.0 #3460

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/345
Author: @dependabot[bot]
Created: 10/30/2023
Status: Merged
Merged: 10/30/2023
Merged by: @JakeStanger

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


📝 Commits (1)

  • bc74f6f build(deps): bump futures-lite from 1.13.0 to 2.0.0

📊 Changes

2 files changed (+33 additions, -12 deletions)

View changed files

📝 Cargo.lock (+32 -11)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps futures-lite from 1.13.0 to 2.0.0.

Release notes

Sourced from futures-lite's releases.

v2.0.0

  • Breaking: Expose future::{ready, pending} from core instead of defining our own. (#73)
  • Breaking: The TryZip and Zip combinators are modified to have a cleaner API, where generic constraints are not necessary on the structure itself at the cost of additional generics. (#74)
  • Add a way to use racey futures on no_std by providing your own seed. (#75)
Changelog

Sourced from futures-lite's changelog.

Version 2.0.0

  • Breaking: Expose future::{ready, pending} from core instead of defining our own. (#73)
  • Breaking: The TryZip and Zip combinators are modified to have a cleaner API, where generic constraints are not necessary on the structure itself at the cost of additional generics. (#74)
  • Add a way to use racey futures on no_std by providing your own seed. (#75)
Commits
  • c8551a3 v2.0.0
  • 32cc466 Update actions/checkout action to v4
  • 2234456 Merge pull request #75 from smol-rs/notgull/efficient-rng
  • b85ecf5 Bump MSRV to 1.61
  • ee3d580 Add racey functions for using your own RNG seed
  • 074c0ca Make racey futures use an internal RNG
  • 7896fcc API BREAK: make zip/try_zip implementation cleaner
  • ef3fcc5 Reduce code duplication in future::block_on
  • e19ced4 breaking: Import ready and pending from libstd
  • d6a3bdc Add smol-rs logo (#72)
  • 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 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/345 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/30/2023 **Status:** ✅ Merged **Merged:** 10/30/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/futures-lite-2.0.0` --- ### 📝 Commits (1) - [`bc74f6f`](https://github.com/JakeStanger/ironbar/commit/bc74f6f802a7554b1b20b43665d7dbfb55562721) build(deps): bump futures-lite from 1.13.0 to 2.0.0 ### 📊 Changes **2 files changed** (+33 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+32 -11) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 1.13.0 to 2.0.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.0.0</h2> <ul> <li><strong>Breaking:</strong> Expose <code>future::{ready, pending}</code> from <code>core</code> instead of defining our own. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/73">#73</a>)</li> <li><strong>Breaking:</strong> The <code>TryZip</code> and <code>Zip</code> combinators are modified to have a cleaner API, where generic constraints are not necessary on the structure itself at the cost of additional generics. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/74">#74</a>)</li> <li>Add a way to use racey futures on <code>no_std</code> by providing your own seed. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/75">#75</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.0.0</h1> <ul> <li><strong>Breaking:</strong> Expose <code>future::{ready, pending}</code> from <code>core</code> instead of defining our own. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/73">#73</a>)</li> <li><strong>Breaking:</strong> The <code>TryZip</code> and <code>Zip</code> combinators are modified to have a cleaner API, where generic constraints are not necessary on the structure itself at the cost of additional generics. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/74">#74</a>)</li> <li>Add a way to use racey futures on <code>no_std</code> by providing your own seed. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/75">#75</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/smol-rs/futures-lite/commit/c8551a334c204549756a475b2aac175011b8ee4f"><code>c8551a3</code></a> v2.0.0</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/32cc46671c9076753a1ea0ad278695ac4f462199"><code>32cc466</code></a> Update actions/checkout action to v4</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/2234456b71cd5d20d67c3ee4c5e3c97a25912612"><code>2234456</code></a> Merge pull request <a href="https://redirect.github.com/smol-rs/futures-lite/issues/75">#75</a> from smol-rs/notgull/efficient-rng</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/b85ecf540f65a853f74c21a396349ca99fd42344"><code>b85ecf5</code></a> Bump MSRV to 1.61</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/ee3d5806f0e92ac6f754f3c63608414e15db722a"><code>ee3d580</code></a> Add racey functions for using your own RNG seed</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/074c0cadf4cb3e3700031feebc1654f24d094567"><code>074c0ca</code></a> Make racey futures use an internal RNG</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/7896fcce52691c6bc7bfdf2facaa10260b29efb4"><code>7896fcc</code></a> API BREAK: make zip/try_zip implementation cleaner</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/ef3fcc552a4cf1887170083b628fd880a976afc4"><code>ef3fcc5</code></a> Reduce code duplication in future::block_on</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/e19ced4582e86ed724d3da4bc9fc82cb65c41988"><code>e19ced4</code></a> breaking: Import ready and pending from libstd</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/d6a3bdc83c3dcd2891ff4e72d4baf5d92fc11c7a"><code>d6a3bdc</code></a> Add smol-rs logo (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/72">#72</a>)</li> <li>Additional commits viewable in <a href="https://github.com/smol-rs/futures-lite/compare/v1.13.0...v2.0.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=1.13.0&new-version=2.0.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 23:55:51 +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#3460
No description provided.