diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-09 08:34:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 08:34:43 +0000 |
commit | abed85bbc7cbf63fa1cf8eed25d34d066fbc99e5 (patch) | |
tree | e62731238b3c37efb4b38b03e8c0349cc1653e40 /Cargo.toml | |
parent | Merge pull request #460 from mhuesch/patch-1 (diff) | |
parent | Bump pretty_assertions from 0.6.1 to 0.7.1 (diff) | |
download | miniserve-abed85bbc7cbf63fa1cf8eed25d34d066fbc99e5.tar.gz miniserve-abed85bbc7cbf63fa1cf8eed25d34d066fbc99e5.zip |
Merge pull request #461 from svenstaro/dependabot/cargo/pretty_assertions-0.7.1
Bump pretty_assertions from 0.6.1 to 0.7.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ assert_fs = "1" select = "0.5" rstest = "0.6" regex = "1" -pretty_assertions = "0.6" +pretty_assertions = "0.7" url = "2" [build-dependencies] |