Skip to content

Bump quiche from 0.24.9 to 0.25.0 in /service - #173

Merged
t895 merged 1 commit into
a-couple-updatesfrom
dependabot/cargo/service/quiche-0.25.0
Feb 15, 2026
Merged

Bump quiche from 0.24.9 to 0.25.0 in /service#173
t895 merged 1 commit into
a-couple-updatesfrom
dependabot/cargo/service/quiche-0.25.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 14, 2026

Copy link
Copy Markdown
Contributor

Bumps quiche from 0.24.9 to 0.25.0.

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
  • f5ab843 quiche: release 0.25.0
  • 6ce30ab task-killswitch: release 0.2.1
  • ae79ead datagram-socket: release 0.7.0
  • 839a3e9 qlog: release 0.16.0
  • 0be9374 tokio-quiche: Add test for active connection migration
  • 444fb3e tokio-quiche: Refresh connection IDs in IoWorker::work_loop
  • a358740 tokio-quiche: Remove socket_cookie from API
  • 5b3b005 tokio-quiche: Remove separate tq-internal connection ID
  • cf5eb0e tokio-quiche: Distinguish retry_scid from "real" SCID
  • cd78c74 quiche: Add accept_with_retry connection constructor
  • Additional commits viewable 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)

Bumps [quiche](https://github.com/cloudflare/quiche) from 0.24.9 to 0.25.0.
- [Release notes](https://github.com/cloudflare/quiche/releases)
- [Commits](cloudflare/quiche@0.24.9...0.25.0)

---
updated-dependencies:
- dependency-name: quiche
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 14, 2026
@t895
t895 merged commit 97d74d2 into a-couple-updates Feb 15, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/cargo/service/quiche-0.25.0 branch February 15, 2026 00:08
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