Skip to content

chore: update vulnerable dependencies#3467

Merged
rakita merged 1 commit intomainfrom
fix/update-vulnerable-deps
Mar 2, 2026
Merged

chore: update vulnerable dependencies#3467
rakita merged 1 commit intomainfrom
fix/update-vulnerable-deps

Conversation

@rakita
Copy link
Copy Markdown
Member

@rakita rakita commented Mar 2, 2026

Summary

  • Bump keccak 0.1.5 → 0.1.6 — fixes unsoundness in opt-in ARMv8 assembly backend (low)
  • Bump time 0.3.45 → 0.3.47 — fixes stack exhaustion DoS (medium)
  • Bump bytes 1.11.0 → 1.11.1 — fixes integer overflow in BytesMut::reserve (medium)

Resolves 3 of 4 Dependabot alerts. The remaining alert (tracing-subscriber 0.2.25 → 0.3.20) is a breaking semver change pinned by upstream ark-poly and cannot be fixed from this repo.

Test plan

  • Lockfile-only change, no code changes
  • CI should pass as before

Fix 3 of 4 Dependabot alerts by bumping transitive dependencies:
- keccak 0.1.5 -> 0.1.6 (unsoundness in ARMv8 assembly backend)
- time 0.3.45 -> 0.3.47 (stack exhaustion DoS)
- bytes 1.11.0 -> 1.11.1 (integer overflow in BytesMut::reserve)

The 4th alert (tracing-subscriber 0.2.25 -> 0.3.20) requires an upstream
update in ark-poly and cannot be fixed from this repo.
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Mar 2, 2026

Merging this PR will not alter performance

✅ 176 untouched benchmarks


Comparing fix/update-vulnerable-deps (3d8f6d4) with main (78a8ff6)

Open in CodSpeed

@rakita rakita merged commit ddc0244 into main Mar 2, 2026
31 checks passed
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.

1 participant