chore: update deps

This commit is contained in:
GyDi
2022-02-15 00:33:58 +08:00
parent 491ef4559f
commit 7e2e9aa836
4 changed files with 60 additions and 60 deletions

View File

@@ -18,7 +18,7 @@ chrono = "0.4.19"
serde_json = "1.0"
serde_yaml = "0.8"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0-rc.1", features = ["api-all", "system-tray", "updater"] }
tauri = { version = "1.0.0-rc.2", features = ["api-all", "system-tray", "updater"] }
tauri-plugin-shadows = { git = "https://github.com/tauri-apps/tauri-plugin-shadows", features = ["tauri-impl"] }
tauri-plugin-vibrancy = { git = "https://github.com/tauri-apps/tauri-plugin-vibrancy", features = ["tauri-impl"] }