Skip to content

Commit 58b2598

Browse files
build(deps): update rstest requirement from 0.22 to 0.23
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.22.0...v0.23.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f6c7d24 commit 58b2598

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
@@ -64,7 +64,7 @@ criterion = "0.5"
6464
pretty_assertions = "1"
6565
proptest = "1"
6666
rand = "0.8"
67-
rstest = "0.22"
67+
rstest = "0.23"
6868

6969
# We don't need any of the default features for crossterm.
7070
# However, the windows build needs the windows feature enabled.

0 commit comments

Comments
 (0)