build(deps): bump owo-colors from 1.4.2 to 2.0.0

Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 1.4.2 to 2.0.0.
- [Release notes](https://github.com/jam1garner/owo-colors/releases)
- [Commits](https://github.com/jam1garner/owo-colors/compare/v1.4.2...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-29 10:12:40 +00:00 committed by Deirdre Connolly
parent 306fa88214
commit 4e754089a6
2 changed files with 12 additions and 6 deletions

16
Cargo.lock generated
View File

@ -568,7 +568,7 @@ dependencies = [
"eyre",
"indenter",
"once_cell",
"owo-colors",
"owo-colors 1.3.0",
"tracing-error",
"url",
]
@ -580,7 +580,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6eee477a4a8a72f4addd4de416eb56d54bc307b284d6601bafdee1f4ea462d1"
dependencies = [
"once_cell",
"owo-colors",
"owo-colors 1.3.0",
"tracing-core",
"tracing-error",
]
@ -2024,9 +2024,15 @@ dependencies = [
[[package]]
name = "owo-colors"
version = "1.4.2"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f27ef240f1cbbcdc0774a634db63dde96db624aa010aceebccc2bb8a9a0cb67"
checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55"
[[package]]
name = "owo-colors"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2fe43bf372b08cc9ccee5144715db59c79ab00168bbe4cf0d274dc0d5f64d7f"
[[package]]
name = "pairing"
@ -4198,7 +4204,7 @@ dependencies = [
"futures 0.3.13",
"hex",
"lazy_static",
"owo-colors",
"owo-colors 2.0.0",
"pretty_assertions",
"proptest",
"regex",

View File

@ -20,7 +20,7 @@ spandoc = "0.2.0"
regex = "1.4.5"
thiserror = "1.0.24"
pretty_assertions = "0.7.1"
owo-colors = "1.4.2"
owo-colors = "2.0.0"
proptest = "0.10.1"
[dev-dependencies]