Skip to content

Commit 1083006

Browse files
committed
cleanup deny ignore
after we finally upgraded ratatui
1 parent 693defd commit 1083006

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

deny.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ ignore = [
1717
# No fix for RSA, and this is a dependency from ssh_key crate to handle rsa ssh key.
1818
# https://rustsec.org/advisories/RUSTSEC-2023-0071
1919
"RUSTSEC-2023-0071",
20-
# Crate paste is unmaintained. The dependency is already removed in
21-
# ratatui:master. Until a new release is available, ignore this in
22-
# order to pass CI. (https://github.com/gitui-org/gitui/issues/2554)
23-
{ id = "RUSTSEC-2024-0436", reason = "The paste dependency is already removed from ratatui." },
2420
# See https://github.com/trishume/syntect/issues/606
2521
{ id = "RUSTSEC-2025-0141", reason = "Only brought in via syntect" },
2622
]

0 commit comments

Comments
 (0)