diff --git a/deny.toml b/deny.toml index afc336b7a..97aeabec6 100644 --- a/deny.toml +++ b/deny.toml @@ -1,6 +1,7 @@ [advisories] ignore = [ { id = "RUSTSEC-2024-0384", reason = "migration to alloy is underway which will resolve this advisory" }, + { id = "RUSTSEC-2025-0004", reason = "migraiton to alloy needs to occur" }, ] # This rustsec can be added to ignore list if using mls `test_utils` for tests