Skip to content

Commit

Permalink
chore(deps): update rstest requirement from 0.21 to 0.22 (#200)
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.21.0...v0.22.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>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 46befc2 commit 31a9b81
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 @@ -43,7 +43,7 @@ csv = "1.2"
env_logger = "0.11"
insta = { version = "1", features = ["yaml"] }
pretty_assertions = "1.3"
rstest = "0.21"
rstest = "0.22"
test-log = "0.2"

[[bench]]
Expand Down

0 comments on commit 31a9b81

Please sign in to comment.