security(deps): clear cargo-audit vuln + 2 unmaintained-crate warnings#31
Merged
hyperpolymath merged 2 commits intomainfrom Apr 22, 2026
Merged
Conversation
Resolves: - RUSTSEC-2026-0104 (reachable panic in rustls-webpki CRL parsing) via cargo update -p rustls-webpki --precise 0.103.13 - RUSTSEC-2025-0119 (number_prefix unmaintained) by bumping indicatif 0.17 → 0.18 — 0.18 replaces number_prefix with unit-prefix internally; only ProgressBar / ProgressStyle are used (main.rs:823-832), stable API - RUSTSEC-2021-0127 (serde_cbor unmaintained) by replacing with ciborium 0.2 in the verisim-gated proof_encoding module; 14/14 proof_encoding tests pass under --features verisim Remaining: RUSTSEC-2025-0134 (rustls-pemfile via tonic 0.12) — deferred; tonic 0.13 is a breaking-API bump and warrants its own branch. Verified: cargo check --lib, cargo check --bin echidna, cargo check --features verisim --lib all clean; cargo audit drops from 1 error + 3 warnings to 0 errors + 1 warning.
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
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.
Resolves:
Remaining: RUSTSEC-2025-0134 (rustls-pemfile via tonic 0.12) — deferred; tonic 0.13 is a breaking-API bump and warrants its own branch.
Verified: cargo check --lib, cargo check --bin echidna, cargo check --features verisim --lib all clean; cargo audit drops from 1 error + 3 warnings to 0 errors + 1 warning.