diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-26 04:15:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-26 04:15:16 +0000 |
commit | fad80464333a074d51df1f1d897d38a3943e08c1 (patch) | |
tree | 48314df67a263a8028a0b94a01e08af9007f4ef3 /Cargo.toml | |
parent | Merge pull request #504 from svenstaro/dependabot/cargo/regex-1.4.6 (diff) | |
download | miniserve-fad80464333a074d51df1f1d897d38a3943e08c1.tar.gz miniserve-fad80464333a074d51df1f1d897d38a3943e08c1.zip |
Bump rstest from 0.7.0 to 0.8.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.7.0 to 0.8.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.7.0...0.8.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.7" +rstest = "0.8" regex = "1" pretty_assertions = "0.7" url = "2" |