aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 00dde4b..b1a8810 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1816,9 +1816,9 @@ dependencies = [
[[package]]
name = "pretty_assertions"
-version = "1.1.0"
+version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50"
+checksum = "57c038cb5319b9c704bf9c227c261d275bfec0ad438118a2787ce47944fb228b"
dependencies = [
"ansi_term",
"ctor",