diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-05-17 04:16:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 04:16:24 +0000 |
commit | ed8c26e5a4649efb027fd28748bbac45004c84ba (patch) | |
tree | 68d4dac892279bd7ef9d5d7fc653c41a23009625 /Cargo.toml | |
parent | Merge pull request #531 from svenstaro/dependabot/cargo/assert_cmd-1.0.4 (diff) | |
download | miniserve-ed8c26e5a4649efb027fd28748bbac45004c84ba.tar.gz miniserve-ed8c26e5a4649efb027fd28748bbac45004c84ba.zip |
Bump rstest from 0.9.0 to 0.10.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.9.0 to 0.10.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.9.0...0.10.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.9" +rstest = "0.10" regex = "1" pretty_assertions = "0.7" url = "2" |