chore(deps): bump h2 0.4.14 -> 0.4.17 to clear RUSTSEC-2026-0258 (V2-1045) - #177
Merged
Conversation
…1045)
cargo audit fails on every PR: h2 0.4.14 is subject to RUSTSEC-2026-0258
("h2 unbounded empty DATA frames", fixed in >=0.4.16). Lockfile-only
patch bump, applied surgically so resolver skew between local cargo
versions doesn't churn unrelated pins: h2's dependency list is
unchanged between 0.4.14 and 0.4.17, so the diff is exactly
version + checksum. Verified with cargo check --locked --workspace.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
jacderida
approved these changes
Aug 25, 2026
This was referenced Aug 25, 2026
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linear issue
V2-1045
Risk tier
Lockfile-only patch bump of an existing transitive dependency (h2 is HTTP/2 internals under reqwest/tonic/axum); no manifest or code change.
Compatibility
Semver impact
Test evidence
cargo auditcurrently flags RUSTSEC-2026-0258 (h2 0.4.14, "unbounded empty DATA frames", fixed in >=0.4.16) on every PR — e.g. feat(network): NetworkHealth snapshot + write-readiness formula in ant-core (V2-1037) #174's Security Audit job. This PR's Security Audit run is the real test: it should go green.cargo check --locked --workspacepasses (lockfile consistency + full compile with 0.4.17).New dependency
none (patch bump of an existing transitive dependency)
ADR
n/a
Mitigation / rollback
Lockfile-only — revert the single commit.
🤖 Generated with Claude Code