💄 update cargo

This commit is contained in:
Tw93
2024-05-16 11:23:15 +08:00
parent f66095671b
commit 2992b7c130
2 changed files with 60 additions and 60 deletions

View File

@@ -15,9 +15,9 @@ rust-version = "1.78.0"
tauri-build = { version = "1.5.2", features = [] }
[dependencies]
serde_json = "1.0.116"
serde = { version = "1.0.200", features = ["derive"] }
tauri = { version = "1.6.3", features = ["api-all", "system-tray"] }
serde_json = "1.0.117"
serde = { version = "1.0.201", features = ["derive"] }
tauri = { version = "1.6.5", features = ["api-all", "system-tray"] }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-oauth = { git = "https://github.com/FabianLars/tauri-plugin-oauth", branch = "main" }