diff --git a/.cargo/config.toml b/.cargo/config.toml index add62220f6..9c2795beff 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -22,5 +22,6 @@ ci-license = "license-template --template .license_template" # - RUSTSEC-2021-0065: https://rustsec.org/advisories/RUSTSEC-2021-0065 # - anymap is unmaintained 🤷‍♀️ # - RUSTSEC-2023-0052: https://rustsec.org/advisories/RUSTSEC-2023-0052 +# - RUSTSEC-2023-0053: https://rustsec.org/advisories/RUSTSEC-2023-0053 # - TODO: waiting for fix in dependency -ci-audit = "audit --file Cargo.lock --deny warnings --ignore RUSTSEC-2021-0065 --ignore RUSTSEC-2023-0052" +ci-audit = "audit --file Cargo.lock --deny warnings --ignore RUSTSEC-2021-0065 --ignore RUSTSEC-2023-0052 --ignore RUSTSEC-2023-0053"