diff --git a/deny.toml b/deny.toml index 6b9aab2f7a..825aa85388 100644 --- a/deny.toml +++ b/deny.toml @@ -72,6 +72,7 @@ feature-depth = 1 ignore = [ { id = "RUSTSEC-2024-0370", reason = "subdependency cannot be updated" }, { id = "RUSTSEC-2024-0436", reason = "subdependency cannot be updated" }, + { id = "RUSTSEC-2025-0014", reason = "humantime is unmaintained" }, #"RUSTSEC-0000-0000", #{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" }, #"a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish