summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-03-13 10:35:22 +0100
committerMatthias Beyer <matthias.beyer@atos.net>2021-03-13 10:35:25 +0100
commit8914c366d5dc60f88e910db6c598ca9fb0899d66 (patch)
tree0b700869c23bf32620491315bf3dd40d6fc24bce
parent040b19ea29212375d5cb308791bacd77f27ab3b9 (diff)
Ban fuchsia-cprgn
So we do not accidentially update diesel or some other lib and depend on it by accident. Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
-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.