From fd295f414f0884aeb84398057d4b2aaf126bb74a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 18:02:00 +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 18298a1f..e30152ca 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.37.0", features = ["macros", "rt-multi-thread", "time"] } warp = "0.3.7"