chore(deps): update rust-non-major #1820

Open
renovate wants to merge 1 commit from renovate/rust-non-major into main
Collaborator

This PR contains the following updates:

Package Type Update Change
ctor workspace.dependencies patch 1.0.61.0.7
dtor workspace.dependencies patch 1.0.31.0.5
http workspace.dependencies patch 1.4.01.4.1
hyper (source) workspace.dependencies minor 1.9.01.10.1

Release Notes

mmastrac/linktime (ctor)

v1.0.7

Compare Source

What's Changed

  • Bump downstream link-section crate version and API updates.
  • Better error messages on bad attributes.

Full Changelog: https://github.com/mmastrac/linktime/compare/ctor-1.0.6...ctor-1.0.7

hyperium/http (http)

v1.4.1

Compare Source

  • Fix PathAndQuery::from_static() and from_shared() to reject inputs that do not start with /.
  • Fix Extend for HeaderMap to clamp max size hint and not overflow.
  • Fix header::IntoIter that could use-after-free if the generic value type could panic on drop.
  • Fix header::{IterMut, ValuesIterMut} to not violate stacked borrows.
hyperium/hyper (hyper)

v1.10.1

Compare Source

Bug Fixes

v1.10.0

Compare Source

Bug Fixes
Features

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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ctor](https://github.com/mmastrac/linktime) | workspace.dependencies | patch | `1.0.6` → `1.0.7` | | [dtor](https://github.com/mmastrac/linktime) | workspace.dependencies | patch | `1.0.3` → `1.0.5` | | [http](https://github.com/hyperium/http) | workspace.dependencies | patch | `1.4.0` → `1.4.1` | | [hyper](https://hyper.rs) ([source](https://github.com/hyperium/hyper)) | workspace.dependencies | minor | `1.9.0` → `1.10.1` | --- ### Release Notes <details> <summary>mmastrac/linktime (ctor)</summary> ### [`v1.0.7`](https://github.com/mmastrac/linktime/releases/tag/ctor-1.0.7) [Compare Source](https://github.com/mmastrac/linktime/compare/ctor-1.0.6...ctor-1.0.7) #### What's Changed - Bump downstream `link-section` crate version and API updates. - Better error messages on bad attributes. **Full Changelog**: <https://github.com/mmastrac/linktime/compare/ctor-1.0.6...ctor-1.0.7> </details> <details> <summary>hyperium/http (http)</summary> ### [`v1.4.1`](https://github.com/hyperium/http/blob/HEAD/CHANGELOG.md#141-May-25-2026) [Compare Source](https://github.com/hyperium/http/compare/v1.4.0...v1.4.1) - Fix `PathAndQuery::from_static()` and `from_shared()` to reject inputs that do not start with `/`. - Fix `Extend` for `HeaderMap` to clamp max size hint and not overflow. - Fix `header::IntoIter` that could use-after-free if the generic value type could panic on drop. - Fix `header::{IterMut, ValuesIterMut}` to not violate stacked borrows. </details> <details> <summary>hyperium/hyper (hyper)</summary> ### [`v1.10.1`](https://github.com/hyperium/hyper/blob/HEAD/CHANGELOG.md#v1101-2026-05-29) [Compare Source](https://github.com/hyperium/hyper/compare/v1.10.0...v1.10.1) ##### Bug Fixes - **http1:** fix busy loop when peer half-closes and open body ([#&#8203;4086](https://github.com/hyperium/hyper/issues/4086)) ([c6cb906f](https://github.com/hyperium/hyper/commit/c6cb906fdcbc3df64fc3fb613be57430e0387e48), closes [#&#8203;4085](https://github.com/hyperium/hyper/issues/4085)) ### [`v1.10.0`](https://github.com/hyperium/hyper/blob/HEAD/CHANGELOG.md#v1100-2026-05-27) [Compare Source](https://github.com/hyperium/hyper/compare/v1.9.0...v1.10.0) ##### Bug Fixes - **http1:** - send error when dispatcher is dropped mid-body ([#&#8203;4069](https://github.com/hyperium/hyper/issues/4069)) ([b7a679ba](https://github.com/hyperium/hyper/commit/b7a679bad5e17d106b4b54835153af4e72027f82), closes [#&#8203;3995](https://github.com/hyperium/hyper/issues/3995), [#&#8203;4016](https://github.com/hyperium/hyper/issues/4016)) - fix reading large bodies on 32-bit systems ([#&#8203;4056](https://github.com/hyperium/hyper/issues/4056)) ([b12f6525](https://github.com/hyperium/hyper/commit/b12f6525432e7fbe80b749fec26f8ed7723006fc), closes [#&#8203;4055](https://github.com/hyperium/hyper/issues/4055)) - fix rare missed write wakeup on connections v2 ([743a3ba0](https://github.com/hyperium/hyper/commit/743a3ba0706fde95e2095ad42ffefe219d807117)) - **http2:** - do not reserve capacity before body data is available ([#&#8203;4061](https://github.com/hyperium/hyper/issues/4061)) ([99f24345](https://github.com/hyperium/hyper/commit/99f243450268cfc8125ff232e0b7de016a1dce5b), closes [#&#8203;4003](https://github.com/hyperium/hyper/issues/4003)) - reading trailers shouldn't propagate `NO_ERROR` from early response ([#&#8203;3998](https://github.com/hyperium/hyper/issues/3998)) ([e5ad96b1](https://github.com/hyperium/hyper/commit/e5ad96b1c511b568f086100538586231628b1eab)) ##### Features - **http2:** - add `reset_stream_duration()` client option ([#&#8203;4068](https://github.com/hyperium/hyper/issues/4068)) ([156a6f6a](https://github.com/hyperium/hyper/commit/156a6f6aaacdc782861a4cab23ab3940a029d6ac), closes [#&#8203;2599](https://github.com/hyperium/hyper/issues/2599)) - Add 'header\_table\_size()' method to server builder ([#&#8203;4062](https://github.com/hyperium/hyper/issues/4062)) ([6c9182c4](https://github.com/hyperium/hyper/commit/6c9182c4e566e716d23e7b54ce2c75e064a9213a)) </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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE5NS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmNpZXMiLCJEZXBlbmRlbmNpZXMvUmVub3ZhdGUiXX0=-->
chore(deps): update rust crate http to v1.4.1
Some checks failed
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 26s
Checks / Prek / Check changed files (pull_request) Successful in 29s
Documentation / Build and Deploy Documentation (pull_request) Failing after 2m55s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 7s
Update flake hashes / update-flake-hashes (pull_request) Successful in 2m14s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 3m45s
Checks / Prek / Pre-commit & Formatting (pull_request) Failing after 25m23s
9f65c3ccbd
renovate force-pushed renovate/rust-non-major from 9f65c3ccbd
Some checks failed
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 26s
Checks / Prek / Check changed files (pull_request) Successful in 29s
Documentation / Build and Deploy Documentation (pull_request) Failing after 2m55s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 7s
Update flake hashes / update-flake-hashes (pull_request) Successful in 2m14s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 3m45s
Checks / Prek / Pre-commit & Formatting (pull_request) Failing after 25m23s
to 0b8e357ed0
Some checks failed
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m31s
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Prek / Pre-commit & Formatting (pull_request) Failing after 5m20s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 6m0s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 7s
Documentation / Build and Deploy Documentation (pull_request) Failing after 2m17s
2026-05-28 05:03:33 +00:00
Compare
renovate changed title from chore(deps): update rust crate http to v1.4.1 to chore(deps): update rust-non-major 2026-05-28 05:03:38 +00:00
renovate force-pushed renovate/rust-non-major from 0b8e357ed0
Some checks failed
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m31s
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Prek / Pre-commit & Formatting (pull_request) Failing after 5m20s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 6m0s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 7s
Documentation / Build and Deploy Documentation (pull_request) Failing after 2m17s
to 38c21b4178
Some checks failed
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 6s
Checks / Prek / Check changed files (pull_request) Successful in 7s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m1s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m32s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m14s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 25s
2026-05-29 05:06:01 +00:00
Compare
renovate force-pushed renovate/rust-non-major from 38c21b4178
Some checks failed
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 6s
Checks / Prek / Check changed files (pull_request) Successful in 7s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m1s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m32s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m14s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 25s
to ddb59609a2
All checks were successful
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 8s
Checks / Prek / Check changed files (pull_request) Successful in 7s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m13s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m31s
Documentation / Build and Deploy Documentation (pull_request) Successful in 2m30s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 11m8s
2026-05-30 05:04:50 +00:00
Compare
renovate force-pushed renovate/rust-non-major from ddb59609a2
All checks were successful
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 8s
Checks / Prek / Check changed files (pull_request) Successful in 7s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m13s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m31s
Documentation / Build and Deploy Documentation (pull_request) Successful in 2m30s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 11m8s
to ded78b8359
All checks were successful
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 6s
Documentation / Build and Deploy Documentation (pull_request) Successful in 57s
Checks / Prek / Check changed files (pull_request) Successful in 4s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m23s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m36s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 10m48s
2026-05-31 05:04:39 +00:00
Compare
All checks were successful
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 6s
Required
Details
Documentation / Build and Deploy Documentation (pull_request) Successful in 57s
Checks / Prek / Check changed files (pull_request) Successful in 4s
Required
Details
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m23s
Required
Details
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m36s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 10m48s
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-non-major:renovate/rust-non-major
git switch renovate/rust-non-major
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!1820
No description provided.