Skip to content

Commit 82c6a70

Browse files
chore: Temporarily allow async-std crate, despite its unmaintained status (#1352)
See #1351, which asks that we update httpmock as soon as an update is available.
1 parent c5290f6 commit 82c6a70

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
@@ -18,6 +18,7 @@ ignore = [
1818
"RUSTSEC-2021-0127", # serde_cbor
1919
"RUSTSEC-2023-0071", # rsa Marvin Attack: (https://jira.corp.adobe.com/browse/CAI-5104)
2020
"RUSTSEC-2024-0370", # proc-macro-error
21+
"RUSTSEC-2025-0052", # async-std (https://github.com/contentauth/c2pa-rs/issues/1351)
2122
]
2223

2324
[bans]

0 commit comments

Comments
 (0)