Skip to content

Commit bb99b66

Browse files
committed
build: add exception for RUSTSEC-2026-0097
1 parent 1ec1acb commit bb99b66

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

.cargo/audit.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ ignore = [
1313
"RUSTSEC-2026-0002",
1414
# TODO remove once we migrate away from bincode, or it becomes maintained again.
1515
"RUSTSEC-2025-0141",
16+
# TODO remove once termwiz/terminfo update to phf 0.13+, which drops the rand 0.8 dependency.
17+
"RUSTSEC-2026-0097",
1618
]

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)