We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c17a387 commit fb2d0d2Copy full SHA for fb2d0d2
deny.toml
@@ -31,3 +31,8 @@ wildcards = "deny"
31
skip-tree = [
32
{ crate = "windows-sys", reason = "a foundational crate for many that bumps far too frequently to ever have a shared version" },
33
]
34
+
35
+[advisories]
36
+ignore = [
37
+ { id = "RUSTSEC-2025-0023", reason = "this crate does not use tokio::sync::broadcast" }
38
+]
0 commit comments