Skip to content

Commit ffb38d1

Browse files
committed
Fix cargo deny advisories
1 parent d56dda7 commit ffb38d1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ 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-0436", reason = "Unmaintained paste crate is an indirect dependency" },
7677
]
7778
# If this is true, then cargo deny will use the git executable to fetch advisory database.
7879
# If this is false, then it uses a built-in git library.

0 commit comments

Comments
 (0)