diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-05-03 04:15:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 04:15:21 +0000 |
commit | d158ea398e365b380ad362d29c52a5ce0bd487bf (patch) | |
tree | 015d6daf0a4ccd6e2e6d4287733010d80b222138 /Cargo.toml | |
parent | Merge pull request #511 from svenstaro/dependabot/cargo/chrono-humanize-0.2.1 (diff) | |
download | miniserve-d158ea398e365b380ad362d29c52a5ce0bd487bf.tar.gz miniserve-d158ea398e365b380ad362d29c52a5ce0bd487bf.zip |
Bump rstest from 0.8.0 to 0.9.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.8.0 to 0.9.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/0.8.0...0.9.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ assert_cmd = "1" reqwest = { version = "0.11", features = ["blocking", "multipart", "rustls-tls"], default-features = false } assert_fs = "1" select = "0.5" -rstest = "0.8" +rstest = "0.9" regex = "1" pretty_assertions = "0.7" url = "2" |