From 131ce9b65826d32b5c6c2eb151bae559904bddfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 06:07:23 +0000 Subject: [PATCH] Update rstest requirement from 0.18 to 0.19 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/v0.18.0...v0.19.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 be6a9b9..db0d966 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ urlencoding = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" criterion = "0.5" -rstest = "0.18" +rstest = "0.19" [[bench]] name = "benchmark"