diff --git a/.cargo/audit.toml b/.cargo/audit.toml index aa1db3e6..0bc8ac81 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -3,8 +3,6 @@ ignore = [ # FIXME!: See https://github.com/RustCrypto/RSA/issues/19#issuecomment-1822995643. # There is no workaround available yet. "RUSTSEC-2023-0071", - # FIXME: backoff => used in backend, need to be replaced with backon - "RUSTSEC-2024-0384", # FIXME: derivative => used for default impls "RUSTSEC-2024-0388", ] diff --git a/deny.toml b/deny.toml index 6c630191..cf9ba173 100644 --- a/deny.toml +++ b/deny.toml @@ -74,8 +74,6 @@ ignore = [ # FIXME!: See https://github.com/RustCrypto/RSA/issues/19#issuecomment-1822995643. # There is no workaround available yet. "RUSTSEC-2023-0071", - # FIXME: backoff => used in backend, need to be replaced with backon - "RUSTSEC-2024-0384", # FIXME: derivative => used for default impls "RUSTSEC-2024-0388", # { id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },