chore(desktop): major version dependency bumps (#4443)

This commit is contained in:
Shreyas
2024-10-23 21:59:18 +05:30
committed by GitHub
parent aef11e329f
commit 7dfb06c137
2 changed files with 45 additions and 63 deletions

View File

@@ -10,10 +10,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "1.5.0", features = [] }
tauri-build = { version = "1.5.5", features = [] }
[dependencies]
tauri = { version = "1.5.3", features = [
tauri = { version = "1.8.1", features = [
"dialog-save",
"fs-write-file",
"http-all",
@@ -24,20 +24,20 @@ tauri = { version = "1.5.3", features = [
] }
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-deep-link = { git = "https://github.com/FabianLars/tauri-plugin-deep-link", branch = "main" }
tauri-plugin-window-state = "0.1.0"
reqwest = { version = "0.11.22", features = ["native-tls"] }
serde_json = "1.0.108"
url = "2.5.0"
tauri-plugin-window-state = "0.1.1"
reqwest = { version = "0.11.27", features = ["native-tls"] }
serde_json = "1.0.128"
url = "2.5.2"
hex_color = "3.0.0"
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
dashmap = "5.5.3"
tokio = { version = "1.38.0", features = ["macros"] }
tokio-util = "0.7.11"
tokio = { version = "1.40.0", features = ["macros"] }
tokio-util = "0.7.12"
log = "0.4.22"
thiserror = "1.0.63"
thiserror = "1.0.64"
[dev-dependencies]
tauri = { version = "1.5.3", features = ["devtools", "test"] }
tauri = { version = "1.8.1", features = ["devtools", "test"] }
env_logger = "0.11.5"
[target.'cfg(target_os = "macos")'.dependencies]