From 9373743a220fcaf2f4f556b0b080b936612cf589 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 04:53:07 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.12.3 --- ppoprf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppoprf/Cargo.toml b/ppoprf/Cargo.toml index 1cbf63fb..ab3fa326 100644 --- a/ppoprf/Cargo.toml +++ b/ppoprf/Cargo.toml @@ -26,7 +26,7 @@ rand_core = "0.6.4" criterion = "0.5.1" env_logger = "0.11.3" log = "0.4.21" -reqwest = { version = "0.12.2", features = [ "blocking", "json" ] } +reqwest = { version = "0.12.3", features = [ "blocking", "json" ] } dotenvy = "0.15.7" tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "time"] } warp = "0.3.6"