Skip to content

Commit f60aa82

Browse files
authored
ci: fix deny (#414)
update
1 parent b97bbab commit f60aa82

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ignore = [
8383
#{ crate = "a-crate-that-is-yanked@0.1.1", reason = "you can specify why you are ignoring the yanked crate" },
8484

8585
# TODO: check this is sorted before a beta release.
86-
{ id = "RUSTSEC-2024-0370", reason = "unmaintained crate, not necessarily vulnerable yet." }
86+
{ id = "RUSTSEC-2024-0436", reason = "`paste` unmaintained, not necessarily vulnerable yet." }
8787
]
8888
# If this is true, then cargo deny will use the git executable to fetch advisory database.
8989
# If this is false, then it uses a built-in git library.

0 commit comments

Comments
 (0)