Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps bytes from 1.11.0 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::reserve
Changelog

Sourced from bytes's changelog.

1.11.1 (February 3rd, 2026)

  • Fix integer overflow in BytesMut::reserve
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.11.0 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.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 3, 2026
@GlenDC
Copy link
Collaborator

GlenDC commented Feb 4, 2026

I recommend first merging in the open PR #82 and I can open for you a PR after that updating all deps, not just this. FWIW not a big fan of dependabot in general, it are very noisy PRs. I usually recommend just manually updating all deps twice per week. That's why the command just rust-update-deps is there, it should make that pretty trivial.

@GlenDC
Copy link
Collaborator

GlenDC commented Feb 5, 2026

I recommend first merging in the open PR #82 and I can open for you a PR after that updating all deps, not just this. FWIW not a big fan of dependabot in general, it are very noisy PRs. I usually recommend just manually updating all deps twice per week. That's why the command just rust-update-deps is there, it should make that pretty trivial.

In light of recent alignments I will open a dependency update PR later today. Which brings in new rama improvements/simplifications as well

GlenDC added a commit that referenced this pull request Feb 9, 2026
This replaces two security updates flagged by GitHub Dependabot:
* #95
* #89

All dependencies were updated, including a significant Rama upgrade.

The Rama update simplifies type erased error handling.
OpaqueError is now intended only for edge cases where
higher rank lifetime limitations require it.

In most cases BoxError should be used,
unless a strongly typed error is more appropriate.

Error context traits now make it easy to attach structured fields to errors.
This replaces manual string formatting and is both easier to use and lazier,
as formatting is deferred until the error is actually displayed.

This continues Rama’s incremental improvements driven by real world usage and feedback.
Upcoming work includes a new Uri type and follow up improvements enabled by it.
@GlenDC
Copy link
Collaborator

GlenDC commented Feb 9, 2026

Replaced by #99.

@GlenDC GlenDC closed this Feb 9, 2026
GlenDC added a commit that referenced this pull request Feb 9, 2026
update dependencies and apply security fixes

This replaces two security updates flagged by GitHub Dependabot:
* #95
* #89

All dependencies were updated, including a significant Rama upgrade.

The Rama update simplifies type erased error handling. OpaqueError is now intended only for edge cases where higher rank lifetime limitations require it.

In most cases BoxError should be used,
unless a strongly typed error is more appropriate.

Error context traits now make it easy to attach structured fields to errors. This replaces manual string formatting and is both easier to use and lazier, as formatting is deferred until the error is actually displayed.

This continues Rama’s incremental improvements driven by real world usage and feedback. Upcoming work includes a new Uri type and follow up improvements enabled by it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant