mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 14:56:33 +03:00
chore: remove RUSTSEC-2026-0002 exception from deny.toml
It is an "unsound" advisory for a transitive dependency and cargo-deny does not report them by default since cargo-deny 0.19.0.
This commit is contained in:
@@ -17,11 +17,6 @@ ignore = [
|
|||||||
# It is a transitive dependency of iroh 0.35.0,
|
# It is a transitive dependency of iroh 0.35.0,
|
||||||
# this should be fixed by upgrading to iroh 1.0 once it is released.
|
# this should be fixed by upgrading to iroh 1.0 once it is released.
|
||||||
"RUSTSEC-2025-0134",
|
"RUSTSEC-2025-0134",
|
||||||
|
|
||||||
# Old versions of "lru" are transitive dependencies of iroh 0.35.0.
|
|
||||||
# <https://rustsec.org/advisories/RUSTSEC-2026-0002>
|
|
||||||
# <https://github.com/chatmail/core/issues/7692>
|
|
||||||
"RUSTSEC-2026-0002",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[bans]
|
[bans]
|
||||||
|
|||||||
Reference in New Issue
Block a user