From 6a79a60dbcfb6e1dc15d61576a8efa812e734f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:16:49 +0000 Subject: [PATCH] build(deps): bump rstest from 0.21.0 to 0.22.0 (#514) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb72ab01..a1325061 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2685,9 +2685,9 @@ dependencies = [ [[package]] name = "rstest" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afd55a67069d6e434a95161415f5beeada95a01c7b815508a82dcb0e1593682" +checksum = "7b423f0e62bdd61734b67cd21ff50871dfaeb9cc74f869dcd6af974fbcb19936" dependencies = [ "futures", "futures-timer", @@ -2697,9 +2697,9 @@ dependencies = [ [[package]] name = "rstest_macros" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4165dfae59a39dd41d8dec720d3cbfbc71f69744efb480a3920f5d4e0cc6798d" +checksum = "c5e1711e7d14f74b12a58411c542185ef7fb7f2e7f8ee6e2940a883628522b42" dependencies = [ "cfg-if", "glob", diff --git a/Cargo.toml b/Cargo.toml index 0a10e112..9a7f5316 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ prost-build = "0.13" insta = { version = "1.36", features = ["yaml"] } log = "0.4" pretty_assertions = "1.4" -rstest = "0.21.0" +rstest = "0.22.0" temp_testdir = "0.2" test-log = "0.2" tracing-subscriber = "0.3"