Skip to content

Commit 3848668

Browse files
Marc PlattMarc Platt
authored andcommitted
remove docker image build and add bincode to deny list (safe)
1 parent 4a07a72 commit 3848668

File tree

2 files changed

+2
-65
lines changed

2 files changed

+2
-65
lines changed

.github/workflows/build_docker.yaml

Lines changed: 0 additions & 65 deletions
This file was deleted.

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ ignore = [
8282
{ id = "RUSTSEC-2025-0119", reason = "Transitive dependency from indicatif, awaiting upstream update"},
8383
# rustls-pemfile is unmaintained (transitive via reqwest)
8484
{ id = "RUSTSEC-2025-0134", reason = "Transitive dependency from reqwest/esplora-client, awaiting upstream update"},
85+
# bincode is unmaintained (transitive via heed)
86+
{ id = "RUSTSEC-2025-0141", reason = "Transitive dependency from heed, awaiting upstream update to use alternative"},
8587
]
8688
# If this is true, then cargo deny will use the git executable to fetch advisory database.
8789
# If this is false, then it uses a built-in git library.

0 commit comments

Comments
 (0)