From d6bfa2fcdd0c68d161bc9b7d36d6df9699dd27d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 04:40:36 +0000 Subject: Bump rstest from 0.18.2 to 0.19.0 Bumps [rstest](https://github.com/la10736/rstest) from 0.18.2 to 0.19.0. - [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.2...v0.19.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5f6d128..252e4fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ predicates = "3" pretty_assertions = "1.2" regex = "1" reqwest = { version = "0.11", features = ["blocking", "multipart", "rustls-tls"], default-features = false } -rstest = "0.18" +rstest = "0.19" select = "0.6" url = "2" -- cgit v1.2.3