diff options
Diffstat (limited to 'src-tauri/Cargo.toml')
| -rw-r--r-- | src-tauri/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ccec463..a496db7 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", @@ -35,17 +35,17 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.149" serde_urlencoded = "0.7.1" sha1 = "0.10" -sha2 = "0.10" +sha2 = "0.11" tar = "0.4" tauri = { version = "2.9", features = [] } 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.1" +ts-rs = { version = "12.0.1", features = ["serde-compat"] } uuid = { version = "1.10.0", features = ["serde", "v3", "v4"] } -zip = "2.2.2" +zip = "8.4.0" [dev-dependencies] ctor = "0.6.3" @@ -56,4 +56,4 @@ dotenvy = { version = "0.15", default-features = false } tauri-build = { version = "2.0", features = [] } [target.'cfg(all(windows, target_env = "gnu"))'.build-dependencies] -embed-resource = "2.4" +embed-resource = "3.0" |