Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 4f2b56e

Browse files
committed
Remove generic-array security exception
1 parent 6b4b6bd commit 4f2b56e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ci/do-audit.sh

-6
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ cargo_audit_ignores=(
2323
# Blocked on multiple crates updating `time` to >= 0.2.23
2424
--ignore RUSTSEC-2020-0071
2525

26-
# generic-array: arr! macro erases lifetimes
27-
#
28-
# Blocked on new spl dependencies on solana-program v1.9
29-
# due to curve25519-dalek dependency
30-
--ignore RUSTSEC-2020-0146
31-
3226
# chrono: Potential segfault in `localtime_r` invocations
3327
#
3428
# Blocked due to no safe upgrade

0 commit comments

Comments
 (0)