aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-02 04:15:13 +0000
committerGitHub <noreply@github.com>2019-12-02 04:15:13 +0000
commit3432dcc281fe0dafacda3d8fa703c862c33871bd (patch)
treec291272241201ba7ddee4ff3ac34607d1f72911f /Cargo.toml
parentMerge pull request #226 from svenstaro/dependabot/cargo/assert_fs-0.12.0 (diff)
downloadminiserve-3432dcc281fe0dafacda3d8fa703c862c33871bd.tar.gz
miniserve-3432dcc281fe0dafacda3d8fa703c862c33871bd.zip
Bump assert_fs from 0.12.0 to 0.13.1
Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 0.12.0 to 0.13.1. - [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) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 44557ff..008f7d6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,7 @@ hex = "0.4.0"
[dev-dependencies]
assert_cmd = "0.11"
reqwest = "0.9"
-assert_fs = "0.12"
+assert_fs = "0.13"
select = "0.4"
port_check = "0.1"
rstest = "0.4"