From 1e7b05dd781dd4a396de3c7b86b7f42d06b4a7e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 02:24:10 +0000 Subject: [PATCH] chore(deps): update rust crate rstest to 0.19 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90c1a69..5947b96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -743,9 +743,9 @@ checksum = "4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698" [[package]] name = "rstest" -version = "0.18.1" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b96577ca10cb3eade7b337eb46520108a67ca2818a24d0b63f41fd62bc9651c" +checksum = "9d5316d2a1479eeef1ea21e7f9ddc67c191d497abc8fc3ba2467857abbb68330" dependencies = [ "futures", "futures-timer", @@ -755,9 +755,9 @@ dependencies = [ [[package]] name = "rstest_macros" -version = "0.18.1" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225e674cf31712b8bb15fdbca3ec0c1b9d825c5a24407ff2b7e005fb6a29ba03" +checksum = "04a9df72cc1f67020b0d63ad9bfe4a323e459ea7eb68e03bd9824db49f9a4c25" dependencies = [ "cfg-if", "glob", diff --git a/Cargo.toml b/Cargo.toml index 3575963..0a18c28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ slog = "2.7" [dev-dependencies] mockall = "0.12" serial_test = "3.0" -rstest = "0.18" +rstest = "0.19"