diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-12-06 04:13:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-06 04:13:41 +0000 |
commit | fb7e9ababfee94666d7ee6649124ccab629b822a (patch) | |
tree | 0ff41737fc912834fac8a733fb9261ac0d61e44c /Cargo.toml | |
parent | Merge pull request #227 from svenstaro/dependabot/cargo/assert_fs-0.13.1 (diff) | |
download | miniserve-fb7e9ababfee94666d7ee6649124ccab629b822a.tar.gz miniserve-fb7e9ababfee94666d7ee6649124ccab629b822a.zip |
Bump assert_cmd from 0.11.1 to 0.12.0
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/assert-rs/assert_cmd/releases)
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v0.11.1...v0.12.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
@@ -48,7 +48,7 @@ sha2 = "0.8.0" hex = "0.4.0" [dev-dependencies] -assert_cmd = "0.11" +assert_cmd = "0.12" reqwest = "0.9" assert_fs = "0.13" select = "0.4" |