Bump bytes from 1.10.1 to 1.11.1 by dependabot[bot] · Pull Request #84 · unipept/unipept-api
Bumps bytes from 1.10.1 to 1.11.1.
Release notes
Sourced from bytes's releases.
Bytes v1.11.1
1.11.1 (February 3rd, 2026)
- Fix integer overflow in
BytesMut::reserveBytes v1.11.0
1.11.0 (November 14th, 2025)
- Bump MSRV to 1.57 (#788)
Fixed
- fix:
BytesMutonly reuse if src has remaining (#803)- Specialize
BytesMut::put::<Bytes>(#793)- Reserve capacity in
BytesMut::put(#794)- Change
BytesMut::remaining_mutto useisize::MAXinstead ofusize::MAX(#795)Internal changes
Changelog
Sourced from bytes's changelog.
1.11.1 (February 3rd, 2026)
- Fix integer overflow in
BytesMut::reserve1.11.0 (November 14th, 2025)
- Bump MSRV to 1.57 (#788)
Fixed
- fix:
BytesMutonly reuse if src has remaining (#803)- Specialize
BytesMut::put::<Bytes>(#793)- Reserve capacity in
BytesMut::put(#794)- Change
BytesMut::remaining_mutto useisize::MAXinstead ofusize::MAX(#795)Internal changes
Commits
417dccdRelease bytes v1.11.1 (#820)d0293b0Merge commit from forka7952fbchore: prepare bytes v1.11.0 (#804)60cbb77fix:BytesMutonly reuse if src has remaining (#803)7ce330fMove drop_fn of from_owner into vtable (#801)4b53a29Tweak BytesMut::remaining_mut (#795)016fdbdReserve capacity in BytesMut::put (#794)ef7f257Specialize BytesMut::put::<Bytes> (#793)8b4f54dIgnore BytesMut::freeze doctest on wasm (#790)16132adFix latest clippy warnings (#787)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.