Skip to content

Commit

Permalink
cargo deny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqvq committed Oct 31, 2024
1 parent 74299af commit 0f9b9a8
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 @@ -39,6 +39,8 @@ ignore = [

# Temporarily allow until arrow family of crates updates `lexical-core` to 1.0
"RUSTSEC-2023-0086",
# todo: maybe allow unmaintained
"RUSTSEC-2021-0127"
]
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
# lower than the range specified will be ignored. Note that ignored advisories
Expand Down

0 comments on commit 0f9b9a8

Please sign in to comment.