chore(deps): update rust-patch-updates #1382

Merged
Jade merged 1 commit from renovate/rust-patch-updates into main 2026-02-15 23:04:27 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
futures (source) workspace.dependencies patch 0.3.310.3.32
serde-saphyr workspace.dependencies patch 0.0.180.0.19
syn workspace.dependencies patch 2.0.1152.0.116

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)
bourumir-wyngs/serde-saphyr (serde-saphyr)

v0.0.19: Maintenance release

Compare Source

  • "garde", "validator", "figment", "miette", "robotics" are removed from default features again and must be explicitly enabled. These features were briefly made default between 0.0.17 and 0.0.18 inclusive. Features have no effect on the code that does not use them.

If you depend on these features, they can be easily enabled by listing them (ideally only the ones you need) in Cargo.toml:

[features]
default = ["garde", "validator", "figment", "miette", "robotics"]
dtolnay/syn (syn)

v2.0.116

Compare Source

  • Optimize parse_fn_arg_or_variadic for less lookahead on erroneous receiver (#​1968)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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)) | workspace.dependencies | patch | `0.3.31` → `0.3.32` | | [serde-saphyr](https://github.com/bourumir-wyngs/serde-saphyr) | workspace.dependencies | patch | `0.0.18` → `0.0.19` | | [syn](https://github.com/dtolnay/syn) | workspace.dependencies | patch | `2.0.115` → `2.0.116` | --- ### Release Notes <details> <summary>rust-lang/futures-rs (futures)</summary> ### [`v0.3.32`](https://github.com/rust-lang/futures-rs/blob/HEAD/CHANGELOG.md#0332---2026-02-15) [Compare Source](https://github.com/rust-lang/futures-rs/compare/0.3.31...0.3.32) - Bump MSRV of utility crates to 1.71. ([#&#8203;2989](https://github.com/rust-lang/futures-rs/issues/2989)) - Soft-deprecate `ready!` macro in favor of `std::task::ready!` added in Rust 1.64 ([#&#8203;2925](https://github.com/rust-lang/futures-rs/issues/2925)) - Soft-deprecate `pin_mut!` macro in favor of `std::pin::pin!` added in Rust 1.68 ([#&#8203;2929](https://github.com/rust-lang/futures-rs/issues/2929)) - Add `FuturesOrdered::clear` ([#&#8203;2927](https://github.com/rust-lang/futures-rs/issues/2927)) - Add `mpsc::*Receiver::recv` ([#&#8203;2947](https://github.com/rust-lang/futures-rs/issues/2947)) - Add `mpsc::*Receiver::try_recv` and deprecate `mpsc::*Receiver::::try_next` ([#&#8203;2944](https://github.com/rust-lang/futures-rs/issues/2944)) - Implement `FusedStream` for `sink::With` ([#&#8203;2948](https://github.com/rust-lang/futures-rs/issues/2948)) - Add `no_std` support for `shared` ([#&#8203;2868](https://github.com/rust-lang/futures-rs/issues/2868)) - Make `Mutex::new()` const ([#&#8203;2956](https://github.com/rust-lang/futures-rs/issues/2956)) - Add `#[clippy::has_significant_drop]` to guards ([#&#8203;2967](https://github.com/rust-lang/futures-rs/issues/2967)) - Remove dependency to `pin-utils` ([#&#8203;2929](https://github.com/rust-lang/futures-rs/issues/2929)) - Remove dependency on `num_cpus` ([#&#8203;2946](https://github.com/rust-lang/futures-rs/issues/2946)) - Performance improvements ([#&#8203;2983](https://github.com/rust-lang/futures-rs/issues/2983)) - Documentation improvements ([#&#8203;2925](https://github.com/rust-lang/futures-rs/issues/2925), [#&#8203;2926](https://github.com/rust-lang/futures-rs/issues/2926), [#&#8203;2940](https://github.com/rust-lang/futures-rs/issues/2940), [#&#8203;2971](https://github.com/rust-lang/futures-rs/issues/2971)) </details> <details> <summary>bourumir-wyngs/serde-saphyr (serde-saphyr)</summary> ### [`v0.0.19`](https://github.com/bourumir-wyngs/serde-saphyr/releases/tag/0.0.19): Maintenance release [Compare Source](https://github.com/bourumir-wyngs/serde-saphyr/compare/0.0.18...0.0.19) - "garde", "validator", "figment", "miette", "robotics" are removed from default features again and must be explicitly enabled. These features were briefly made default between 0.0.17 and 0.0.18 inclusive. Features have no effect on the code that does not use them. If you depend on these features, they can be easily enabled by listing them (ideally only the ones you need) in Cargo.toml: ```toml [features] default = ["garde", "validator", "figment", "miette", "robotics"] ``` </details> <details> <summary>dtolnay/syn (syn)</summary> ### [`v2.0.116`](https://github.com/dtolnay/syn/releases/tag/2.0.116) [Compare Source](https://github.com/dtolnay/syn/compare/2.0.115...2.0.116) - Optimize parse\_fn\_arg\_or\_variadic for less lookahead on erroneous receiver ([#&#8203;1968](https://github.com/dtolnay/syn/issues/1968)) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MC4yIiwidXBkYXRlZEluVmVyIjoiNDIuNzAuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jaWVzIiwiRGVwZW5kZW5jaWVzL1Jlbm92YXRlIl19-->
chore(deps): update rust-patch-updates
Some checks failed
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m21s
Documentation / Build and Deploy Documentation (pull_request) Successful in 4m23s
Update flake hashes / update-flake-hashes (pull_request) Successful in 48s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been cancelled
02f85fa123
Jade merged commit 55ccfdb973 into main 2026-02-15 23:04:27 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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
continuwuation/continuwuity!1382
No description provided.