Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@ ignore = [

# lru 0.12.5 pulled by sp1-prover. Blocked on sp1 upstream.
"RUSTSEC-2026-0002",

# rustls-webpki 0.101.7 pulled by bitreq (via bitcoind-async-client).
# bitreq still depends on rustls 0.21 which requires 0.101.x; fix needs >=0.103.12.
# Low risk: only used for bitcoind RPC connections to known/trusted endpoints.
# Upstream fix: https://github.com/rust-bitcoin/corepc/pull/536
"RUSTSEC-2026-0098",
"RUSTSEC-2026-0099",
]
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading