Skip to content

Commit 3e1cc11

Browse files
committed
Fix dependendencies lint
1 parent ce9775a commit 3e1cc11

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

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

deny.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ ignore = [
118118
# Unmaintained (rustls-pemfile)
119119
# https://rustsec.org/advisories/RUSTSEC-2025-0134
120120
"RUSTSEC-2025-0134",
121-
# Security violation (ruint)
122-
# https://rustsec.org/advisories/RUSTSEC-2025-0137
123-
"RUSTSEC-2025-0137",
121+
# Unsound (lru)
122+
# https://rustsec.org/advisories/RUSTSEC-2026-0002
123+
"RUSTSEC-2026-0002",
124124
]

0 commit comments

Comments
 (0)