Skip to content

Commit d5b8022

Browse files
committed
chore: update Tauri to v1.8.1
1 parent ac586ea commit d5b8022

File tree

2 files changed

+64
-28
lines changed

2 files changed

+64
-28
lines changed

src-tauri/Cargo.lock

Lines changed: 60 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ edition = "2021"
1313
tauri-build = { version = "1.2", features = [] }
1414

1515
[dependencies]
16-
tauri = { version = "1.4", features = [ "window-center", "window-set-size", "global-shortcut", "macos-private-api", "process-command-api", "shell-open", "system-tray", "updater", "window-hide"] }
16+
tauri = { version = "1.8.1", features = [ "window-center", "window-set-size", "global-shortcut", "macos-private-api", "process-command-api", "shell-open", "system-tray", "updater", "window-hide"] }
17+
tauri-plugin-positioner = "1.0.4"
18+
1719
serde = { version = "1.0", features = ["derive"] }
1820
serde_json = "1.0"
1921
scru128 = { version = "2.2.0", features = ["serde"] }
@@ -32,7 +34,6 @@ tantivy = "0.22"
3234
chrono = "0.4.31"
3335
async-openai = "0.14.0"
3436
futures = "0.3.28"
35-
tauri-plugin-positioner = "1.0.4"
3637
hyper = { version = "1.2", features = ["full"] }
3738
http-body-util = "0.1"
3839
hyper-util = { version = "0.1", features = ["full"] }
@@ -53,7 +54,7 @@ image = "0.25.2"
5354

5455
[target.'cfg(target_os = "macos")'.dependencies]
5556
objc = "0.2.7"
56-
cocoa = "0.25.0"
57+
cocoa = "0.26.0"
5758

5859

5960
[dev-dependencies]

0 commit comments

Comments
 (0)