From f6bff5d5dd4cdf9e1cbe66ca46f8f9df80df2308 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 18:23:01 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fea623a..97e9ae1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ urlparse = "0.7.3" worker = "0.0.9" # Web -reqwest = { version = "0.11.10", features = ["json"] } +reqwest = { version = "0.12.0", features = ["json"] } # Allocator wee_alloc = "0.4.5"