From e63d01149c0e099c1069fe7c4bceffb0cf71fb55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 02:06:18 +0000 Subject: [PATCH] * RoboYak deps: Update rstest requirement from 0.12.0 to 0.16.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.12.0...0.16.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 a1f756a..a9417a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ nightly = [] [dev-dependencies] tokio = { version = "1.15.0", features = ["full"] } -rstest = "0.12.0" +rstest = "0.16.0" rstest_reuse = "0.1.3" httpmock = "0.6.4" # loom = "0.5.0" in future for concurrency testing