From eeed9f52d154000dcd5999a00ef116acd92084a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:13:24 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.12.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fea623a..e4560ed 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.3", features = ["json"] } # Allocator wee_alloc = "0.4.5"