Skip to content

Commit 9c7dd6c

Browse files
committed
Security fixes
1 parent cd3b8d1 commit 9c7dd6c

3 files changed

Lines changed: 78 additions & 61 deletions

File tree

.cargo/audit.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
[advisories]
2-
ignore = ["RUSTSEC-2023-0071"]
2+
ignore = [
3+
"RUSTSEC-2023-0071",
4+
# rustls-webpki 0.101.7 via aws-smithy-http-client legacy TLS; cannot upgrade until AWS SDK drops rustls 0.21
5+
"RUSTSEC-2026-0049",
6+
]

0 commit comments

Comments
 (0)