mirror of
https://github.com/servo/servo.git
synced 2025-09-05 20:48:22 +01:00
Ignore advisory for deprecated crate 'fxhash'
Signed-off-by: Sam <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
d3809c1024
commit
e393bd27d7
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ feature-depth = 1
|
|||
ignore = [
|
||||
# The crate `paste` is no longer maintained.
|
||||
"RUSTSEC-2024-0436",
|
||||
# The crate `fxhash` is no longer maintained.
|
||||
"RUSTSEC-2025-0057",
|
||||
]
|
||||
|
||||
# This section is considered when running `cargo deny check licenses`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue