From b74f8f85e74606bf254b12a018d9769846417d82 Mon Sep 17 00:00:00 2001 From: Angel M De Miguel Date: Fri, 6 Oct 2023 09:51:40 +0200 Subject: [PATCH] chore: ignore RUSTSEC-2023-0044 for the v1.2 branch --- deny.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/deny.toml b/deny.toml index bd0bed8b..d5f47006 100644 --- a/deny.toml +++ b/deny.toml @@ -20,9 +20,7 @@ unmaintained = "warn" yanked = "warn" notice = "warn" # A list of advisory IDs to ignore. -ignore = [ - #"RUSTSEC-0000-0000", -] +ignore = ["RUSTSEC-2023-0044"] # More documentation for the licenses section can be found here: # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html @@ -40,7 +38,7 @@ allow = [ "MIT", "MPL-2.0", "Unicode-DFS-2016", - "Zlib" + "Zlib", ] # More documentation about the 'bans' section can be found here: @@ -63,4 +61,4 @@ deny = [ # Certain crates/versions that will be skipped when doing duplicate detection. skip = [ #{ name = "ansi_term", version = "=0.11.0" }, -] \ No newline at end of file +]