diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-03-27 04:42:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 04:42:43 +0000 |
commit | db0ddb21abd8e797da1f26c2bbdf7cd119d7f50a (patch) | |
tree | 2f2e59fb652b2618699a696d474f07d495e71548 /Cargo.toml | |
parent | Merge pull request #278 from svenstaro/dependabot/cargo/structopt-0.3.12 (diff) | |
parent | Bump assert_cmd from 0.12.0 to 1.0.0 (diff) | |
download | miniserve-db0ddb21abd8e797da1f26c2bbdf7cd119d7f50a.tar.gz miniserve-db0ddb21abd8e797da1f26c2bbdf7cd119d7f50a.zip |
Merge pull request #283 from svenstaro/dependabot/cargo/assert_cmd-1.0.0
Bump assert_cmd from 0.12.0 to 1.0.0
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.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" |