Skip to content
Open
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
2 changes: 1 addition & 1 deletion keyless-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-autostart": "^2",
"@tauri-apps/plugin-dialog": "^2",
"@tauri-apps/plugin-dialog": "^2.6.0",
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This upgrades the JS package to @tauri-apps/plugin-dialog@2.6.0, but the Rust side is still locked to tauri-plugin-dialog 2.4.2 in the repo’s Cargo.lock. That version skew can cause runtime/plugin IPC incompatibilities and makes the upgrade incomplete. Please also update the Rust dependency lock (e.g., run a targeted cargo update for tauri-plugin-dialog and commit the updated Cargo.lock) so the Rust crate matches the JS plugin version you’re now depending on.

Suggested change
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-dialog": "^2.4.2",

Copilot uses AI. Check for mistakes.
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-positioner": "^2.3.1",
"@tauri-apps/plugin-store": "^2",
Expand Down
10 changes: 5 additions & 5 deletions keyless-desktop/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.