Skip to content

Bump quiche from 0.24.6 to 0.24.7 in /service - #142

Merged
t895 merged 1 commit into
a-couple-updatesfrom
dependabot/cargo/service/quiche-0.24.7
Jan 11, 2026
Merged

Bump quiche from 0.24.6 to 0.24.7 in /service#142
t895 merged 1 commit into
a-couple-updatesfrom
dependabot/cargo/service/quiche-0.24.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 10, 2026

Copy link
Copy Markdown
Contributor

Bumps quiche from 0.24.6 to 0.24.7.

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
  • d680c81 quiche: release 0.24.7
  • aea7592 Update tx_buffered when bytes are acked or lost on closed streams. (#2302)
  • 5852965 refactor: move error into its own file (#2301)
  • bda63e0 Delete old BBR and pacer implementations in the recovery/congestion directory...
  • 9e375b6 chore: Add missing apt-get update call prior to package install
  • 66fb806 Revert recent changes to datagram-socket SocketStats (#2286)
  • 86a79a7 tokio-quiche: command to update ConnectionStats (#2283)
  • 225b656 Temporary patch to fix windows CI (#2285)
  • c53da3f Clippy Fixes. (#2282)
  • 715c565 ci: update macOS image (#2276)
  • 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 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)

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

---
updated-dependencies:
- dependency-name: quiche
  dependency-version: 0.24.7
  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 Jan 10, 2026
@t895
t895 merged commit 2fa3a32 into a-couple-updates Jan 11, 2026
1 check passed
@t895
t895 deleted the dependabot/cargo/service/quiche-0.24.7 branch January 11, 2026 17:24
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