From 8d1f18dd81cd482c9eb5c6a83d9d1b875b06e3d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 10:04:03 +0000 Subject: [PATCH] :arrow_up: Update rstest requirement from 0.17 to 0.18 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.17.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 ebf38a5..08ef0fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ markdown-it = { version = "0.6", default-features = false } regex = ">= 1.0.0, < 2" once_cell = ">= 1.0.1, < 2" testing = "0.33" -rstest = "0.17" +rstest = "0.18" # possible other packages for testing that are not actually used currently # indoc, rtest, insta