Skip to content

Commit e1bba26

Browse files
authored
chore(ci): cargo deny, ignore RUSTSEC-2024-0436
Addresses libp2p#5918, see libp2p#5918 (comment) for more info Pull-Request: libp2p#5951.
1 parent 48275e9 commit e1bba26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deny.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ yanked = "warn"
1313
# A list of advisory IDs to ignore. Note that ignored advisories will still
1414
# output a note when they are encountered.
1515
ignore = [
16-
#"RUSTSEC-0000-0000",
16+
"RUSTSEC-2024-0436",
1717
]
1818
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
1919
# lower than the range specified will be ignored. Note that ignored advisories

0 commit comments

Comments
 (0)