We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14e9dc commit 983614aCopy full SHA for 983614a
deny.toml
@@ -15,6 +15,8 @@ notice = "warn"
15
ignore = [
16
# TODO: Update dependencies that use rsa crate
17
"RUSTSEC-2023-0071",
18
+ # TODO: sqlx >=0.8.1
19
+ "RUSTSEC-2024-0363",
20
]
21
22
[licenses]
0 commit comments