fix(deps): update rust crate futures to 0.3.30 #53

Merged
kjuulh merged 1 commits from renovate/rust-futures-monorepo into main 2024-04-10 22:31:32 +02:00
Owner

This PR contains the following updates:

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

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

rust-lang/futures-rs

v0.3.30

Compare Source

  • 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

  • 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)

Configuration

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

🚦 Automerge: Enabled.

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)) | dependencies | patch | `0.3.28` -> `0.3.30` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>rust-lang/futures-rs</summary> ### [`v0.3.30`](https://github.com/rust-lang/futures-rs/blob/HEAD/CHANGELOG.md#&#8203;0330---2023-12-24) [Compare Source](https://github.com/rust-lang/futures-rs/compare/0.3.29...0.3.30) - Add `{BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of` ([#&#8203;2797](https://github.com/rust-lang/futures-rs/issues/2797)) - Fix panic in `FuturesUnordered::clear` ([#&#8203;2809](https://github.com/rust-lang/futures-rs/issues/2809)) - Fix panic in `AsyncBufReadExt::fill_buf` ([#&#8203;2801](https://github.com/rust-lang/futures-rs/issues/2801), [#&#8203;2812](https://github.com/rust-lang/futures-rs/issues/2812)) - Improve support for targets without atomic CAS ([#&#8203;2811](https://github.com/rust-lang/futures-rs/issues/2811)) - Remove build scripts ([#&#8203;2811](https://github.com/rust-lang/futures-rs/issues/2811)) ### [`v0.3.29`](https://github.com/rust-lang/futures-rs/blob/HEAD/CHANGELOG.md#&#8203;0329---2023-10-26) [Compare Source](https://github.com/rust-lang/futures-rs/compare/0.3.28...0.3.29) - Add `TryStreamExt::try_ready_chunks` ([#&#8203;2757](https://github.com/rust-lang/futures-rs/issues/2757)) - Add `TryStreamExt::{try_all,try_any}` ([#&#8203;2783](https://github.com/rust-lang/futures-rs/issues/2783)) - Add `UnboundedSender::{len,is_empty}` ([#&#8203;2750](https://github.com/rust-lang/futures-rs/issues/2750)) - Fix `Sync` impl of `FuturesUnordered` ([#&#8203;2788](https://github.com/rust-lang/futures-rs/issues/2788)) - Fix infinite loop caused by invalid UTF-8 bytes ([#&#8203;2785](https://github.com/rust-lang/futures-rs/issues/2785)) - Fix build error with -Z minimal-versions ([#&#8203;2761](https://github.com/rust-lang/futures-rs/issues/2761)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh added 1 commit 2023-10-26 17:14:34 +02:00
Update Rust crate futures to 0.3.29
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
5455e6b068
kjuulh changed title from Update Rust crate futures to 0.3.29 to Update Rust crate futures to 0.3.30 2023-12-24 16:14:57 +01:00
kjuulh force-pushed renovate/rust-futures-monorepo from 5455e6b068 to 0de365e922 2023-12-24 16:14:58 +01:00 Compare
kjuulh changed title from Update Rust crate futures to 0.3.30 to fix(deps): update rust crate futures to 0.3.30 2024-04-10 21:13:34 +02:00
kjuulh force-pushed renovate/rust-futures-monorepo from 0de365e922 to a3f338d4ce 2024-04-10 21:13:36 +02:00 Compare
kjuulh force-pushed renovate/rust-futures-monorepo from a3f338d4ce to dc446ec217 2024-04-10 21:45:12 +02:00 Compare
kjuulh merged commit dc446ec217 into main 2024-04-10 22:31:32 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/scel#53
No description provided.