Skip to content

Commit

Permalink
build(deps): update rstest requirement from 0.23.0 to 0.24.0
Browse files Browse the repository at this point in the history
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.23.0...v0.23.0)

---
updated-dependencies:
- dependency-name: rstest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 83e45db commit 0f6d86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ratatui = { version = "0.30.0-alpha.0", default-features = false }
ratatui-core = { version = "0.1.0-alpha.0" }
ratatui-macros = "0.7.0-alpha.0"
ratatui-widgets = { version = "0.3.0-alpha.0" }
rstest = "0.23.0"
rstest = "0.24.0"
strum = { version = "0.26.3", features = ["derive"] }
tokio = { version = "1.41.0" }

Expand Down

0 comments on commit 0f6d86c

Please sign in to comment.