From 8f2e105e98599e97e67c18a3e5cbf4f0d17d4179 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 16:56:27 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.13.0 --- crates/ui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ui/Cargo.toml b/crates/ui/Cargo.toml index f67a359..72c0307 100644 --- a/crates/ui/Cargo.toml +++ b/crates/ui/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4.19" dioxus-logger = "0.4.1" console_error_panic_hook = "0.1.7" -reqwest = {version = "0.11.24", features = ["json"]} +reqwest = {version = "0.13.0", features = ["json"]} #elasticsearch-dsl = "0.4.20" serde_json = "1.0.113" serde = { version = "1.0.196", features = ["derive"] }