mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
cleanup deny ignore
after we finally upgraded ratatui
This commit is contained in:
parent
693defde15
commit
1083006a55
1 changed files with 0 additions and 4 deletions
|
|
@ -17,10 +17,6 @@ ignore = [
|
|||
# No fix for RSA, and this is a dependency from ssh_key crate to handle rsa ssh key.
|
||||
# https://rustsec.org/advisories/RUSTSEC-2023-0071
|
||||
"RUSTSEC-2023-0071",
|
||||
# Crate paste is unmaintained. The dependency is already removed in
|
||||
# ratatui:master. Until a new release is available, ignore this in
|
||||
# order to pass CI. (https://github.com/gitui-org/gitui/issues/2554)
|
||||
{ id = "RUSTSEC-2024-0436", reason = "The paste dependency is already removed from ratatui." },
|
||||
# See https://github.com/trishume/syntect/issues/606
|
||||
{ id = "RUSTSEC-2025-0141", reason = "Only brought in via syntect" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue