From 1cdf9a6e24a6a1cce49cf579d9cf24ff8ed2b025 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:56:43 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.11.27 --- auctioning_platform/webapp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auctioning_platform/webapp/Cargo.toml b/auctioning_platform/webapp/Cargo.toml index 03dc14b..bbb0ebe 100644 --- a/auctioning_platform/webapp/Cargo.toml +++ b/auctioning_platform/webapp/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" [dependencies] axum = { version = "0.7", default-features = false, features = ["tokio"] } -reqwest = { version = "0.11.16", default-features = false } +reqwest = { version = "0.11.27", default-features = false } tokio = { version = "1", default-features = false, features = ["macros", "rt-multi-thread"] }