Ignore advisory for deprecated crate 'fxhash'

Signed-off-by: Sam <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Sam 2025-09-05 21:43:50 +02:00 committed by GitHub
parent d3809c1024
commit e393bd27d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`