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.
RUSTSEC-2025-0052
surf
1 parent 85d3e28 commit 68623cfCopy full SHA for 68623cf
deny.toml
@@ -35,6 +35,10 @@ ignore = [
35
# https://rustsec.org/advisories/RUSTSEC-2025-0036
36
# `surf` is unmaintained
37
"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",
42
]
43
44
# This section is considered when running `cargo deny check licenses`
0 commit comments