From d9fb57efe280466db914a484eb0d7803a6676f04 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 May 2025 01:50:46 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.12.0 --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2