diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8f7ee26..0815a5d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } tauri = { version = "2.4.1", features = ["tray-icon"] } dirs = "5.0.1" -reqwest = { version = "0.11.18", features = ["json", "multipart"] } +reqwest = { version = "0.12.0", features = ["json", "multipart"] } lazy_static = "1.5.0" tokio = { version = "1.29.1", features = ["full"] } tokio-macros = "2.3.0"