Skip to content

chore(deps): update rust crate futures to v0.3.32#513

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rust-futures-monorepo
Open

chore(deps): update rust crate futures to v0.3.32#513
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rust-futures-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2024

This PR contains the following updates:

Package Type Update Change
futures (source) workspace.dependencies patch 0.3.300.3.32

Release Notes

rust-lang/futures-rs (futures)

v0.3.32

Compare Source

  • Bump MSRV of utility crates to 1.71. (#​2989)
  • Soft-deprecate ready! macro in favor of std::task::ready! added in Rust 1.64 (#​2925)
  • Soft-deprecate pin_mut! macro in favor of std::pin::pin! added in Rust 1.68 (#​2929)
  • Add FuturesOrdered::clear (#​2927)
  • Add mpsc::*Receiver::recv (#​2947)
  • Add mpsc::*Receiver::try_recv and deprecate mpsc::*Receiver::::try_next (#​2944)
  • Implement FusedStream for sink::With (#​2948)
  • Add no_std support for shared (#​2868)
  • Make Mutex::new() const (#​2956)
  • Add #[clippy::has_significant_drop] to guards (#​2967)
  • Remove dependency to pin-utils (#​2929)
  • Remove dependency on num_cpus (#​2946)
  • Performance improvements (#​2983)
  • Documentation improvements (#​2925, #​2926, #​2940, #​2971)

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 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.


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

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

@renovate renovate bot changed the title chore(deps): update rust crate futures to v0.3.31 fix(deps): update rust crate futures to v0.3.31 Dec 16, 2024
@renovate renovate bot changed the title fix(deps): update rust crate futures to v0.3.31 chore(deps): update rust crate futures to v0.3.31 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/rust-futures-monorepo branch from 5fd560e to fe318b9 Compare January 27, 2025 15:07
@renovate renovate bot force-pushed the renovate/rust-futures-monorepo branch 2 times, most recently from ddf0d32 to 78a2c26 Compare January 28, 2025 14:53
@renovate renovate bot force-pushed the renovate/rust-futures-monorepo branch 6 times, most recently from f71b4c4 to 25b482f Compare August 13, 2025 15:49
@renovate renovate bot force-pushed the renovate/rust-futures-monorepo branch from 25b482f to 0cbf246 Compare January 27, 2026 13:53
@renovate renovate bot force-pushed the renovate/rust-futures-monorepo branch from 0cbf246 to f0fcfc1 Compare February 15, 2026 14:31
@renovate renovate bot changed the title chore(deps): update rust crate futures to v0.3.31 chore(deps): update rust crate futures to v0.3.32 Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants