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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-26 15:26:13 +00:00 committed by Deirdre Connolly
parent b329892665
commit 1c87372b03
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2024,9 +2024,9 @@ dependencies = [
[[package]]
name = "owo-colors"
version = "1.3.0"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55"
checksum = "7f27ef240f1cbbcdc0774a634db63dde96db624aa010aceebccc2bb8a9a0cb67"
[[package]]
name = "pairing"

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.3.0"
owo-colors = "1.4.2"
proptest = "0.10.1"
[dev-dependencies]