chore(deps): update rust crate bytes to v1.11.0 #1170

Merged
ginger merged 1 commit from renovate/bytes-1.x-lockfile into main 2025-11-22 16:13:45 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
bytes workspace.dependencies minor 1.10.1 -> 1.11.0

Release Notes

tokio-rs/bytes (bytes)

v1.11.0

Compare Source

Fixed
  • fix: BytesMut only reuse if src has remaining (#​803)
  • Specialize BytesMut::put::<Bytes> (#​793)
  • Reserve capacity in BytesMut::put (#​794)
  • Change BytesMut::remaining_mut to use isize::MAX instead of usize::MAX (#​795)
Internal changes
  • Guarantee address in slice() for empty slices. (#​780)
  • Rename Vtable::to_* -> Vtable::into_* (#​776)
  • Fix latest clippy warnings (#​787)
  • Ignore BytesMut::freeze doctest on wasm (#​790)
  • Move drop_fn of from_owner into vtable (#​801)

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.

🔕 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 | |---|---|---|---| | [bytes](https://github.com/tokio-rs/bytes) | workspace.dependencies | minor | `1.10.1` -> `1.11.0` | --- ### Release Notes <details> <summary>tokio-rs/bytes (bytes)</summary> ### [`v1.11.0`](https://github.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#1110-November-14th-2025) [Compare Source](https://github.com/tokio-rs/bytes/compare/v1.10.1...v1.11.0) - Bump MSRV to 1.57 ([#&#8203;788](https://github.com/tokio-rs/bytes/issues/788)) ##### Fixed - fix: `BytesMut` only reuse if src has remaining ([#&#8203;803](https://github.com/tokio-rs/bytes/issues/803)) - Specialize `BytesMut::put::<Bytes>` ([#&#8203;793](https://github.com/tokio-rs/bytes/issues/793)) - Reserve capacity in `BytesMut::put` ([#&#8203;794](https://github.com/tokio-rs/bytes/issues/794)) - Change `BytesMut::remaining_mut` to use `isize::MAX` instead of `usize::MAX` ([#&#8203;795](https://github.com/tokio-rs/bytes/issues/795)) ##### Internal changes - Guarantee address in `slice()` for empty slices. ([#&#8203;780](https://github.com/tokio-rs/bytes/issues/780)) - Rename `Vtable::to_*` -> `Vtable::into_*` ([#&#8203;776](https://github.com/tokio-rs/bytes/issues/776)) - Fix latest clippy warnings ([#&#8203;787](https://github.com/tokio-rs/bytes/issues/787)) - Ignore `BytesMut::freeze` doctest on wasm ([#&#8203;790](https://github.com/tokio-rs/bytes/issues/790)) - Move `drop_fn` of `from_owner` into vtable ([#&#8203;801](https://github.com/tokio-rs/bytes/issues/801)) </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. 🔕 **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDYuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE0Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmNpZXMiLCJEZXBlbmRlbmNpZXMvUmVub3ZhdGUiXX0=-->
ginger force-pushed renovate/bytes-1.x-lockfile from 1884967464
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Successful in 50s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 3m7s
Update flake hashes / update-flake-hashes (pull_request) Successful in 18s
Release Docker Image / Build linux-amd64 (release) (pull_request) Successful in 8m18s
Release Docker Image / Build linux-arm64 (release) (pull_request) Successful in 7m18s
Release Docker Image / Create Multi-arch Release Manifest (pull_request) Successful in 16s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 20m56s
Release Docker Image / Build linux-amd64 (max-perf) (pull_request) Successful in 21m55s
Release Docker Image / Build linux-arm64 (max-perf) (pull_request) Successful in 18m29s
Release Docker Image / Create Max-Perf Manifest (pull_request) Successful in 17s
to ec01c0e148
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Successful in 41s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m49s
Update flake hashes / update-flake-hashes (pull_request) Successful in 20s
Release Docker Image / Create Multi-arch Release Manifest (pull_request) Has been cancelled
Release Docker Image / Build linux-amd64 (max-perf) (pull_request) Has been cancelled
Release Docker Image / Build linux-arm64 (max-perf) (pull_request) Has been cancelled
Release Docker Image / Create Max-Perf Manifest (pull_request) Has been cancelled
Release Docker Image / Build linux-amd64 (release) (pull_request) Has been cancelled
Release Docker Image / Build linux-arm64 (release) (pull_request) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 20m7s
2025-11-16 22:01:49 +00:00
Compare
ginger scheduled this pull request to auto merge when all checks succeed 2025-11-16 22:04:08 +00:00
ginger canceled auto merging this pull request when all checks succeed 2025-11-16 22:11:04 +00:00
ginger scheduled this pull request to auto merge when all checks succeed 2025-11-16 22:11:10 +00:00
ginger force-pushed renovate/bytes-1.x-lockfile from ec01c0e148
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Successful in 41s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m49s
Update flake hashes / update-flake-hashes (pull_request) Successful in 20s
Release Docker Image / Create Multi-arch Release Manifest (pull_request) Has been cancelled
Release Docker Image / Build linux-amd64 (max-perf) (pull_request) Has been cancelled
Release Docker Image / Build linux-arm64 (max-perf) (pull_request) Has been cancelled
Release Docker Image / Create Max-Perf Manifest (pull_request) Has been cancelled
Release Docker Image / Build linux-amd64 (release) (pull_request) Has been cancelled
Release Docker Image / Build linux-arm64 (release) (pull_request) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 20m7s
to c46092b664
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Failing after 17s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m46s
Release Docker Image / Build linux-amd64 (release) (pull_request) Successful in 8m7s
Update flake hashes / update-flake-hashes (pull_request) Successful in 16s
Release Docker Image / Build linux-arm64 (release) (pull_request) Successful in 8m37s
Release Docker Image / Create Multi-arch Release Manifest (pull_request) Successful in 18s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 27m21s
Release Docker Image / Build linux-amd64 (max-perf) (pull_request) Successful in 21m17s
Release Docker Image / Build linux-arm64 (max-perf) (pull_request) Successful in 17m15s
Release Docker Image / Create Max-Perf Manifest (pull_request) Successful in 16s
2025-11-21 14:26:18 +00:00
Compare
ginger force-pushed renovate/bytes-1.x-lockfile from c46092b664
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Failing after 17s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m46s
Release Docker Image / Build linux-amd64 (release) (pull_request) Successful in 8m7s
Update flake hashes / update-flake-hashes (pull_request) Successful in 16s
Release Docker Image / Build linux-arm64 (release) (pull_request) Successful in 8m37s
Release Docker Image / Create Multi-arch Release Manifest (pull_request) Successful in 18s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 27m21s
Release Docker Image / Build linux-amd64 (max-perf) (pull_request) Successful in 21m17s
Release Docker Image / Build linux-arm64 (max-perf) (pull_request) Successful in 17m15s
Release Docker Image / Create Max-Perf Manifest (pull_request) Successful in 16s
to 6781040b40
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Failing after 9s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 3m20s
Update flake hashes / update-flake-hashes (pull_request) Successful in 11s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 31m9s
2025-11-21 14:54:45 +00:00
Compare
ginger force-pushed renovate/bytes-1.x-lockfile from 6781040b40
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Failing after 9s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 3m20s
Update flake hashes / update-flake-hashes (pull_request) Successful in 11s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 31m9s
to e30953397b
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Successful in 49s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m19s
Update flake hashes / update-flake-hashes (pull_request) Successful in 16s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 14m21s
2025-11-21 16:36:39 +00:00
Compare
ginger merged commit 59f9b8bdb8 into main 2025-11-22 16:13:45 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 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
continuwuation/continuwuity!1170
No description provided.