Skip to content

Commit

Permalink
chore(deps): update rstest requirement from 0.18.2 to 0.19.0
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.2...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 15, 2024
1 parent ca0fd7f commit ae2c1ff
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 @@ -47,7 +47,7 @@ clap = { version = "4.1", features = ["derive", "env"] }
env_logger = "0.11"
insta = { version = "1.34", features = ["yaml"] }
pretty_assertions = "1.3"
rstest = "0.18.2"
rstest = "0.19.0"
serde_test = "1.0"
temp_testdir = "0.2"
tracing-test = "0.2"
Expand Down

0 comments on commit ae2c1ff

Please sign in to comment.