Skip to content

Update Rust crate futures to v0.3.32#11

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

Update Rust crate futures to v0.3.32#11
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rust-futures-monorepo

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented May 1, 2024

This PR contains the following updates:

Package Type Update Change
futures (source) dependencies patch 0.3.250.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)

v0.3.30

Compare Source

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)
  • Fix panic in FuturesUnordered::clear (#​2809)
  • Fix panic in AsyncBufReadExt::fill_buf (#​2801, #​2812)
  • Improve support for targets without atomic CAS (#​2811)
  • Remove build scripts (#​2811)

v0.3.29

Compare Source

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 TryStreamExt::try_ready_chunks (#​2757)
  • Add TryStreamExt::{try_all,try_any} (#​2783)
  • Add UnboundedSender::{len,is_empty} (#​2750)
  • Fix Sync impl of FuturesUnordered (#​2788)
  • Fix infinite loop caused by invalid UTF-8 bytes (#​2785)
  • Fix build error with -Z minimal-versions (#​2761)

v0.3.28

Compare Source

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.

v0.3.27

Compare Source

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.

v0.3.26

Compare Source

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 Either::as_pin_mut and Either::as_pin_ref (#​2691)
  • Add Shared::ptr_eq and Shared::ptr_hash (#​2691)
  • Implement FusedStream for Buffered (#​2676)
  • Implement FusedStream for all streams in ReadyChunks (#​2693)
  • Fix bug in FuturesOrdered::push_front (#​2664)
  • Remove Fut::Output: Clone bounds from some Shared methods (#​2662)
  • Remove T: Debug bounds from Debug implementations of mpsc and oneshot types (#​2666, #​2667)

Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update Rust crate futures to 0.3.30 Update Rust crate futures to v0.3.30 May 5, 2024
@renovate renovate Bot changed the title Update Rust crate futures to v0.3.30 Update Rust crate futures to v0.3.31 Oct 6, 2024
@renovate renovate Bot force-pushed the renovate/rust-futures-monorepo branch from 879e72e to 5bb935f Compare October 6, 2024 08:05
@renovate renovate Bot force-pushed the renovate/rust-futures-monorepo branch from 5bb935f to e359d1d Compare August 11, 2025 23:30
@renovate renovate Bot force-pushed the renovate/rust-futures-monorepo branch from e359d1d to 97d7899 Compare December 11, 2025 23:02
@renovate renovate Bot force-pushed the renovate/rust-futures-monorepo branch from 97d7899 to 149c516 Compare January 1, 2026 01:04
@renovate renovate Bot force-pushed the renovate/rust-futures-monorepo branch from 149c516 to e0fd4c9 Compare February 3, 2026 03:46
@renovate renovate Bot force-pushed the renovate/rust-futures-monorepo branch from e0fd4c9 to 8cae206 Compare February 13, 2026 00:09
@renovate renovate Bot changed the title Update Rust crate futures to v0.3.31 Update Rust crate futures to v0.3.32 Feb 16, 2026
@renovate renovate Bot force-pushed the renovate/rust-futures-monorepo branch from 8cae206 to 4115cff Compare February 16, 2026 20:08
@renovate renovate Bot force-pushed the renovate/rust-futures-monorepo branch from 4115cff to ce2a193 Compare March 1, 2026 19:57
@renovate renovate Bot force-pushed the renovate/rust-futures-monorepo branch from ce2a193 to 6ccee16 Compare March 14, 2026 11:38
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