fix: ignore and fix audits (#3564)

* fix: ignore and fix audits

* openssl-sys 0.9.114
This commit is contained in:
Tony
2026-09-01 17:38:21 +08:00
committed by GitHub
parent 6aa2854f31
commit 845d8989cb
2 changed files with 12 additions and 7 deletions
+3
View File
@@ -14,4 +14,7 @@ ignore = [
"RUSTSEC-2026-0195",
# quinn-proto, can't be updated in the repo because of MSRV, users are unaffected
"RUSTSEC-2026-0185",
# rkyv is not used, it's brought in by `rust_decimal`'s `rkyv` feature to the lockfile,
# but that feature is not enabled by anything
"RUSTSEC-2026-0235",
]