From b9db54dacf40543b81511b455a8533725069a0a6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 31 Dec 2025 00:02:42 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2cf0b0b..e6ef33b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] dioxus = { version = "0.7.0", features = ["router", "fullstack"] } -reqwest = { version = "0.12.15" } +reqwest = { version = "0.13.0" } [features] default = ["web"]