We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693defd commit 1083006Copy full SHA for 1083006
deny.toml
@@ -17,10 +17,6 @@ ignore = [
17
# No fix for RSA, and this is a dependency from ssh_key crate to handle rsa ssh key.
18
# https://rustsec.org/advisories/RUSTSEC-2023-0071
19
"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." },
24
# See https://github.com/trishume/syntect/issues/606
25
{ id = "RUSTSEC-2025-0141", reason = "Only brought in via syntect" },
26
]
0 commit comments