diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-12-16 04:58:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-16 04:58:15 +0000 |
commit | 745b1c220946e89d457f7c645c9cf7f9bbf040d4 (patch) | |
tree | 6c7f5035d0a2c818331d75a81a979564521b1496 /Cargo.toml | |
parent | Merge pull request #234 from svenstaro/dependabot/cargo/serde-1.0.104 (diff) | |
download | miniserve-745b1c220946e89d457f7c645c9cf7f9bbf040d4.tar.gz miniserve-745b1c220946e89d457f7c645c9cf7f9bbf040d4.zip |
Bump rstest from 0.4.1 to 0.5.1
Bumps [rstest](https://github.com/la10736/rstest) from 0.4.1 to 0.5.1.
- [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.4.1...0.5.1)
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
@@ -53,6 +53,6 @@ reqwest = "0.9" assert_fs = "0.13" select = "0.4" port_check = "0.1" -rstest = "0.4" +rstest = "0.5" pretty_assertions = "0.6" url = "2.1" |