Skip to content

Commit 68623cf

Browse files
committed
chore: ignore RUSTSEC-2025-0052 due to surf dependency
1 parent 85d3e28 commit 68623cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deny.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ ignore = [
3535
# https://rustsec.org/advisories/RUSTSEC-2025-0036
3636
# `surf` is unmaintained
3737
"RUSTSEC-2025-0036",
38+
# https://rustsec.org/advisories/RUSTSEC-2025-0052
39+
# `async-std` has been discontinued
40+
# Dependent on via surf
41+
"RUSTSEC-2025-0052",
3842
]
3943

4044
# This section is considered when running `cargo deny check licenses`

0 commit comments

Comments
 (0)