From 9bc6014ef922b424e081a45bfe2aa38a8659e52a Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Sun, 8 Feb 2026 05:57:58 +0100 Subject: [PATCH] clean up audit.toml --- .cargo/audit.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 984b0699c..28180d662 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -5,18 +5,12 @@ ignore = [ "RUSTSEC-2024-0320", # yaml-rust is unmaintained. # https://github.com/rust-lang/docs.rs/issues/2469 - "RUSTSEC-2024-0370", # proc-macro-error is unmaintained - # https://github.com/rust-lang/docs.rs/issues/2595 - "RUSTSEC-2025-0007", # `ring` is unmaintained. Not much we can do about it. # https://github.com/rust-lang/docs.rs/issues/2741 "RUSTSEC-2025-0057", # fxhash - no longer maintained. Not much we can do about it. # https://github.com/rust-lang/docs.rs/issues/2914 - "RUSTSEC-2025-0134", # rustls-pemfile is unmaintained - # https://github.com/rust-lang/docs.rs/issues/3070 - "RUSTSEC-2025-0141", # Bincode is unmaintained # https://github.com/rust-lang/docs.rs/issues/3122 ]