diff options
| author | Brendan Allan <[email protected]> | 2026-01-06 17:08:34 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2026-01-06 17:08:34 +0800 |
| commit | e5a868157e7ea89a632a43d6c15fd20128c71144 (patch) | |
| tree | 33a8bbd6e8da321e58de388e35a7dfdb434c40e2 | |
| parent | f510d17bd364dc107854ebc4bc0a0635f1bca522 (diff) | |
| download | opencode-e5a868157e7ea89a632a43d6c15fd20128c71144.tar.gz opencode-e5a868157e7ea89a632a43d6c15fd20128c71144.zip | |
update Cargo.lock
| -rw-r--r-- | packages/desktop/src-tauri/Cargo.lock | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/desktop/src-tauri/Cargo.lock b/packages/desktop/src-tauri/Cargo.lock index cd7a4226c..a35db0b3a 100644 --- a/packages/desktop/src-tauri/Cargo.lock +++ b/packages/desktop/src-tauri/Cargo.lock @@ -2790,6 +2790,7 @@ dependencies = [ "tauri-plugin-os", "tauri-plugin-process", "tauri-plugin-shell", + "tauri-plugin-single-instance", "tauri-plugin-store", "tauri-plugin-updater", "tauri-plugin-window-state", @@ -4638,6 +4639,21 @@ dependencies = [ ] [[package]] +name = "tauri-plugin-single-instance" +version = "2.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd707f8c86b4e3004e2c141fa24351f1909ba40ce1b8437e30d5ed5277dd3710" +dependencies = [ + "serde", + "serde_json", + "tauri", + "thiserror 2.0.17", + "tracing", + "windows-sys 0.60.2", + "zbus", +] + +[[package]] name = "tauri-plugin-store" version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
