Skip to content

Commit 49d87bb

Browse files
authored
RUSTSEC-2026-0190 is cleared by the anyhow 1.0.102 → 1.0.103 bump (#100)
Signed-off-by: Erick Bourgeois <erick@jeb.ca>
1 parent 9d42851 commit 49d87bb

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

.cargo/audit.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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
]

deny.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,7 @@ name = "unicode-ident"
4343
[advisories]
4444
version = 2
4545
yanked = "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.

0 commit comments

Comments
 (0)