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 614c511 commit 09715d3Copy full SHA for 09715d3
deny.toml
@@ -28,6 +28,8 @@ ignore = [
28
"RUSTSEC-2021-0139",
29
# No use of externally-provided WebPKI chains.
30
"RUSTSEC-2023-0052",
31
+ # No use of X509
32
+ "RUSTSEC-2023-0072",
33
]
34
35
# Deny multiple versions unless explicitly skipped.
@@ -56,6 +58,14 @@ version = "0.9.9"
56
58
name = "heck"
57
59
version = "0.3.1"
60
61
+# tower(0.4.13) => indexmap(1.9.3) => hashbrown(0.12.3)
62
+[[bans.skip]]
63
+name = "indexmap"
64
+version = "1.9.3"
65
66
+name = "hashbrown"
67
+version = "0.12.3"
68
+
69
# Various dependencies use windows-sys(0.42.x)
70
[[bans.skip]]
71
name = "windows-sys"
0 commit comments