Skip to content

Commit 4d8e681

Browse files
authored
audit: Ignore h2 advisory (#158)
#### Problem There's an audit failure on the repo due to the h2 advisory. #### Summary of changes Since there's no impact on this repo, just ignore until we can update to agave dependencies with updated deps.
1 parent 6eb9abc commit 4d8e681

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ audit:
2828
--ignore RUSTSEC-2026-0098 \
2929
--ignore RUSTSEC-2026-0099 \
3030
--ignore RUSTSEC-2026-0104 \
31+
--ignore RUSTSEC-2026-0258 \
3132
$(ARGS)
3233

3334
spellcheck:

0 commit comments

Comments
 (0)