aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--Cargo.lock25
-rw-r--r--Cargo.toml2
2 files changed, 21 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 814555a..5c3e79e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -366,6 +366,15 @@ dependencies = [
]
[[package]]
+name = "ansi_term"
+version = "0.12.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
+dependencies = [
+ "winapi 0.3.9",
+]
+
+[[package]]
name = "assert_cmd"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -665,7 +674,7 @@ version = "2.33.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
dependencies = [
- "ansi_term",
+ "ansi_term 0.11.0",
"atty",
"bitflags",
"strsim",
@@ -760,6 +769,12 @@ dependencies = [
]
[[package]]
+name = "diff"
+version = "0.1.12"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
+
+[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2020,13 +2035,13 @@ dependencies = [
[[package]]
name = "pretty_assertions"
-version = "0.6.1"
+version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
+checksum = "f297542c27a7df8d45de2b0e620308ab883ad232d06c14b76ac3e144bda50184"
dependencies = [
- "ansi_term",
+ "ansi_term 0.12.1",
"ctor",
- "difference",
+ "diff",
"output_vt100",
]
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]