We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deny.toml
1 parent 89d77dc commit e42e88bCopy full SHA for e42e88b
deny.toml
@@ -8,10 +8,7 @@
8
# More documentation for the advisories section can be found here:
9
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
10
[advisories]
11
-ignore = [
12
- # this is `[email protected]` coming in with `curl`, which doesn't have an update yet. It's only active optionally, not by default.
13
- "RUSTSEC-2024-0336",
14
-]
+ignore = []
15
16
17
@@ -29,10 +26,10 @@ allow = [
29
26
"MIT",
30
27
"MIT-0",
31
28
"ISC",
32
- "Unicode-DFS-2016",
33
"LicenseRef-ring",
+ "Unicode-DFS-2016",
34
"Zlib",
35
- "Unicode-3.0"
+ "MPL-2.0"
36
]
37
# The confidence threshold for detecting a license from license text.
38
# The higher the value, the more closely the license text must be to the
0 commit comments