Skip to content

Commit e481509

Browse files
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](la10736/rstest@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72fd8b0 commit e481509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdevents-sdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ boon = "0.6"
2626
glob = "0.3"
2727
proptest = "1"
2828
regex = "1.10"
29-
rstest = "0.24"
29+
rstest = "0.25"
3030

3131
[features]
3232
default = ["cloudevents"]

0 commit comments

Comments
 (0)