Skip to content

Commit 9b55955

Browse files
committed
cargo deny: acknowledge that "async-std" is discontinued
This confirms what we have known for some time now: async-std is no more and we have to migrate away from it. Signed-off-by: Leonard Göhrs <[email protected]>
1 parent 0be0427 commit 9b55955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ignore = [
2020
"RUSTSEC-2023-0086",
2121
"RUSTSEC-2024-0384",
2222
"RUSTSEC-2025-0036",
23+
"RUSTSEC-2025-0052",
2324
]
2425

2526
[bans]

0 commit comments

Comments
 (0)