chore(deps): bump bytes from 1.10.1 to 1.11.1 in the cargo group across 1 directory#94
chore(deps): bump bytes from 1.10.1 to 1.11.1 in the cargo group across 1 directory#94dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
📚 Storybook PreviewThis preview will be updated automatically when new commits are pushed to this PR. |
Bumps the cargo group with 1 update in the / directory: [bytes](https://github.com/tokio-rs/bytes). Updates `bytes` from 1.10.1 to 1.11.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.10.1...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
d99ed75 to
032931a
Compare
There was a problem hiding this comment.
LGTM — straightforward Dependabot lock file bump with no logic changes.
Extended reasoning...
Overview
This PR modifies only Cargo.lock, bumping the bytes crate from 1.10.1 to 1.11.1. The diff is two lines: version string and checksum. No Cargo.toml changes, no application code changes.
Security risks
None. This is a patch/minor version bump of a well-known, widely-audited crate from the Tokio ecosystem. The 1.11.1 release specifically fixes an integer overflow in BytesMut::reserve, which is a correctness improvement. The new checksum is recorded in the lock file, ensuring supply-chain integrity.
Level of scrutiny
Minimal scrutiny needed. Cargo.lock changes are auto-generated and mechanical. The bytes crate is an indirect dependency (used via rkyv, bytes-str, etc.), and this is a semver-compatible update. Dependabot compatibility score indicates high confidence in the upgrade.
Other factors
No prior reviews exist on this PR. No bugs were identified by the automated bug hunting system. The only automated comments are the standard no-changeset warning (expected for a lock file-only dep bump) and Storybook preview — neither requires action.
Bumps the cargo group with 1 update in the / directory: bytes.
Updates
bytesfrom 1.10.1 to 1.11.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
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)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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.