Skip to content

Commit

Permalink
chore(deps): bump rstest from 0.15.0 to 0.16.0 (#197)
Browse files Browse the repository at this point in the history
Bumps [rstest](https://github.com/la10736/rstest) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@0.15.0...0.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2022
1 parent 2bc4a09 commit 430da39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 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 middlewares/delay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
assert_cmd = "2.0"
figment = { version = "0.10", features = ["env", "test"] }
rand = "0.8"
rstest = "0.15"
rstest = "0.16"
sg-core = { package = "core", path = "../../core", features = ["mq", "mock"] }
tempfile = "3.3"
uuid = "0.8"

0 comments on commit 430da39

Please sign in to comment.