Skip to content

Commit

Permalink
build(deps): update rstest requirement from 0.22.0 to 0.23.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.22.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 Oct 1, 2024
1 parent 571b26b commit 801e7eb
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 @@ -28,7 +28,7 @@ thiserror = "1.0"

[dev-dependencies]
criterion = "0.5.1"
rstest = { version = "0.22.0", default-features = false }
rstest = { version = "0.23.0", default-features = false }
rust_decimal = { version = "1.35", default-features = false }
miette = { version = "5.10", features = ["fancy"] }
chumsky = "0.9.3"
Expand Down

0 comments on commit 801e7eb

Please sign in to comment.