From d280996f91d5f05b5cc61f788e263312f6781531 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 21:41:07 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.12.4 --- 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 34ede63..56b4111 100644 --- a/auctioning_platform/Cargo.lock +++ b/auctioning_platform/Cargo.lock @@ -887,9 +887,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e6cc1e89e689536eb5aeede61520e874df5a4707df811cd5da4aa5fbb2aae19" +checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" dependencies = [ "base64", "bytes", diff --git a/auctioning_platform/Cargo.toml b/auctioning_platform/Cargo.toml index 30b6905..3d42092 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.37" -reqwest = { version = "0.12.3", default-features = false } +reqwest = { version = "0.12.4", default-features = false } rstest = "0.19.0" rust_decimal = "1.35.0" tokio = { version = "^1.37.0", default-features = false, features = [