Skip to content

Commit

Permalink
Fix deny error
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Aug 21, 2024
1 parent 2866f8d commit 1f0cc04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ deny = [{ name = "native-tls" }, { name = "openssl" }]
ignore = [
"RUSTSEC-2023-0033", # borsh 0.10.3
"RUSTSEC-2024-0344", # curve25519-dalek 4.1.2
"RUSTSEC-2024-0347",
"RUSTSEC-2024-0362",
]

0 comments on commit 1f0cc04

Please sign in to comment.