Skip to content

Commit afc4904

Browse files
committed
cargo-deny: allow both rand 0.8 and 0.9
1 parent 593e64f commit afc4904

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deny.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ skip = [
7777
{ name = "itertools", version = "0.12.1" },
7878
# pad depends on an old version
7979
{ name = "unicode-width", version = "0.1.14" },
80+
{ name = "zerocopy", version = "0.7.35" }, # hashbrown 0.14.5 depends on this old version
81+
82+
# We are still mainly using rand 0.8
83+
{ name = "rand", version = "0.8.5" },
84+
{ name = "rand_chacha", version = "0.3.1" },
85+
{ name = "rand_core", version = "0.6.4" },
86+
{ name = "getrandom", version = "0.2.15" },
8087
]
8188

8289
skip-tree = []

0 commit comments

Comments
 (0)