Skip to content

Commit 42a4281

Browse files
build(deps): update rstest requirement from 0.21.0 to 0.22.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@v0.21.0...v0.21.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0e3027 commit 42a4281

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
@@ -25,7 +25,7 @@ indoc = "2.0.5"
2525
lipsum = "0.9.1"
2626
ratatui = { version = "0.27.0", default-features = false }
2727
ratatui-macros = "0.4.2"
28-
rstest = "0.21.0"
28+
rstest = "0.22.0"
2929
strum = { version = "0.26.1", features = ["derive"] }
3030
tokio = { version = "1.39" }
3131

0 commit comments

Comments
 (0)