File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ clippy:
9494clippy-nightly :
9595 cargo +nightly clippy --workspace --all-features
9696
97- check : fmt clippy test sort
97+ check : fmt clippy test sort deny
9898
9999check-nightly :
100100 cargo +nightly c
Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ ignore = [
2020 # Crate paste is unmaintained. The dependency is already removed in
2121 # ratatui:master. Until a new release is available, ignore this in
2222 # 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." }
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" },
2426]
2527
2628[bans ]
You can’t perform that action at this time.
0 commit comments