2424# list here is effectively saying which targets you are building for.
2525targets = [
2626
27-
2827 # The triple can be any string, but only the target triples built in to
2928 # rustc (as of 1.40) can be checked against actual config expressions
3029 # "x86_64-unknown-linux-musl",
@@ -73,7 +72,6 @@ feature-depth = 1
7372# output a note when they are encountered.
7473ignore = [
7574
76-
7775 # "RUSTSEC-0000-0000",
7876 # { id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
7977 # "[email protected] ", # you can also ignore yanked crate versions if you wish @@ -108,7 +106,6 @@ confidence-threshold = 0.8
108106# aren't accepted for every possible crate as with the normal allow list
109107exceptions = [
110108
111-
112109 # Each entry is the crate and version constraint, and its specific allow
113110 # list
114111 # { allow = ["Zlib"], crate = "adler32" },
@@ -143,7 +140,6 @@ ignore = false
143140# not have its license(s) checked
144141registries = [
145142
146-
147143 # "https://sekretz.com/registry
148144]
149145
@@ -172,14 +168,12 @@ external-default-features = "allow"
172168# List of crates that are allowed. Use with care!
173169allow = [
174170
175-
176171177172 # { crate = "[email protected] ", reason = "you can specify a reason it is allowed" }, 178173]
179174# List of crates to deny
180175deny = [
181176
182-
183177184178 # { crate = "[email protected] ", reason = "you can specify a reason it is banned" }, 185179 # Wrapper crates can optionally be specified to allow the crate when it
@@ -213,7 +207,6 @@ deny = [
213207# Certain crates/versions that will be skipped when doing duplicate detection.
214208skip = [
215209
216-
217210218211 # { crate = "[email protected] ", reason = "you can specify a reason why it can't be updated/removed" }, 219212]
@@ -223,7 +216,6 @@ skip = [
223216# by default infinite.
224217skip-tree = [
225218
226-
227219 # "[email protected] ", # will be skipped along with _all_ of its direct and transitive dependencies 228220 # { crate = "[email protected] ", depth = 20 }, 229221]
0 commit comments