We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf3639 commit b74f8f8Copy full SHA for b74f8f8
deny.toml
@@ -20,9 +20,7 @@ unmaintained = "warn"
20
yanked = "warn"
21
notice = "warn"
22
# A list of advisory IDs to ignore.
23
-ignore = [
24
- #"RUSTSEC-0000-0000",
25
-]
+ignore = ["RUSTSEC-2023-0044"]
26
27
# More documentation for the licenses section can be found here:
28
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
@@ -40,7 +38,7 @@ allow = [
40
38
"MIT",
41
39
"MPL-2.0",
42
"Unicode-DFS-2016",
43
- "Zlib"
+ "Zlib",
44
]
45
46
# More documentation about the 'bans' section can be found here:
@@ -63,4 +61,4 @@ deny = [
63
61
# Certain crates/versions that will be skipped when doing duplicate detection.
64
62
skip = [
65
#{ name = "ansi_term", version = "=0.11.0" },
66
+]
0 commit comments