From 11e2c9222bba1d77e4a81277fde1d5a6a740c16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:11:59 +0000 Subject: [PATCH] build(deps): Bump rstest from 0.22.0 to 0.23.0 Bumps [rstest](https://github.com/la10736/rstest) from 0.22.0 to 0.23.0. - [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.22.0...v0.23.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... 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 2eb05913..e13bcade 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4323,9 +4323,9 @@ dependencies = [ [[package]] name = "rstest" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b423f0e62bdd61734b67cd21ff50871dfaeb9cc74f869dcd6af974fbcb19936" +checksum = "0a2c585be59b6b5dd66a9d2084aa1d8bd52fbdb806eafdeffb52791147862035" dependencies = [ "futures", "futures-timer", @@ -4335,9 +4335,9 @@ dependencies = [ [[package]] name = "rstest_macros" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5e1711e7d14f74b12a58411c542185ef7fb7f2e7f8ee6e2940a883628522b42" +checksum = "825ea780781b15345a146be27eaefb05085e337e869bff01b4306a4fd4a9ad5a" dependencies = [ "cfg-if", "glob", diff --git a/Cargo.toml b/Cargo.toml index 1f37b9da..f5a3af15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ reqwest = { version = "0", default-features = false, features = [ assert_cmd = "2.0.14" hyper = { version = "1.2.0" } predicates = "3.1" -rstest = "0.22.0" +rstest = "0.23.0" tempfile = "3.12" testcontainers = { version = "0.23", features = ["blocking"] } tower-test = "0.4"