maxjoehnk / sidenotes

Show todos from different sources in a sidebar like app
https://maxjoehnk.github.io/sidenotes/
GNU General Public License v3.0
22 stars 3 forks source link

fix(deps): update rust crate futures to v0.3.31 #201

Open renovate[bot] opened 7 months ago

renovate[bot] commented 7 months ago

This PR contains the following updates:

Package Type Update Change
futures (source) dependencies patch 0.3.29 -> 0.3.31

Release Notes

rust-lang/futures-rs (futures) ### [`v0.3.31`](https://redirect.github.com/rust-lang/futures-rs/blob/HEAD/CHANGELOG.md#0331---2024-10-05) [Compare Source](https://redirect.github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31) - Fix use after free of task in `FuturesUnordered` when dropped future panics ([#​2886](https://redirect.github.com/rust-lang/futures-rs/issues/2886)) - Fix soundness bug in `task::waker_ref` ([#​2830](https://redirect.github.com/rust-lang/futures-rs/issues/2830)) This is a breaking change but allowed because it is soundness bug fix. - Fix bugs in `AsyncBufRead::read_line` and `AsyncBufReadExt::lines` ([#​2884](https://redirect.github.com/rust-lang/futures-rs/issues/2884)) - Fix parsing issue in `select!`/`select_biased!` ([#​2832](https://redirect.github.com/rust-lang/futures-rs/issues/2832)) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted. - Work around issue due to upstream `Waker::will_wake` change ([#​2865](https://redirect.github.com/rust-lang/futures-rs/issues/2865)) - Add `stream::Iter::{get_ref,get_mut,into_inner}` ([#​2875](https://redirect.github.com/rust-lang/futures-rs/issues/2875)) - Add `future::AlwaysReady` ([#​2825](https://redirect.github.com/rust-lang/futures-rs/issues/2825)) - Relax trait bound on non-constructor methods of `io::{BufReader,BufWriter}` ([#​2848](https://redirect.github.com/rust-lang/futures-rs/issues/2848)) ### [`v0.3.30`](https://redirect.github.com/rust-lang/futures-rs/blob/HEAD/CHANGELOG.md#0330---2023-12-24) [Compare Source](https://redirect.github.com/rust-lang/futures-rs/compare/0.3.29...0.3.30) **Note:** This release of futures-util has been yanked due to a bug fixed in 0.3.31 and a compile failure with futures-task 0.3.31 and later. - Add `{BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of` ([#​2797](https://redirect.github.com/rust-lang/futures-rs/issues/2797)) - Fix panic in `FuturesUnordered::clear` ([#​2809](https://redirect.github.com/rust-lang/futures-rs/issues/2809)) - Fix panic in `AsyncBufReadExt::fill_buf` ([#​2801](https://redirect.github.com/rust-lang/futures-rs/issues/2801), [#​2812](https://redirect.github.com/rust-lang/futures-rs/issues/2812)) - Improve support for targets without atomic CAS ([#​2811](https://redirect.github.com/rust-lang/futures-rs/issues/2811)) - Remove build scripts ([#​2811](https://redirect.github.com/rust-lang/futures-rs/issues/2811))

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.