From 8177d4fcc44fcbdb9a42ea692a96e77d48b44a42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:53:10 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.11.26 --- 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..ca2aeeb 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.26", default-features = false } tokio = { version = "1", default-features = false, features = ["macros", "rt-multi-thread"] }