mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
12 lines
290 B
TOML
12 lines
290 B
TOML
[advisories]
|
|
ignore = [
|
|
# rsa Marvin Attack
|
|
"RUSTSEC-2023-0071",
|
|
# difference is unmaintained
|
|
"RUSTSEC-2020-0095",
|
|
# proc-macro-error is unmaintained
|
|
"RUSTSEC-2024-0370",
|
|
# time crate can't be updated in the repo because of MSRV, users are unaffected
|
|
"RUSTSEC-2026-0009",
|
|
]
|