Skip to content

Commit

Permalink
chore(deps): update rstest requirement from 0.23 to 0.24 (#1387)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rano | Ranadeep <[email protected]>
  • Loading branch information
dependabot[bot] and rnbguy authored Jan 16, 2025
1 parent eb7e079 commit 36944b8
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 @@ -60,7 +60,7 @@ borsh = { version = "1", default-features = false, features = [ "deriv
displaydoc = { version = "0.2.5", default-features = false }
prost = { version = "0.13.2", default-features = false }
derive_more = { version = "1.0.0", default-features = false, features = [ "from", "into", "display", "try_into" ] }
rstest = { version = "0.23" }
rstest = { version = "0.24" }
schemars = { version = "0.8.21" }
sha2 = { version = "0.10.8", default-features = false }
serde = { version = "1.0", default-features = false }
Expand Down

0 comments on commit 36944b8

Please sign in to comment.