From 1e8c82e96c333a0f292d800f072e5ac91ee5d49c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 18:00:02 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d58165..885eaae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ protocol = "sparse" [dependencies] actix-web = "4.5" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.12", features = ["json"] } serde = { version = "1.0", features = ["derive"]} log = "0.4" env_logger = "0.11"