Skip to content

fix(deps): bump h2 to 0.4.16 for RUSTSEC-2026-0258 - #220

Merged
lxsaah merged 1 commit into
mainfrom
claude/issue-206-pr-218-review-aqdzmk
Aug 18, 2026
Merged

fix(deps): bump h2 to 0.4.16 for RUSTSEC-2026-0258#220
lxsaah merged 1 commit into
mainfrom
claude/issue-206-pr-218-review-aqdzmk

Conversation

@lxsaah

@lxsaah lxsaah commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

cargo deny check started failing on main after RUSTSEC-2026-0258 was
published against h2 <0.4.16: empty DATA frames were accepted and queued
without limit, so an undrained stream could grow memory without bound or
panic on length overflow. h2 reaches us transitively through hyper (axum,
reqwest) — no first-party code is involved.

Lockfile-only change via cargo update -p h2. The resolver also re-points
nu-ansi-term at windows-sys 0.61.2, which was already in the lockfile.

cargo deny check now reports: advisories ok, bans ok, licenses ok,
sources ok.

`cargo deny check` started failing on main after RUSTSEC-2026-0258 was
published against h2 <0.4.16: empty DATA frames were accepted and queued
without limit, so an undrained stream could grow memory without bound or
panic on length overflow. h2 reaches us transitively through hyper (axum,
reqwest) — no first-party code is involved.

Lockfile-only change via `cargo update -p h2`. The resolver also re-points
nu-ansi-term at windows-sys 0.61.2, which was already in the lockfile.

`cargo deny check` now reports: advisories ok, bans ok, licenses ok,
sources ok.
@lxsaah
lxsaah merged commit c1835de into main Aug 18, 2026
10 checks passed
@lxsaah
lxsaah deleted the claude/issue-206-pr-218-review-aqdzmk branch August 18, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants