summaryrefslogtreecommitdiffstats
path: root/deny.toml
diff options
context:
space:
mode:
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index 57ee31c..4d12353 100644
--- a/deny.toml
+++ b/deny.toml
@@ -48,6 +48,7 @@ allow = [
deny = [
# Each entry the name of a crate and a version range. If version is
# not specified, all versions will be matched.
+ { name = "fuchsia-cprng" }
]
# Certain crates/versions that will be skipped when doing duplicate detection.