Skip to content

Commit

Permalink
🔧 update cargo version
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Dec 26, 2024
1 parent 991f718 commit 2d951e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src-tauri/Cargo.lock

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

9 changes: 4 additions & 5 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@ crate-type = ["staticlib", "cdylib", "lib"]
tauri-build = { version = "2.0.3", features = [] }

[dependencies]
serde_json = "1.0.133"
serde_json = "1.0.134"
serde = { version = "1.0.216", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
tokio = { version = "1.42.0", features = ["full"] }
tauri = { version = "2.1.1", features = ["tray-icon", "image-ico", "image-png", "macos-proxy"] }
tauri-plugin-window-state = "2.2.0"
tauri-plugin-oauth = "2"
tauri-plugin-oauth = "2.0.0"
tauri-plugin-http = "2.2.0"
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
tauri-plugin-global-shortcut = { version = "2.2.0" }
tauri-plugin-shell = "2.2.0"
tauri-plugin-single-instance = "2"
tauri-plugin-single-instance = "2.2.0"
tauri-plugin-notification = "2.2.0"

[features]
Expand Down

0 comments on commit 2d951e2

Please sign in to comment.