chore(deps): update rust crate futures to v0.3.31 #117

Open
renovate-bot wants to merge 1 commit from renovate/rust-futures-monorepo into master
Member

This PR contains the following updates:

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

Release Notes

rust-lang/futures-rs (futures)

v0.3.31

Compare Source

  • Fix use after free of task in FuturesUnordered when dropped future panics (#​2886)
  • Fix soundness bug in task::waker_ref (#​2830)
    This is a breaking change but allowed because it is soundness bug fix.
  • Fix bugs in AsyncBufRead::read_line and AsyncBufReadExt::lines (#​2884)
  • Fix parsing issue in select!/select_biased! (#​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)
  • Add stream::Iter::{get_ref,get_mut,into_inner} (#​2875)
  • Add future::AlwaysReady (#​2825)
  • Relax trait bound on non-constructor methods of io::{BufReader,BufWriter} (#​2848)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [futures](https://rust-lang.github.io/futures-rs) ([source](https://github.com/rust-lang/futures-rs)) | dev-dependencies | patch | `0.3.30` -> `0.3.31` | --- ### Release Notes <details> <summary>rust-lang/futures-rs (futures)</summary> ### [`v0.3.31`](https://github.com/rust-lang/futures-rs/blob/HEAD/CHANGELOG.md#0331---2024-10-05) [Compare Source](https://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 ([#&#8203;2886](https://github.com/rust-lang/futures-rs/issues/2886)) - Fix soundness bug in `task::waker_ref` ([#&#8203;2830](https://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` ([#&#8203;2884](https://github.com/rust-lang/futures-rs/issues/2884)) - Fix parsing issue in `select!`/`select_biased!` ([#&#8203;2832](https://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 ([#&#8203;2865](https://github.com/rust-lang/futures-rs/issues/2865)) - Add `stream::Iter::{get_ref,get_mut,into_inner}` ([#&#8203;2875](https://github.com/rust-lang/futures-rs/issues/2875)) - Add `future::AlwaysReady` ([#&#8203;2825](https://github.com/rust-lang/futures-rs/issues/2825)) - Relax trait bound on non-constructor methods of `io::{BufReader,BufWriter}` ([#&#8203;2848](https://github.com/rust-lang/futures-rs/issues/2848)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjExNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-10-05 13:06:09 +05:30
renovate-bot added 1 commit 2024-10-05 13:06:09 +05:30
chore(deps): update rust crate futures to v0.3.31
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
b1aa61b2a3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/rust-futures-monorepo:renovate/rust-futures-monorepo
git checkout renovate/rust-futures-monorepo

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff renovate/rust-futures-monorepo
git checkout master
git merge --ff-only renovate/rust-futures-monorepo
git checkout renovate/rust-futures-monorepo
git rebase master
git checkout master
git merge --no-ff renovate/rust-futures-monorepo
git checkout master
git merge --squash renovate/rust-futures-monorepo
git checkout master
git merge --ff-only renovate/rust-futures-monorepo
git checkout master
git merge renovate/rust-futures-monorepo
git push origin master
Sign in to join this conversation.
No description provided.