Skip to content
Closed
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
19 changes: 7 additions & 12 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,12 @@ ignore = [
# ships a patched release.
"RUSTSEC-2023-0071",

# RUSTSEC-2025-0134 — `rustls-pemfile 1.0.4` is unmaintained. Pulled in
# transitively via `reqwest 0.11.27` (which we use directly and through
# `irma 0.2.1`). The real fix is upgrading `reqwest` to 0.12 (and bumping
# `irma` to a version that uses it). Tracked in encryption4all/postguard#186.
# Drop this entry once the reqwest 0.12 migration lands.
"RUSTSEC-2025-0134",

# RUSTSEC-2026-0058 — `tokio-io 0.1.13` is unmaintained. Pulled in
# transitively by `futures-util`'s `compat` feature, which is enabled by
# `reqwest 0.11`, `actix-server`, and `sqlx-core`. No usage in our own
# code. Cleared by the same reqwest 0.12 / actix / sqlx upgrades tracked
# for the rustls-pemfile advisory above (postguard#186).
# RUSTSEC-2026-0058 — `tokio-io 0.1.13` is unmaintained. After the
# reqwest 0.12 migration (postguard#186), it is no longer pulled via
# reqwest 0.11 / rustls-pemfile; the remaining path is through
# `futures-util`'s `io-compat` shim, enabled by `tower-http 0.6` (via
# reqwest 0.12) and `sqlx-sqlite`/`sqlx-postgres`/`sqlx-mysql` 0.8. No
# postguard code uses the compat shim directly. Drop once tower-http
# and sqlx remove their futures-util io-compat dependency upstream.
"RUSTSEC-2026-0058",
]
Loading
Loading