aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-09 04:15:24 +0000
committerGitHub <noreply@github.com>2021-03-09 04:15:24 +0000
commit6df9b95d5542cf522d50889776cbc04caf76eed8 (patch)
treee62731238b3c37efb4b38b03e8c0349cc1653e40 /Cargo.toml
parentMerge pull request #460 from mhuesch/patch-1 (diff)
downloadminiserve-6df9b95d5542cf522d50889776cbc04caf76eed8.tar.gz
miniserve-6df9b95d5542cf522d50889776cbc04caf76eed8.zip
Bump pretty_assertions from 0.6.1 to 0.7.1
Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.6.1 to 0.7.1. - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) - [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.6.1...v0.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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]