Skip to content

Commit 430c826

Browse files
Update rstest requirement from 0.16.0 to 0.17.0
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@0.16.0...0.17.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a16405 commit 430c826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googletest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ googletest_macro = { path = "../googletest_macro", version = "0.4.1" }
3838
num-traits = "0.2.15"
3939
regex = "1.6.0"
4040
indoc = { version = "2", optional = true }
41-
rstest = { version = "0.16.0", optional = true }
41+
rstest = { version = "0.17.0", optional = true }
4242

4343
[dev-dependencies]
4444
indoc = "1"

0 commit comments

Comments
 (0)