From 67f3d460237ffadb278c3a108dd1496d947340ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:08:15 +0000 Subject: [PATCH] chore(deps): update rust crate rstest to 0.19.0 --- auctioning_platform/Cargo.lock | 8 ++++---- auctioning_platform/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/auctioning_platform/Cargo.lock b/auctioning_platform/Cargo.lock index 0468a8e..34ede63 100644 --- a/auctioning_platform/Cargo.lock +++ b/auctioning_platform/Cargo.lock @@ -951,9 +951,9 @@ dependencies = [ [[package]] name = "rstest" -version = "0.18.2" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199" +checksum = "9d5316d2a1479eeef1ea21e7f9ddc67c191d497abc8fc3ba2467857abbb68330" dependencies = [ "futures", "futures-timer", @@ -963,9 +963,9 @@ dependencies = [ [[package]] name = "rstest_macros" -version = "0.18.2" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605" +checksum = "04a9df72cc1f67020b0d63ad9bfe4a323e459ea7eb68e03bd9824db49f9a4c25" dependencies = [ "cfg-if", "glob", diff --git a/auctioning_platform/Cargo.toml b/auctioning_platform/Cargo.toml index 4b3e7de..30b6905 100644 --- a/auctioning_platform/Cargo.toml +++ b/auctioning_platform/Cargo.toml @@ -12,7 +12,7 @@ foundation = { version = "0.1.0", path = "./foundation" } axum = { version = "0.7", default-features = false, features = ["tokio"] } chrono = "0.4.37" reqwest = { version = "0.12.3", default-features = false } -rstest = "0.18.2" +rstest = "0.19.0" rust_decimal = "1.35.0" tokio = { version = "^1.37.0", default-features = false, features = [ "macros",