Skip to content

Commit

Permalink
Update rstest requirement from 0.16.0 to 0.17.0 (#192)
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](0.16.0...0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2023
1 parent 18e0b15 commit d891ee3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rstest_macros/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ unicode-ident = "1.0.5"
actix-rt = "2.7.0"
async-std = {version = "1.12.0", features = ["attributes"]}
pretty_assertions = "1.2.1"
rstest = {version = "0.16.0", default-features = false}
rstest = {version = "0.17.0", default-features = false}
rstest_reuse = {version = "0.5.0", path = "../rstest_reuse"}
rstest_test = {version = "0.11.0", path = "../rstest_test"}

Expand Down
2 changes: 1 addition & 1 deletion rstest_reuse/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ lazy_static = "1.4.0"
rstest_test = {version = "0.11.0", path = "../rstest_test"}
temp_testdir = "0.2.3"
# To compile doc tests
rstest = {version = "0.16.0"}
rstest = {version = "0.17.0"}

[build-dependencies]
rustc_version = "0.4.0"
2 changes: 1 addition & 1 deletion rstest_test/Cargo.toml
Expand Up @@ -19,5 +19,5 @@ toml_edit = "0.19.0"

[dev-dependencies]
lazy_static = "1.4.0"
rstest = {version = "0.16.0", default-features = false}
rstest = {version = "0.17.0", default-features = false}
temp_testdir = "0.2.3"

0 comments on commit d891ee3

Please sign in to comment.