File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6565 continue-on-error : ${{ matrix.checks == 'advisories' }}
6666 steps :
6767 - uses : actions/checkout@v4
68- - uses : EmbarkStudios/cargo-deny-action@v1
68+ - uses : EmbarkStudios/cargo-deny-action@v2
6969 with :
7070 command : check ${{ matrix.checks }}
7171
Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ ignore = [
7373 # { id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
7474 # "a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish
7575 # { crate = "a-crate-that-is-yanked@0.1.1", reason = "you can specify why you are ignoring the yanked crate" },
76- { id = " RUSTSEC-2024-0384" , reason = " Unmaintained indirect dependency" },
7776]
7877# If this is true, then cargo deny will use the git executable to fetch advisory database.
7978# If this is false, then it uses a built-in git library.
@@ -240,7 +239,7 @@ allow-git = []
240239
241240[sources .allow-org ]
242241# github.com organizations to allow git sources for
243- github = [" notify-rs " ]
242+ github = []
244243# gitlab.com organizations to allow git sources for
245244gitlab = []
246245# bitbucket.org organizations to allow git sources for
You can’t perform that action at this time.
0 commit comments