aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-14 04:13:34 +0000
committerGitHub <noreply@github.com>2022-03-14 04:13:34 +0000
commit19a2f872992788a4345c1e95d073cb5ed335957d (patch)
tree9e09b1b7cb8d8a6b0aa4a7539b89d70ee0d1f74f /Cargo.toml
parentMerge pull request #752 from svenstaro/dependabot/cargo/regex-1.5.5 (diff)
downloadminiserve-19a2f872992788a4345c1e95d073cb5ed335957d.tar.gz
miniserve-19a2f872992788a4345c1e95d073cb5ed335957d.zip
Bump pretty_assertions from 1.1.0 to 1.2.0
Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 1.1.0 to 1.2.0. - [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/commits) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6964638..97f25ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -71,7 +71,7 @@ assert_fs = "1"
select = "0.5"
rstest = "0.12"
regex = "1"
-pretty_assertions = "1.0"
+pretty_assertions = "1.2"
url = "2"
predicates = "2"