update cargo deps
This commit is contained in:
Generated
+1288
-1410
File diff suppressed because it is too large
Load Diff
+16
-16
@@ -15,40 +15,40 @@ name = "app_lib"
|
||||
crate-type = ["staticlib", "cdylib", "rlib"]
|
||||
|
||||
[build-dependencies]
|
||||
tauri-build = { version = "2.5.1", features = [] }
|
||||
tauri-build = { version = "2.6.1", features = [] }
|
||||
|
||||
[dependencies]
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
log = "0.4"
|
||||
tauri = { version = "2.9.2", features = [ "tray-icon", "image-ico",
|
||||
tauri = { version = "2.11.1", features = [ "tray-icon", "image-ico",
|
||||
"image-png", "config-json5" ] }
|
||||
tauri-plugin-log = "2.7.1"
|
||||
tauri-plugin-shell = "2.3.3"
|
||||
tauri-plugin-dialog = "2.4.2"
|
||||
tauri-plugin-fs = "2.4.4"
|
||||
tauri-plugin-opener = "2.5.2"
|
||||
tauri-plugin-http = "2.5.4"
|
||||
tauri-plugin-store = "2.4.1"
|
||||
tauri-plugin-log = "2.8.0"
|
||||
tauri-plugin-shell = "2.3.5"
|
||||
tauri-plugin-dialog = "2.7.1"
|
||||
tauri-plugin-fs = "2.5.1"
|
||||
tauri-plugin-opener = "2.5.4"
|
||||
tauri-plugin-http = "2.5.9"
|
||||
tauri-plugin-store = "2.4.3"
|
||||
tauri-plugin-process = "2.3.1"
|
||||
tauri-plugin-notification = { version = "2.3.3", features = [ "windows7-compat" ] }
|
||||
tauri-plugin-os = "2.3.2"
|
||||
tauri-plugin-global-shortcut = "2.3.1"
|
||||
fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" }
|
||||
zip = "0.6.6"
|
||||
machine-uid = "0.5.4"
|
||||
machine-uid = "0.6.0"
|
||||
tauri-plugin-sentry = "0.5.0"
|
||||
sentry = "0.42"
|
||||
tauri-plugin-autostart = "2.5.1"
|
||||
tauri-plugin-single-instance = { version = "2.3.6", features = ["deep-link"] }
|
||||
tauri-plugin-updater = "2.9.0"
|
||||
tauri-plugin-single-instance = { version = "2.4.2", features = ["deep-link"] }
|
||||
tauri-plugin-updater = "2.10.1"
|
||||
tauri-plugin-clipboard-manager = "2.3.2"
|
||||
tauri-plugin-prevent-default = "3"
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
tauri-plugin-prevent-default = "5"
|
||||
reqwest = { version = "0.13", features = ["json"] }
|
||||
sysinfo = "0.37"
|
||||
tinyfiledialogs = "3.9.1"
|
||||
tauri-plugin-deep-link = "2"
|
||||
flate2 = "1.1.4"
|
||||
tauri-plugin-deep-link = "2.4.9"
|
||||
flate2 = "1.1.9"
|
||||
tar = "0.4.45"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user