diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-03-27 04:12:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 04:12:45 +0000 |
commit | 6aa28bebeefbc1d565bc91fc921d03de2c5c075f (patch) | |
tree | 2f2e59fb652b2618699a696d474f07d495e71548 /Cargo.toml | |
parent | Merge pull request #278 from svenstaro/dependabot/cargo/structopt-0.3.12 (diff) | |
download | miniserve-6aa28bebeefbc1d565bc91fc921d03de2c5c075f.tar.gz miniserve-6aa28bebeefbc1d565bc91fc921d03de2c5c075f.zip |
Bump assert_cmd from 0.12.0 to 1.0.0
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 0.12.0 to 1.0.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.12.0...v1.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ sha2 = "0.8.1" hex = "0.4.2" [dev-dependencies] -assert_cmd = "0.12" +assert_cmd = "1.0" reqwest = { version = "0.10", features = ["blocking"] } assert_fs = "0.13" select = "0.4" |