Skip to content

Commit

Permalink
chore(deps): update rstest requirement from 0.18 to 0.19
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.18.0...v0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 28, 2024
1 parent bcf9070 commit 4ec24cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libindy_vdr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ zmq = "0.9"
sled = "0.34.7"

[dev-dependencies]
rstest = "0.18"
rstest = "0.19"
time = "0.3"
indy-data-types = { version = "0.7", default-features = false, features = [
"rich_schema",
Expand Down

0 comments on commit 4ec24cf

Please sign in to comment.