[PR #398] [CLOSED] build(deps): bump futures-lite from 2.1.0 to 2.2.0 #4909

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/398
Author: @dependabot[bot]
Created: 1/8/2024
Status: Closed

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


📝 Commits (1)

  • 3c84494 build(deps): bump futures-lite from 2.1.0 to 2.2.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.1.0 to 2.2.0.

Release notes

Sourced from futures-lite's releases.

v2.2.0

  • Relax Unpin bounds on io::copy. (#87)
  • Implement size_hint for stream::Filter. (#88)
  • Relax MSRV to 1.60. (#90)
Changelog

Sourced from futures-lite's changelog.

Version 2.2.0

  • Relax Unpin bounds on io::copy. (#87)
  • Implement size_hint for stream::Filter. (#88)
  • Relax MSRV to 1.60. (#90)
Commits
  • 2e55568 Release 2.2.0
  • 7edb0e5 Fix clippy::redundant_guards warning
  • d6f2a9b Migrate to Rust 2021
  • e6be4dd Relax MSRV to 1.60
  • 51908bd ci: Use cargo-hack's --rust-version flag for msrv check
  • abb80b9 feat: Implement size_hint for stream::Filter
  • 3b14c82 feat: Relax Unpin bounds on io::copy
  • See full diff 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/398 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/8/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/futures-lite-2.2.0` --- ### 📝 Commits (1) - [`3c84494`](https://github.com/JakeStanger/ironbar/commit/3c84494a17cba73789161c01f504359986befded) build(deps): bump futures-lite from 2.1.0 to 2.2.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.1.0 to 2.2.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.2.0</h2> <ul> <li>Relax <code>Unpin</code> bounds on <code>io::copy</code>. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/87">#87</a>)</li> <li>Implement <code>size_hint</code> for <code>stream::Filter</code>. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/88">#88</a>)</li> <li>Relax MSRV to 1.60. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/90">#90</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.2.0</h1> <ul> <li>Relax <code>Unpin</code> bounds on <code>io::copy</code>. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/87">#87</a>)</li> <li>Implement <code>size_hint</code> for <code>stream::Filter</code>. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/88">#88</a>)</li> <li>Relax MSRV to 1.60. (<a href="https://redirect.github.com/smol-rs/futures-lite/issues/90">#90</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/smol-rs/futures-lite/commit/2e555681d54dedb5f18455deb8d403386a368729"><code>2e55568</code></a> Release 2.2.0</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/7edb0e597f01a910f90baec4c61485bb0c9b181a"><code>7edb0e5</code></a> Fix clippy::redundant_guards warning</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/d6f2a9bd32b3bb43affbd137e800e6776460b699"><code>d6f2a9b</code></a> Migrate to Rust 2021</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/e6be4ddba6ad36b448d151aed6d65e1112e9e815"><code>e6be4dd</code></a> Relax MSRV to 1.60</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/51908bd06922eea0f510d6d18b0ba7e3f2b45e20"><code>51908bd</code></a> ci: Use cargo-hack's --rust-version flag for msrv check</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/abb80b96b5874a49ebc3896259803aa75161160d"><code>abb80b9</code></a> feat: Implement size_hint for stream::Filter</li> <li><a href="https://github.com/smol-rs/futures-lite/commit/3b14c82b11c323939b4bc37ece8d8c0fc484dc1b"><code>3b14c82</code></a> feat: Relax Unpin bounds on io::copy</li> <li>See full diff in <a href="https://github.com/smol-rs/futures-lite/compare/v2.1.0...v2.2.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.1.0&new-version=2.2.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-23 00:55:46 +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#4909
No description provided.