Bump rstest from 0.15.0 to 0.16.0

Bumps [rstest](https://github.com/la10736/rstest) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/la10736/rstest/compare/0.15.0...0.16.0)

---
updated-dependencies:
- dependency-name: rstest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-28 05:12:35 +00:00 committed by Dustin J. Mitchell
parent 06c3fbefd7
commit bfc220058f
2 changed files with 14 additions and 13 deletions

View file

@ -29,5 +29,5 @@ ring = "0.16"
[dev-dependencies]
proptest = "^1.0.0"
tempfile = "3"
rstest = "0.15"
rstest = "0.16"
pretty_assertions = "1"