Skip to content

Commit 0fe3b45

Browse files
⬆️ Update rstest requirement from 0.17 to 0.18
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.17.0...0.17.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fd824c4 commit 0fe3b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ markdown-it = { version = "0.6", default-features = false }
1515
regex = ">= 1.0.0, < 2"
1616
once_cell = ">= 1.0.1, < 2"
1717
testing = "0.33"
18-
rstest = "0.17"
18+
rstest = "0.18"
1919
# possible other packages for testing that are not actually used currently
2020
# indoc, rtest, insta
2121

0 commit comments

Comments
 (0)