aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-27 04:43:59 +0000
committerGitHub <noreply@github.com>2020-03-27 04:43:59 +0000
commitc6753e868b2f8f3acb7e102a4b60dde3204c59de (patch)
tree55ea6d3020f724fd4a4a267e63e85de1e0985e03 /Cargo.toml
parentMerge pull request #283 from svenstaro/dependabot/cargo/assert_cmd-1.0.0 (diff)
downloadminiserve-c6753e868b2f8f3acb7e102a4b60dde3204c59de.tar.gz
miniserve-c6753e868b2f8f3acb7e102a4b60dde3204c59de.zip
Bump assert_fs from 0.13.1 to 1.0.0
Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 0.13.1 to 1.0.0. - [Release notes](https://github.com/assert-rs/assert_fs/releases) - [Changelog](https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_fs/commits/v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 30553af..dad6139 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,7 @@ hex = "0.4.2"
[dev-dependencies]
assert_cmd = "1.0"
reqwest = { version = "0.10", features = ["blocking"] }
-assert_fs = "0.13"
+assert_fs = "1.0"
select = "0.4"
port_check = "0.1"
rstest = "0.6"