We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0334493 commit ba8325fCopy full SHA for ba8325f
deny.toml
@@ -17,6 +17,7 @@ multiple-versions = "deny"
17
deny = ["openssl-sys", "cmake", "windows"]
18
skip = [
19
{ crate = "getrandom@0.2.16", reason = "ring" },
20
+ { crate = "hashbrown@0.15.5", reason = "petgraph" },
21
]
22
skip-tree = [
23
# Currently at four fucking versions now
0 commit comments