Skip to content

Commit

Permalink
build(deps): bump rstest from 0.22.0 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [rstest](https://github.com/la10736/rstest) from 0.22.0 to 0.24.0.
- [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.24.0)

---
updated-dependencies:
- dependency-name: rstest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 7ab590b commit 4f74b72
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ criterion = "0.5"
tempfile = "3.14.0"
rand = "0.8.5"
proptest = "1.6.0"
rstest = "0.22.0"
rstest = "0.24.0"

[target.'cfg(not(windows))'.dev-dependencies]
pprof = { version = "0.14.0", features = ["flamegraph", "criterion"] }
Expand Down
2 changes: 1 addition & 1 deletion scrypt-ocl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ regex = "1.11.1"

[dev-dependencies]
post-rs = { path = "../" }
rstest = "0.22.0"
rstest = "0.24.0"
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ async-stream = "0.3.6"
httpmock = "0.7.0"
axum-test = "17.0.2"
rcgen = "0.12.1"
rstest = "0.22.0"
rstest = "0.24.0"
tempfile = "3.14.0"

0 comments on commit 4f74b72

Please sign in to comment.