Skip to content

Commit fb2d0d2

Browse files
committed
Ignore RUSTSEC-2025-0023
The up-rust crate does not use tokio::sync::broadcast and is therefore not affected by the issue.
1 parent c17a387 commit fb2d0d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deny.toml

+5
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ wildcards = "deny"
3131
skip-tree = [
3232
{ crate = "windows-sys", reason = "a foundational crate for many that bumps far too frequently to ever have a shared version" },
3333
]
34+
35+
[advisories]
36+
ignore = [
37+
{ id = "RUSTSEC-2025-0023", reason = "this crate does not use tokio::sync::broadcast" }
38+
]

0 commit comments

Comments
 (0)