mirror of https://github.com/fafhrd91/actix-net
chore: address deny warning (#863)
This commit is contained in:
parent
fbdfedc62a
commit
c8868b0e61
File diff suppressed because it is too large
Load Diff
|
|
@ -75,6 +75,8 @@ ignore = [
|
||||||
{ id = "RUSTSEC-2024-0336", reason = "for compatibility" },
|
{ id = "RUSTSEC-2024-0336", reason = "for compatibility" },
|
||||||
{ id = "RUSTSEC-2025-0134", reason = "for compatibility" },
|
{ id = "RUSTSEC-2025-0134", reason = "for compatibility" },
|
||||||
{ id = "RUSTSEC-2026-0049", reason = "for compatibility" },
|
{ id = "RUSTSEC-2026-0049", reason = "for compatibility" },
|
||||||
|
{ id = "RUSTSEC-2026-0098", reason = "for compatibility" },
|
||||||
|
{ id = "RUSTSEC-2026-0099", reason = "for compatibility" },
|
||||||
]
|
]
|
||||||
# If this is true, then cargo deny will use the git executable to fetch advisory database.
|
# If this is true, then cargo deny will use the git executable to fetch advisory database.
|
||||||
# If this is false, then it uses a built-in git library.
|
# If this is false, then it uses a built-in git library.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue