diff --git a/backend/tauri/Cargo.toml b/backend/tauri/Cargo.toml index f5528aaca8..538a437c69 100644 --- a/backend/tauri/Cargo.toml +++ b/backend/tauri/Cargo.toml @@ -75,7 +75,7 @@ colored = "3" clap = { version = "4.5.4", features = ["derive"] } # GUI Utilities -rfd = { version = "0.15", default-features = false, features = [ +rfd = { version = "0.17", default-features = false, features = [ "tokio", "gtk3", "common-controls-v6",