From 71a26dbc26ee9e2d5eb3123e3c7d1c1c7910eb74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:02:49 +0000 Subject: [PATCH] chore(deps): update rust crate rstest to 0.18.2 --- auctioning_platform/auctions/Cargo.toml | 2 +- auctioning_platform/foundation/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auctioning_platform/auctions/Cargo.toml b/auctioning_platform/auctions/Cargo.toml index a202c1e..3aad4b0 100644 --- a/auctioning_platform/auctions/Cargo.toml +++ b/auctioning_platform/auctions/Cargo.toml @@ -10,4 +10,4 @@ chrono = "0.4.22" foundation = { version = "0.1.0", path = "../foundation" } [dev-dependencies] -rstest = "0.15.0" +rstest = "0.18.2" diff --git a/auctioning_platform/foundation/Cargo.toml b/auctioning_platform/foundation/Cargo.toml index 3b5de56..007e67f 100644 --- a/auctioning_platform/foundation/Cargo.toml +++ b/auctioning_platform/foundation/Cargo.toml @@ -9,4 +9,4 @@ edition = "2021" rust_decimal = "1.25.0" [dev-dependencies] -rstest = "0.15.0" +rstest = "0.18.2"