Skip to content

Commit

Permalink
Update rstest requirement in the all-dependencies group
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.

Updates `rstest` to 0.24.0
- [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
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 1c91328 commit 621194b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ strum_macros = "0.26"

[dev-dependencies]
pretty_assertions = "1.0"
rstest = "0.23"
rstest = "0.24"
doc-comment = "0.3"
proptest = "1.0.0"
regex = "1"

0 comments on commit 621194b

Please sign in to comment.