Skip to content

Commit e42e88b

Browse files
committed
adjust deny.toml to make audit pass
1 parent 89d77dc commit e42e88b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

deny.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
# More documentation for the advisories section can be found here:
99
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
1010
[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-
]
11+
ignore = []
1512

1613

1714

@@ -29,10 +26,10 @@ allow = [
2926
"MIT",
3027
"MIT-0",
3128
"ISC",
32-
"Unicode-DFS-2016",
3329
"LicenseRef-ring",
30+
"Unicode-DFS-2016",
3431
"Zlib",
35-
"Unicode-3.0"
32+
"MPL-2.0"
3633
]
3734
# The confidence threshold for detecting a license from license text.
3835
# The higher the value, the more closely the license text must be to the

0 commit comments

Comments
 (0)