aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-03-09 08:34:43 +0000
committerGitHub <noreply@github.com>2021-03-09 08:34:43 +0000
commitabed85bbc7cbf63fa1cf8eed25d34d066fbc99e5 (patch)
treee62731238b3c37efb4b38b03e8c0349cc1653e40 /Cargo.toml
parentMerge pull request #460 from mhuesch/patch-1 (diff)
parentBump pretty_assertions from 0.6.1 to 0.7.1 (diff)
downloadminiserve-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 '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e6ceb93..ea065cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]