aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri
diff options
context:
space:
mode:
Diffstat (limited to 'src-tauri')
-rw-r--r--src-tauri/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index b375c6e..6520e05 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -17,15 +17,15 @@ assets = [
[dependencies]
bytes = "1.11.0"
chrono = "0.4"
-dirs = "5.0"
+dirs = "6.0"
dropout-macros = { path = "../crates/macros", version = "0.1.0-alpha.0" }
-env_logger = "0.9"
+env_logger = "0.11"
flate2 = "1.0"
futures = "0.3"
hex = "0.4"
log = "0.4"
regex = "1.12.2"
-reqwest = { version = "0.11", features = [
+reqwest = { version = "0.13", features = [
"blocking",
"json",
"multipart",
@@ -42,10 +42,10 @@ tauri-plugin-dialog = "2.6.0"
tauri-plugin-fs = "2.4.5"
tauri-plugin-shell = "2.3"
tokio = { version = "1.49.0", features = ["full"] }
-toml = "0.5"
-ts-rs = { version = "11.1.0", features = ["serde-compat"] }
+toml = "1.0"
+ts-rs = { version = "12.0.1", features = ["serde-compat"] }
uuid = { version = "1.10.0", features = ["serde", "v3", "v4"] }
-zip = "2.2.2"
+zip = "8.2.0"
[dev-dependencies]
ctor = "0.6.3"
@@ -55,4 +55,4 @@ inventory = "0.3.21"
tauri-build = { version = "2.0", features = [] }
[target.'cfg(all(windows, target_env = "gnu"))'.build-dependencies]
-embed-resource = "2.4"
+embed-resource = "3.0"