Skip to content

fix(deps): bump anyhow 1.0.103 and quinn-proto 0.11.15 for RUSTSEC advisories - #452

Merged
Destynova2 merged 1 commit into
mainfrom
fix/rustsec-bumps
Jul 2, 2026
Merged

fix(deps): bump anyhow 1.0.103 and quinn-proto 0.11.15 for RUSTSEC advisories#452
Destynova2 merged 1 commit into
mainfrom
fix/rustsec-bumps

Conversation

@Destynova2

Copy link
Copy Markdown
Contributor

Summary

Lockfile-only dependency bumps clearing the two open RUSTSEC advisories with published fixes:

  • anyhow 1.0.102 → 1.0.103 — fixes RUSTSEC-2026-0190, an unsoundness in Error::downcast_mut() after Error::context(). anyhow is a direct dependency compiled into the binary.
  • quinn-proto 0.11.14 → 0.11.15 — fixes RUSTSEC-2026-0185, remote memory exhaustion from unbounded out-of-order stream reassembly. quinn-proto is only present in the lockfile through reqwest's disabled http3 feature and is never compiled, so there is no runtime exposure; the bump clears the daily cargo-audit alert.

No source or manifest changes — Cargo.lock only.

Closes #450
Closes #449

🤖 Generated with Claude Code

…visories

anyhow 1.0.102 -> 1.0.103 fixes RUSTSEC-2026-0190 (unsoundness in
Error::downcast_mut after Error::context).

quinn-proto 0.11.14 -> 0.11.15 fixes RUSTSEC-2026-0185 (remote memory
exhaustion from unbounded out-of-order stream reassembly). quinn-proto
is only a lockfile entry via reqwest's disabled http3 feature and is
never compiled, but bumping it clears the daily cargo-audit alert.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@Destynova2
Destynova2 enabled auto-merge July 2, 2026 16:32
@Destynova2
Destynova2 merged commit 53ba936 into main Jul 2, 2026
41 checks passed
@Destynova2
Destynova2 deleted the fix/rustsec-bumps branch July 2, 2026 16:43
Destynova2 added a commit that referenced this pull request Jul 2, 2026
Same anyhow 1.0.103 / quinn-proto 0.11.15 content as main, so the
pre-push cargo-deny advisories gate passes on this branch; merges
cleanly as the files are identical.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant