chore(deps): update rust crate bytes to v1.12.1 #7

Open
renovate wants to merge 1 commit from renovate/bytes-1.x-lockfile into main
Member

This PR contains the following updates:

Package Type Update Change
bytes dependencies minor 1.11.11.12.1

Release Notes

tokio-rs/bytes (bytes)

v1.12.1

Compare Source

Fixed
  • Properly handle when Box::new panics (#​837)

v1.12.0

Compare Source

Added
  • Add BytesMut::extend_from_within() (#​818)
  • Add BytesMut::try_unsplit() (#​746)
Fixed
  • Fix panic in get_int if nbytes is zero (#​806)
Changed
  • Pass vtable data by value (#​826)
  • Exclude development scripts from published package (#​810)
Documented
  • Document that BytesMut::{reserve,try_reserve} doesn't preserve unused capacity (#​808)

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.

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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bytes](https://github.com/tokio-rs/bytes) | dependencies | minor | `1.11.1` → `1.12.1` | --- ### Release Notes <details> <summary>tokio-rs/bytes (bytes)</summary> ### [`v1.12.1`](https://github.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#1121-July-8th-2026) [Compare Source](https://github.com/tokio-rs/bytes/compare/v1.12.0...v1.12.1) ##### Fixed - Properly handle when `Box::new` panics ([#&#8203;837](https://github.com/tokio-rs/bytes/issues/837)) ### [`v1.12.0`](https://github.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#1120-June-18th-2026) [Compare Source](https://github.com/tokio-rs/bytes/compare/v1.11.1...v1.12.0) ##### Added - Add `BytesMut::extend_from_within()` ([#&#8203;818](https://github.com/tokio-rs/bytes/issues/818)) - Add `BytesMut::try_unsplit()` ([#&#8203;746](https://github.com/tokio-rs/bytes/issues/746)) ##### Fixed - Fix panic in `get_int` if `nbytes` is zero ([#&#8203;806](https://github.com/tokio-rs/bytes/issues/806)) ##### Changed - Pass vtable data by value ([#&#8203;826](https://github.com/tokio-rs/bytes/issues/826)) - Exclude development scripts from published package ([#&#8203;810](https://github.com/tokio-rs/bytes/issues/810)) ##### Documented - Document that `BytesMut::{reserve,try_reserve}` doesn't preserve unused capacity ([#&#8203;808](https://github.com/tokio-rs/bytes/issues/808)) </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. 🔕 **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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovate changed title from chore(deps): update rust crate bytes to v1.12.0 to chore(deps): update rust crate bytes to v1.12.1 2026-07-08 23:54:16 -07:00
renovate force-pushed renovate/bytes-1.x-lockfile from a716750556 to 4770dc2065 2026-07-08 23:54:17 -07:00 Compare
Some checks failed
gitleaks / scan (push) Failing after 1s
gitleaks / scan (pull_request) Failing after 1s
This pull request can be merged automatically.
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/bytes-1.x-lockfile:renovate/bytes-1.x-lockfile
git checkout renovate/bytes-1.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/bytes-1.x-lockfile
git checkout renovate/bytes-1.x-lockfile
git rebase main
git checkout main
git merge --ff-only renovate/bytes-1.x-lockfile
git checkout renovate/bytes-1.x-lockfile
git rebase main
git checkout main
git merge --no-ff renovate/bytes-1.x-lockfile
git checkout main
git merge --squash renovate/bytes-1.x-lockfile
git checkout main
git merge --ff-only renovate/bytes-1.x-lockfile
git checkout main
git merge renovate/bytes-1.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
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: Sulkta-OSS/skald#7
No description provided.