From 1c87372b03e47f7b5d026805a4a6404ab609e0dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 15:26:13 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- zebra-test/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c7037f5..66de6c7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 46ece1ed..565eb263 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -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]