Browse Source

Bump rstest from 0.18.2 to 0.19.0 (#1325)

Bumps [rstest](https://github.com/la10736/rstest) from 0.18.2 to 0.19.0.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/la10736/rstest/compare/v0.18.2...v0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1328/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
d60a993213
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      Cargo.lock
  2. 2
      Cargo.toml

8
Cargo.lock generated

@ -3414,9 +3414,9 @@ dependencies = [ @@ -3414,9 +3414,9 @@ dependencies = [
[[package]]
name = "rstest"
version = "0.18.2"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199"
checksum = "9d5316d2a1479eeef1ea21e7f9ddc67c191d497abc8fc3ba2467857abbb68330"
dependencies = [
"futures",
"futures-timer",
@ -3426,9 +3426,9 @@ dependencies = [ @@ -3426,9 +3426,9 @@ dependencies = [
[[package]]
name = "rstest_macros"
version = "0.18.2"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605"
checksum = "04a9df72cc1f67020b0d63ad9bfe4a323e459ea7eb68e03bd9824db49f9a4c25"
dependencies = [
"cfg-if",
"glob",

2
Cargo.toml

@ -71,7 +71,7 @@ criterion = "0.5.1" @@ -71,7 +71,7 @@ criterion = "0.5.1"
gix-testtools = "0.13.0"
insta = { version = "1.38.0", features = ["json", "redactions"] }
pretty_assertions = "1.4.0"
rstest = "0.18.2"
rstest = "0.19.0"
[[bench]]
name = "repo"

Loading…
Cancel
Save