From 8b391b9812ce36ad35762e4c80da48b90fce37d0 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 11 Mar 2025 09:56:04 +0100 Subject: [PATCH] ci: allow unmaintained humantime (#14950) --- deny.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deny.toml b/deny.toml index 4cb47fd26f..16f6b7bf07 100644 --- a/deny.toml +++ b/deny.toml @@ -8,6 +8,8 @@ ignore = [ "RUSTSEC-2024-0384", # https://rustsec.org/advisories/RUSTSEC-2024-0436 paste! is unmaintained "RUSTSEC-2024-0436", + # https://rustsec.org/advisories/RUSTSEC-2025-0014 humantime is unmaintained + "RUSTSEC-2025-0014", ] # This section is considered when running `cargo deny check bans`.