mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-23 19:52:31 +03:00
c7b9a53525
* chore: promote to v2 stable - deletes all RC change files - adds a new change file to promote all packages to v2 stable - manually fix the tauri-driver, tauri-macos-sign, tauri-bundler versions so the next covector bump will move them to 2.0.0 - manually patch the metadata-v2.json file so the next covector update will mark all packages as 2.0.0 * ignore audit vuln without fixes * bump msrv to 1.78 * run covector version * fix sync lockfile covector * #[allow(clippy::manual_inspect)]
10 lines
185 B
TOML
10 lines
185 B
TOML
[advisories]
|
|
ignore = [
|
|
# rsa Marvin Attack
|
|
"RUSTSEC-2023-0071",
|
|
# difference is unmaintained
|
|
"RUSTSEC-2020-0095",
|
|
# proc-macro-error is unmaintained
|
|
"RUSTSEC-2024-0370",
|
|
]
|