fix(audit): update deps, ignore advisories (#379)

This commit is contained in:
Lucas Fernandes Nogueira
2023-05-19 13:22:30 -03:00
committed by GitHub
parent fdec66c69f
commit 8bd80eb651
2 changed files with 19 additions and 8 deletions
+11
View File
@@ -0,0 +1,11 @@
[advisories]
ignore = [
# time 0.1
"RUSTSEC-2020-0071",
# needs sqlx 0.7 (still in alpha)
"RUSTSEC-2022-0090",
# wry needs kuchiki on Android
"RUSTSEC-2023-0019",
# atty is only used when the `colored` feature is enabled on tauri-plugin-log
"RUSTSEC-2021-0145"
]