aboutsummaryrefslogtreecommitdiffstats
path: root/deny.toml
diff options
context:
space:
mode:
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index 2f0b764..1ac6f74 100644
--- a/deny.toml
+++ b/deny.toml
@@ -10,6 +10,14 @@ yanked = "deny"
unsound = "deny"
[bans]
+multiple-versions = "deny"
+wildcards = "deny"
+
+skip = [
+ # this is only a dev dependency (between nix and rustix)
+ { name = "bitflags", version = "1.3.2" },
+ { name = "bitflags", version = "2.3.3" },
+]
[licenses]
allow = ["MIT", "Apache-2.0", "Unicode-DFS-2016"]