chore: update deny.toml to current deny version
“cargo deny” changed their configuration file in a release made in February. While the heartwood deny.toml still works, it triggers a bunch of deprecation warnings now. Change deny.toml to follow the new defaults and locations for configuration fields so that no warnings about that are triggered.
Add the “MPL-2.0” license to list of allowed licenses. It was previously allowed by virtue of being an OSI license, but that setting has been deprecated.
This still leaves many actual errors and warnings in the code base, such as duplicate versions of the same dependency, or licenses that are not explicitly allowed, and one security advisory.
Signed-off-by: Lars Wirzenius liw@liw.fi
1 file changed
+18
-16
29e68121
→
a04381f4
modified deny.toml
@@ -3,8 +3,11 @@
|
|
|
|
|
|
| - | |
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -12,43 +15,42 @@ all-features = false
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|