From 1d87e2a7a34ab539287d40bec5a9fc58d6d8c286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:37:06 +0000 Subject: [PATCH] build(deps): update rstest requirement from 0.23 to 0.24 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.23.0...v0.24.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 036031e7..ba031947 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ test-log = "0.2.15" k8s-openapi = { version = "0.24.0", default-features = false, features = [ "v1_30", ] } -rstest = "0.23" +rstest = "0.24" serial_test = "3.1" test-context = "0.3" tempfile = "3.13"