diff --git a/apps/desktop/desktop_native/deny.toml b/apps/desktop/desktop_native/deny.toml index 7d7a126f694..6e156cb3fa5 100644 --- a/apps/desktop/desktop_native/deny.toml +++ b/apps/desktop/desktop_native/deny.toml @@ -2,7 +2,7 @@ [advisories] ignore = [ # Vulnerability in `rsa` crate: https://rustsec.org/advisories/RUSTSEC-2023-0071.html - { id = "RUSTSEC-2023-0071", reason = "There is no fix available yet." }, +# { id = "RUSTSEC-2023-0071", reason = "There is no fix available yet." }, { id = "RUSTSEC-2024-0436", reason = "paste crate is unmaintained."} ]