From 91aef6b47c304b0265abae0c5dc29b4f86dbe4f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:11:58 +0000 Subject: [PATCH] Bump rstest from 0.18.1 to 0.18.2 Bumps [rstest](https://github.com/la10736/rstest) from 0.18.1 to 0.18.2. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/v0.18.1...v0.18.2) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3def8f5..4d8ee02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1003,9 +1003,9 @@ checksum = "4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698" [[package]] name = "rstest" -version = "0.18.1" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b96577ca10cb3eade7b337eb46520108a67ca2818a24d0b63f41fd62bc9651c" +checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199" dependencies = [ "futures", "futures-timer", @@ -1015,9 +1015,9 @@ dependencies = [ [[package]] name = "rstest_macros" -version = "0.18.1" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225e674cf31712b8bb15fdbca3ec0c1b9d825c5a24407ff2b7e005fb6a29ba03" +checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605" dependencies = [ "cfg-if", "glob", diff --git a/Cargo.toml b/Cargo.toml index f38a65e..38d02fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ wasm-bindgen = "0.2.87" [dev-dependencies] indoc = "2.0.3" -rstest = "0.18.1" +rstest = "0.18.2" [target.'cfg(not(target_family = "wasm"))'.dev-dependencies] assert_cmd = "2.0.12"