From 2edac8e1e72b08e130f4486aa19e746aaac15c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:52:19 +0000 Subject: [PATCH] build(deps): update rstest requirement from 0.24 to 0.25 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.24.0...v0.25.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 cf40f683cd..6a519915f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -222,7 +222,7 @@ clap = { version = "4.5", default-features = false, features = [ ] } docker_credential = { version = "1.3", default-features = false } openssl = { version = "0.10", default-features = false } -rstest = { version = "0.24", default-features = false } +rstest = { version = "0.25", default-features = false } serial_test = { version = "3.1", default-features = false } tempfile = { version = "3.12", default-features = false } testcontainers = { version = "0.23", default-features = false }