diff --git a/deny.toml b/deny.toml index 89e15694c..ec67db0e7 100644 --- a/deny.toml +++ b/deny.toml @@ -33,6 +33,7 @@ notice = "warn" # A list of advisory IDs to ignore. Note that ignored advisories will still # output a note when they are encountered. ignore = [ + "RUSTSEC-2024-0336", ] # This section is considered when running `cargo deny check licenses`