Skip to content

Commit b1ca753

Browse files
build(deps): update rstest requirement from 0.18 to 0.19
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.19.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b778dd5 commit b1ca753

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
@@ -24,7 +24,7 @@ assert-json-diff = "2.0"
2424
boon = "0.5"
2525
glob = "0.3"
2626
proptest = "1"
27-
rstest = "0.18"
27+
rstest = "0.19"
2828

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

0 commit comments

Comments
 (0)