From 7fe840c686e1611ced89d52566f9574458908fa7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 01:51:07 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.11.21 --- ppoprf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppoprf/Cargo.toml b/ppoprf/Cargo.toml index 33c11452..c97c5f9c 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.10.0" log = "0.4.20" -reqwest = { version = "0.11.20", features = [ "blocking", "json" ] } +reqwest = { version = "0.11.21", features = [ "blocking", "json" ] } dotenvy = "0.15.7" insta = "1.31.0" tokio = { version = "1.31.0", features = ["macros", "rt-multi-thread", "time"] }