From e48e0b5499519b1cd326103afc4acc57dd1bc7c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 02:28:37 +0000 Subject: [PATCH] build(deps): update rstest requirement from 0.21 to 0.22 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.21.0...v0.22.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 8f3cc9c..abe6a9a 100644 --- a/cdevents-sdk/Cargo.toml +++ b/cdevents-sdk/Cargo.toml @@ -24,7 +24,7 @@ assert-json-diff = "2.0" boon = "0.6" glob = "0.3" proptest = "1" -rstest = "0.21" +rstest = "0.22" [features] default = ["cloudevents"]