chore: add RUSTSEC-2025-0134 exception to deny.toml

This commit is contained in:
link2xt
2025-12-05 21:52:00 +00:00
committed by l
parent 7c30aef2ed
commit 646728372b

View File

@@ -12,6 +12,11 @@ ignore = [
# Unmaintained paste
"RUSTSEC-2024-0436",
# Unmaintained rustls-pemfile
# It is a transitive dependency of iroh 0.35.0,
# this should be fixed by upgrading to iroh 1.0 once it is released.
"RUSTSEC-2025-0134"
]
[bans]