Skip to content

Commit 7608279

Browse files
build(deps): update rstest requirement from 0.18 to 0.21 (#27)
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.18.0...v0.21.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ab4a3b commit 7608279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdevents-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ assert-json-diff = "2.0"
2424
boon = "0.6"
2525
glob = "0.3"
2626
proptest = "1"
27-
rstest = "0.18"
27+
rstest = "0.21"
2828

2929
[features]
3030
default = ["cloudevents"]

0 commit comments

Comments
 (0)