Skip to content

Commit 1117176

Browse files
committed
Use cargo-deny-action@v2
1 parent 6037a79 commit 1117176

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
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

deny.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ ignore = [
7373
#{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
7474
#"[email protected]", # you can also ignore yanked crate versions if you wish
7575
#{ crate = "[email protected]", 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
245244
gitlab = []
246245
# bitbucket.org organizations to allow git sources for

0 commit comments

Comments
 (0)