diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-12-02 04:15:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-02 04:15:13 +0000 |
commit | 3432dcc281fe0dafacda3d8fa703c862c33871bd (patch) | |
tree | c291272241201ba7ddee4ff3ac34607d1f72911f /Cargo.toml | |
parent | Merge pull request #226 from svenstaro/dependabot/cargo/assert_fs-0.12.0 (diff) | |
download | miniserve-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |