Skip to content

Commit 2eda0ff

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

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.28.1", default-features = false }
2727
ratatui-macros = "0.5.0"
28-
rstest = "0.22.0"
28+
rstest = "0.23.0"
2929
strum = { version = "0.26.3", features = ["derive"] }
3030
tokio = { version = "1.39" }
3131

0 commit comments

Comments
 (0)