Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions apps/desktop/src-tauri/.cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
ignore = [
"RUSTSEC-2024-0413", # atk: gtk-rs GTK3 bindings - no longer maintained
"RUSTSEC-2024-0416", # atk-sys
"RUSTSEC-2025-0057", # fxhash: no longer maintained
"RUSTSEC-2024-0412", # gdk
"RUSTSEC-2024-0418", # gdk-sys
"RUSTSEC-2024-0411", # gdkwayland-sys
Expand All @@ -17,6 +16,5 @@ ignore = [
"RUSTSEC-2025-0080", # unic-common: unmaintained
"RUSTSEC-2025-0100", # unic-ucd-ident: unmaintained
"RUSTSEC-2025-0098", # unic-ucd-version: unmaintained
"RUSTSEC-2024-0429", # glib: unsoundness in VariantStrIter
"RUSTSEC-2026-0097", # rand 0.7.3: transitive via Tauri/kuchikiki phf 0.8; remove when upstream drops the chain
"RUSTSEC-2024-0429", # glib 0.18.5: VariantStrIter unsoundness, transitive via Tauri/wry/webkit2gtk/gtk GTK3 stack; remove when upstream drops or patches the chain
]
Loading
Loading