diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-04-24 16:08:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-24 16:08:40 +0000 |
commit | be357c5836d3fc0b6c721f3ff799ab65ec29935b (patch) | |
tree | 137be97b90840244409247940966fb500aab6336 /Cargo.toml | |
parent | Add a couple more integration tests (diff) | |
parent | Bump pretty_assertions from 0.5.1 to 0.6.1 (diff) | |
download | miniserve-be357c5836d3fc0b6c721f3ff799ab65ec29935b.tar.gz miniserve-be357c5836d3fc0b6c721f3ff799ab65ec29935b.zip |
Merge pull request #82 from svenstaro/dependabot/cargo/pretty_assertions-0.6.1
Bump pretty_assertions from 0.5.1 to 0.6.1
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" |