Skip to content

Commit

Permalink
build(deps): update rstest requirement from 0.23 to 0.24
Browse files Browse the repository at this point in the history
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.23.0...v0.24.0)

---
updated-dependencies:
- dependency-name: rstest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 1cbd3c7 commit c6a8027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdevents-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ boon = "0.6"
glob = "0.3"
proptest = "1"
regex = "1.10"
rstest = "0.23"
rstest = "0.24"

[features]
default = ["cloudevents"]
Expand Down

0 comments on commit c6a8027

Please sign in to comment.