From e14da6634fea697221031bb32acf4b30165cf194 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:54:02 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.12.2 --- auctioning_platform/Cargo.lock | 4 ++-- auctioning_platform/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/auctioning_platform/Cargo.lock b/auctioning_platform/Cargo.lock index 835be34..0eba137 100644 --- a/auctioning_platform/Cargo.lock +++ b/auctioning_platform/Cargo.lock @@ -887,9 +887,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.0" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58b48d98d932f4ee75e541614d32a7f44c889b72bd9c2e04d95edd135989df88" +checksum = "2d66674f2b6fb864665eea7a3c1ac4e3dfacd2fda83cf6f935a612e01b0e3338" dependencies = [ "base64", "bytes", diff --git a/auctioning_platform/Cargo.toml b/auctioning_platform/Cargo.toml index 91635b8..4d93438 100644 --- a/auctioning_platform/Cargo.toml +++ b/auctioning_platform/Cargo.toml @@ -11,7 +11,7 @@ foundation = { version = "0.1.0", path = "./foundation" } # external crates axum = { version = "0.7", default-features = false, features = ["tokio"] } chrono = "0.4.35" -reqwest = { version = "0.12.0", default-features = false } +reqwest = { version = "0.12.2", default-features = false } rstest = "0.18.2" rust_decimal = "1.34.3" tokio = { version = "^1.36.0", default-features = false, features = [