Stonks3141 / pet-monitor-app

A simple pet monitor for Linux.
MIT License
12 stars 1 forks source link

chore(deps): update rust crate futures-lite to 2.2 #135

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
futures-lite workspace.dependencies minor 2.0 -> 2.2

Release Notes

smol-rs/futures-lite (futures-lite) ### [`v2.2.0`](https://togithub.com/smol-rs/futures-lite/blob/HEAD/CHANGELOG.md#Version-220) [Compare Source](https://togithub.com/smol-rs/futures-lite/compare/v2.1.0...v2.2.0) - Relax `Unpin` bounds on `io::copy`. ([#​87](https://togithub.com/smol-rs/futures-lite/issues/87)) - Implement `size_hint` for `stream::Filter`. ([#​88](https://togithub.com/smol-rs/futures-lite/issues/88)) - Relax MSRV to 1.60. ([#​90](https://togithub.com/smol-rs/futures-lite/issues/90)) ### [`v2.1.0`](https://togithub.com/smol-rs/futures-lite/blob/HEAD/CHANGELOG.md#Version-210) [Compare Source](https://togithub.com/smol-rs/futures-lite/compare/v2.0.1...v2.1.0) - Make it so `read_line` and other futures use a naive implementation of byte searching unless the `memchr` feature is enabled. This prevents needing to compile the `memchr` crate unless it is desired. ([#​77](https://togithub.com/smol-rs/futures-lite/issues/77)) ### [`v2.0.1`](https://togithub.com/smol-rs/futures-lite/blob/HEAD/CHANGELOG.md#Version-201) [Compare Source](https://togithub.com/smol-rs/futures-lite/compare/v2.0.0...v2.0.1) - Remove dependency on the `waker-fn` crate. ([#​81](https://togithub.com/smol-rs/futures-lite/issues/81))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.