diff --git a/deny.toml b/deny.toml index 234f9d0b2..44371bf32 100644 --- a/deny.toml +++ b/deny.toml @@ -9,13 +9,10 @@ targets = [ db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] vulnerability = "deny" -unmaintained = "warn" +unmaintained = "deny" yanked = "deny" notice = "warn" -ignore = [ - # TODO: Update dependencies that use rsa crate - "RUSTSEC-2023-0071", -] +ignore = [] [licenses] unlicensed = "deny"