We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593e64f commit afc4904Copy full SHA for afc4904
deny.toml
@@ -77,6 +77,13 @@ skip = [
77
{ name = "itertools", version = "0.12.1" },
78
# pad depends on an old version
79
{ 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" },
87
]
88
89
skip-tree = []
0 commit comments