Bump rstest from 0.14.0 to 0.15.0

Bumps [rstest](https://github.com/la10736/rstest) from 0.14.0 to 0.15.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.14.0...0.15.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-06-28 05:34:49 +00:00 committed by Dustin J. Mitchell
parent 9bb2bc016a
commit fae77410fa
2 changed files with 3 additions and 3 deletions

View file

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