Skip to content

Commit

Permalink
Update rstest requirement from 0.18 to 0.19
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.18.0...v0.19.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 9, 2024
1 parent 87a09a5 commit 4d93750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env-settings-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ thiserror = "1.0"

[dev-dependencies]
assert_fs = "1.0"
rstest = "0.18"
rstest = "0.19"
2 changes: 1 addition & 1 deletion test-env-settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ version.workspace = true
dotenvy = "0.15"
env-settings-derive = { path = "./../env-settings-derive" }
env-settings-utils = { path = "./../env-settings-utils" }
rstest = "0.18"
rstest = "0.19"

0 comments on commit 4d93750

Please sign in to comment.