From 56ecb637f3046121e9976611a3eba150d18cd128 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Tue, 18 Mar 2025 04:46:44 -0400 Subject: [PATCH] Delist withdrawn RUSTSEC-2025-0014 The `humantime` crate briefly had unmaintained status, for which RUSTSEC-2025-0014 was issued. It has since become maintained again, and that advisory has been withdrawn. So this removes it from the list of advisores we allow `cargo deny` to ignore. Background: - https://rustsec.org/advisories/RUSTSEC-2025-0014.html (advisory) - https://github.com/rustsec/advisory-db/pull/2249 (issued) - https://github.com/rustsec/advisory-db/pull/2252 (withdrawn) - cf7f34d in #1882 (commit that ignored it, among other changes) --- deny.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/deny.toml b/deny.toml index 15dbf419385..a82e3b44407 100644 --- a/deny.toml +++ b/deny.toml @@ -9,8 +9,6 @@ # https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html [advisories] ignore = [ - # human-time in env-logger - "RUSTSEC-2025-0014", # `paste` - macro crate without replacement "RUSTSEC-2024-0436" ]