From 627e1b3d5054df9961b5a467ac7c7b866a04d913 Mon Sep 17 00:00:00 2001 From: Antoine Beyeler <49431240+abey79@users.noreply.github.com> Date: Wed, 23 Aug 2023 15:22:41 +0200 Subject: [PATCH] Add exception for RUSTSEC-2023-0052 to deny.toml (#3274) --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 3c1f21d8..fa028080 100644 --- a/deny.toml +++ b/deny.toml @@ -22,6 +22,7 @@ unmaintained = "warn" yanked = "deny" ignore = [ "RUSTSEC-2020-0071", # https://rustsec.org/advisories/RUSTSEC-2020-0071 - chrono/time: Potential segfault in the time crate + "RUSTSEC-2023-0052", # https://rustsec.org/advisories/RUSTSEC-2023-0052 - can be fixed by `cargo update -p ureq`, but then we run into duplicate crates: https://github.com/algesten/ureq/issues/653 ] [bans]