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 @@ -14,7 +14,7 @@
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-autostart": "^2",
"@tauri-apps/plugin-dialog": "^2",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-opener": "^2.5.3",
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.

The JS dependency is upgraded to @tauri-apps/plugin-opener@2.5.3, but the corresponding Rust crate is still locked to tauri-plugin-opener 2.5.2 in Cargo.lock. Since Tauri plugins typically expect the Rust and JS sides to stay in sync, update the Rust lockfile (e.g., run a targeted cargo update for tauri-plugin-opener) so both sides resolve to the same patch version.

Copilot uses AI. Check for mistakes.
"@tauri-apps/plugin-positioner": "^2.3.1",
"@tauri-apps/plugin-store": "^2",
"react": "^19.1.0",
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.