Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rust-cargo-deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: Run cargo-deny
uses: EmbarkStudios/cargo-deny-action@v2.0.4
uses: EmbarkStudios/cargo-deny-action@v2.0.15
with:
manifest-path: ./rust/Cargo.toml
command: check ${{ matrix.checks }}
7 changes: 7 additions & 0 deletions rust/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ ignore = [
"RUSTSEC-2024-0384",
"RUSTSEC-2024-0388",
"RUSTSEC-2022-0080",
"RUSTSEC-2025-0141", # bincode unmaintained (via uniffi)
"RUSTSEC-2025-0057", # fxhash unmaintained (via sled)
"RUSTSEC-2025-0119", # number_prefix unmaintained (via indicatif)
"RUSTSEC-2024-0436", # paste unmaintained (via substrate/uniffi)
"RUSTSEC-2025-0009", # ring AES panic (via rustls; upgrade when jsonrpsee/rustls allow)
"RUSTSEC-2025-0134", # rustls-pemfile unmaintained (via rustls-native-certs)
"RUSTSEC-2025-0055", # tracing-subscriber ANSI injection (via substrate sp-tracing)
]

[licenses]
Expand Down
Loading