mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-29 13:31:27 +02:00
8 lines
241 B
TOML
8 lines
241 B
TOML
[advisories]
|
|
ignore = [
|
|
# time crate can't be updated in the repo because of MSRV, users are unaffected
|
|
"RUSTSEC-2026-0009",
|
|
# libflate crates can't be updated in the repo because of MSRV, users are unaffected
|
|
"RUSTSEC-2026-0105",
|
|
]
|