Bump rstest from 0.16.0 to 0.17.0

Bumps [rstest](https://github.com/la10736/rstest) from 0.16.0 to 0.17.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.16.0...0.17.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] 2023-03-20 06:06:40 +00:00 committed by Dustin J. Mitchell
parent e46533ef2b
commit d2f2e2b4a4
2 changed files with 5 additions and 5 deletions

View file

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