From 73319e24831553e4a2f996746140fe9b970a0c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 07:11:01 +0000 Subject: [PATCH] chore(deps): Update rstest requirement from 0.16.0 to 0.17.0 Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version. - [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/0.16.0...0.17.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1b6783a5..8e44d6465 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ cfg-if = "1.0.0" filetime = "0.2" nix = "0.26" openssl = "0.10.44" -rstest = "0.16.0" +rstest = "0.17.0" serial_test = "2.0.0" strum = "0.24" strum_macros = "0.24"