diff --git a/deny.toml b/deny.toml index 3d37f0ce1..48b31e495 100644 --- a/deny.toml +++ b/deny.toml @@ -15,6 +15,8 @@ notice = "warn" ignore = [ # TODO: Update dependencies that use rsa crate "RUSTSEC-2023-0071", + # TODO: sqlx >=0.8.1 + "RUSTSEC-2024-0363", ] [licenses]