diff --git a/deny.toml b/deny.toml index 27af93d4..cd4865b4 100644 --- a/deny.toml +++ b/deny.toml @@ -35,6 +35,8 @@ yanked = "warn" # A list of advisory IDs to ignore. Note that ignored advisories will still # output a note when they are encountered. ignore = [ + # TODO remove instant crate + "RUSTSEC-2024-0384" ] # Threshold for security vulnerabilities, any vulnerability with a CVSS score # lower than the range specified will be ignored. Note that ignored advisories