diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-10 04:40:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 04:40:36 +0000 |
commit | d6bfa2fcdd0c68d161bc9b7d36d6df9699dd27d4 (patch) | |
tree | e3d1e6b3f445e779071ef300e5591f88bc4ba168 | |
parent | Add CHANGELOG entry for #1379 (diff) | |
download | miniserve-d6bfa2fcdd0c68d161bc9b7d36d6df9699dd27d4.tar.gz miniserve-d6bfa2fcdd0c68d161bc9b7d36d6df9699dd27d4.zip |
Bump rstest from 0.18.2 to 0.19.0
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>
-rw-r--r-- | Cargo.lock | 8 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -2206,9 +2206,9 @@ checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316" [[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", @@ -2218,9 +2218,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", @@ -75,7 +75,7 @@ predicates = "3" pretty_assertions = "1.2" regex = "1" reqwest = { version = "0.11", features = ["blocking", "multipart", "rustls-tls"], default-features = false } -rstest = "0.18" +rstest = "0.19" select = "0.6" url = "2" |