Skip to content

Bump quiche from 0.26.0 to 0.26.1 in /service#193

Merged
t895 merged 1 commit intoa-couple-updatesfrom
dependabot/cargo/service/quiche-0.26.1
Mar 7, 2026
Merged

Bump quiche from 0.26.0 to 0.26.1 in /service#193
t895 merged 1 commit intoa-couple-updatesfrom
dependabot/cargo/service/quiche-0.26.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2026

Bumps quiche from 0.26.0 to 0.26.1.

Release notes

Sourced from quiche's releases.

🗓️ 0.23.0 / 0.23.1

⚠️ The 0.23.0 release has been yanked due to a broken dependency on the qlog crate and should not be used.

Breaking Changes:

  • The has_body field of the Headers event variant has been renamed to more_frames. It is also no longer possible to call send_response() (and related methods) multiple times, the new send_additional_headers() method should be used instead (see below).

Highlights:

  • Added proper support for sending additional headers after the initial request/response headers, via the new send_additional_headers(). Various HTTP/3 state transitions have also been tightened to ensure correct behaviour.
  • Added support for configuring the idle timeout per connection (rather than "globally" at the Config level) via the new Connection::set_max_idle_timeout() method.
  • Added dgram_recv and dgram_sent fields to the Stats structure tracking the number of received and sent DATAGRAM frames.
  • Added support for tracking and exposing "unknown" transport parameters received. This can optionally be enabled using the Config::enable_track_unknown_transport_parameters() option.
  • Many more bug fixes and performance improvements.

Full changelog at cloudflare/quiche@0.22.0...0.23.1

Commits
  • 445292f quiche: release 0.26.1
  • d6644f1 tokio-quiche: set sent error codes in audit stats
  • 62022d1 lib: Fix CUBIC epoch shift calculation during application-limited periods (#2...
  • 893fd97 tokio-quiche: release 0.16.0
  • See full diff in compare view

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 7, 2026
Bumps [quiche](https://github.com/cloudflare/quiche) from 0.26.0 to 0.26.1.
- [Release notes](https://github.com/cloudflare/quiche/releases)
- [Commits](cloudflare/quiche@0.26.0...0.26.1)

---
updated-dependencies:
- dependency-name: quiche
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Mar 7, 2026
@t895 t895 merged commit f234a56 into a-couple-updates Mar 7, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/cargo/service/quiche-0.26.1 branch March 7, 2026 23:49
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