diff options
author | dependabot[bot] <support@dependabot.com> | 2019-04-24 04:34:41 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-04-24 04:34:41 +0000 |
commit | 5bb2c3aaa8c6432122a02341abc1de5e930c692a (patch) | |
tree | 137be97b90840244409247940966fb500aab6336 /Cargo.toml | |
parent | Add a couple more integration tests (diff) | |
download | miniserve-5bb2c3aaa8c6432122a02341abc1de5e930c692a.tar.gz miniserve-5bb2c3aaa8c6432122a02341abc1de5e930c692a.zip |
Bump pretty_assertions from 0.5.1 to 0.6.1
Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.5.1 to 0.6.1.
- [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases)
- [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.5.1...v0.6.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,4 +53,4 @@ assert_fs = "0.11" select = "0.4" port_check = "0.1" rstest = "0.2" -pretty_assertions = "0.5" +pretty_assertions = "0.6" |