chore(deps): update rust-zerover-patch-updates #1687

Open
renovate wants to merge 1 commit from renovate/rust-zerover-patch-updates into main
Collaborator

This PR contains the following updates:

Package Type Update Change
axum workspace.dependencies patch 0.8.80.8.9
axum-extra workspace.dependencies patch 0.12.50.12.6
libc workspace.dependencies patch 0.2.1840.2.185
rustls workspace.dependencies patch 0.23.370.23.38

Release Notes

tokio-rs/axum (axum)

v0.8.9

Compare Source

  • added: WebSocketUpgrade::{requested_protocols, set_selected_protocol} for more flexible subprotocol selection (#​3597)
  • changed: Update minimum rust version to 1.80 (#​3620)
  • fixed: Set connect endpoint on correct field in MethodRouter (#​3656)
  • fixed: Return specific error message when multipart body limit is exceeded (#​3611)
rust-lang/libc (libc)

v0.2.185

Compare Source

Added
  • EspIDF: Add espidf_picolibc cfg for picolibc O_* flag values (#​5035)
  • Hexagon: add missing constants and fix types for linux-musl (#​5042)
  • Redox: Add semaphore functions (#​5051)
  • Windows: Add sprintf, snprintf, and the scanf family (#​5024)
Fixed
  • Hexagon: Decouple time64 types from musl symbol redirects (#​5040)
  • Horizon: Change POLL constants from c_short to c_int (#​5045)

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.

👻 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 | |---|---|---|---| | [axum](https://github.com/tokio-rs/axum) | workspace.dependencies | patch | `0.8.8` → `0.8.9` | | [axum-extra](https://github.com/tokio-rs/axum) | workspace.dependencies | patch | `0.12.5` → `0.12.6` | | [libc](https://github.com/rust-lang/libc) | workspace.dependencies | patch | `0.2.184` → `0.2.185` | | [rustls](https://github.com/rustls/rustls) | workspace.dependencies | patch | `0.23.37` → `0.23.38` | --- ### Release Notes <details> <summary>tokio-rs/axum (axum)</summary> ### [`v0.8.9`](https://github.com/tokio-rs/axum/releases/tag/axum-v0.8.9) [Compare Source](https://github.com/tokio-rs/axum/compare/axum-v0.8.8...axum-v0.8.9) - **added:** `WebSocketUpgrade::{requested_protocols, set_selected_protocol}` for more flexible subprotocol selection ([#&#8203;3597]) - **changed:** Update minimum rust version to 1.80 ([#&#8203;3620]) - **fixed:** Set connect endpoint on correct field in MethodRouter ([#&#8203;3656]) - **fixed:** Return specific error message when multipart body limit is exceeded ([#&#8203;3611]) [#&#8203;3597]: https://github.com/tokio-rs/axum/pull/3597 [#&#8203;3620]: https://github.com/tokio-rs/axum/pull/3620 [#&#8203;3656]: https://github.com/tokio-rs/axum/pull/3656 [#&#8203;3611]: https://github.com/tokio-rs/axum/pull/3611 </details> <details> <summary>rust-lang/libc (libc)</summary> ### [`v0.2.185`](https://github.com/rust-lang/libc/releases/tag/0.2.185) [Compare Source](https://github.com/rust-lang/libc/compare/0.2.184...0.2.185) ##### Added - EspIDF: Add `espidf_picolibc` cfg for picolibc `O_*` flag values ([#&#8203;5035](https://github.com/rust-lang/libc/pull/5035)) - Hexagon: add missing constants and fix types for linux-musl ([#&#8203;5042](https://github.com/rust-lang/libc/pull/5042)) - Redox: Add semaphore functions ([#&#8203;5051](https://github.com/rust-lang/libc/pull/5051)) - Windows: Add `sprintf`, `snprintf`, and the `scanf` family ([#&#8203;5024](https://github.com/rust-lang/libc/pull/5024)) ##### Fixed - Hexagon: Decouple `time64` types from musl symbol redirects ([#&#8203;5040](https://github.com/rust-lang/libc/pull/5040)) - Horizon: Change `POLL` constants from `c_short` to `c_int` ([#&#8203;5045](https://github.com/rust-lang/libc/pull/5045)) </details> --- ### 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. 👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTEuMCIsInVwZGF0ZWRJblZlciI6IjQzLjExMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmNpZXMiLCJEZXBlbmRlbmNpZXMvUmVub3ZhdGUiXX0=-->
chore(deps): update rust-zerover-patch-updates
All checks were successful
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 28s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m11s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m16s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 7s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m43s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 11m2s
94d601f540
All checks were successful
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 28s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m11s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m16s
Required
Details
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 7s
Required
Details
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m43s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 11m2s
Required
Details
This pull request is blocked because it's outdated.
This branch is out-of-date with the base branch
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-zerover-patch-updates:renovate/rust-zerover-patch-updates
git switch renovate/rust-zerover-patch-updates
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!1687
No description provided.