aboutsummaryrefslogtreecommitdiff
path: root/deny.toml
diff options
context:
space:
mode:
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml13
1 files changed, 9 insertions, 4 deletions
diff --git a/deny.toml b/deny.toml
index a9cd9cb..ad8a958 100644
--- a/deny.toml
+++ b/deny.toml
@@ -1,3 +1,7 @@
+[advisories]
+# criterion is currently failing cargo-deny due to serde_cbor being unmaintained
+unmaintained = "warn"
+
[bans]
multiple-versions = "deny"
deny = []
@@ -10,9 +14,10 @@ skip-tree = [
unlicensed = "deny"
allow = [
"Apache-2.0",
- "BSD-2-Clause",
- "BSD-3-Clause",
- "ISC",
"MIT",
- "MPL-2.0",
+]
+exceptions = [
+ { allow = [
+ "Unicode-DFS-2016",
+ ], name = "unicode-ident" },
]