From 52baea547154fdd718f46bb5ef0a9c48964d47ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 16:25:41 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 049ab4c..c91fba7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ serde_derive = "1" egui_logger= "0.3.0" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } tokio = { version = "1", features = ["full"] } egui_extras ="0.21"