Skip to content

Commit

Permalink
Update rstest requirement from 0.22.0 to 0.23.0
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.22.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 9fa405e commit e1f9c3a
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 @@ -36,5 +36,5 @@ regex = "~1.10.5"

[dev-dependencies]
tempfile = "3.2.0"
rstest = "0.22.0"
rstest = "0.23.0"
serde_json = { version = "1.0.66", features = ["preserve_order"] }

0 comments on commit e1f9c3a

Please sign in to comment.