From 65391ba24d3b2871e38baa41e12652e9b2cc37bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 06:27:42 +0000 Subject: [PATCH] Update rstest requirement from 0.19 to 0.21 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.19.0...v0.21.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 d7c0c29..4199b36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ urlencoding = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" criterion = "0.5" -rstest = "0.19" +rstest = "0.21" [[bench]] name = "benchmark"