File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,4 @@ ignore = [
1212 # 2. Calls rand::rng() from within that logger
1313 # Neither condition applies to 5-spot.
1414 " RUSTSEC-2026-0097" ,
15-
16- # RUSTSEC-2026-0173: proc-macro-error2 is UNMAINTAINED (a maintenance-status
17- # advisory, not a vulnerability — no known exploit). It is a build-time proc-macro
18- # pulled transitively via jiff 0.2.29 -> defmt -> defmt-macros, and defmt is jiff's
19- # OPTIONAL embedded (no_std) feature: `cargo tree -e features -i defmt` reports
20- # "nothing to print" for the host target, so proc-macro-error2 is never compiled
21- # into the 5-Spot binary — it exists only as a Cargo.lock entry. Removal awaits
22- # upstream (kube bumping jiff, or defmt-macros dropping proc-macro-error2).
23- " RUSTSEC-2026-0173" ,
2415]
Original file line number Diff line number Diff line change @@ -43,13 +43,7 @@ name = "unicode-ident"
4343[advisories ]
4444version = 2
4545yanked = " deny"
46- ignore = [
47- # See .cargo/audit.toml for the full justification. proc-macro-error2 is
48- # UNMAINTAINED (not a vulnerability), reached only via jiff's optional `defmt`
49- # feature which is never compiled for the host target — kept in sync with
50- # .cargo/audit.toml so `cargo deny` and `cargo audit` agree.
51- " RUSTSEC-2026-0173" ,
52- ]
46+ ignore = []
5347
5448# ─────────────────────────────────────────────────────────────────────────────
5549# Bans — prevent multiple versions of the same crate and wildcard deps.
You can’t perform that action at this time.
0 commit comments