From c6a8027d07ee1e169072ce793768010e6e33912c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:30:12 +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] --- cdevents-sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdevents-sdk/Cargo.toml b/cdevents-sdk/Cargo.toml index 5275f76..601df61 100644 --- a/cdevents-sdk/Cargo.toml +++ b/cdevents-sdk/Cargo.toml @@ -26,7 +26,7 @@ boon = "0.6" glob = "0.3" proptest = "1" regex = "1.10" -rstest = "0.23" +rstest = "0.24" [features] default = ["cloudevents"]