Skip to content

Commit

Permalink
Bump rstest from 0.21.0 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [rstest](https://github.com/la10736/rstest) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.21.0...v0.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent e320b1f commit 0bec966
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 @@ -51,7 +51,7 @@ criterion = "0.5"
tempfile = "3.3.0"
rand = "0.8.5"
proptest = "1.5.0"
rstest = "0.21.0"
rstest = "0.22.0"

[target.'cfg(not(windows))'.dev-dependencies]
pprof = { version = "0.13.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.10.5"

[dev-dependencies]
post-rs = { path = "../" }
rstest = "0.21.0"
rstest = "0.22.0"
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ tonic-build = "0.12.1"
async-stream = "0.3.5"
rcgen = "0.12.1"
reqwest = { version = "0.12.5", features = ["json"] }
rstest = "0.21.0"
rstest = "0.22.0"
tempfile = "3.8.0"

0 comments on commit 0bec966

Please sign in to comment.