From bace79a76ec1471b8e9493051f33144b225c29b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 15:02:30 +0000 Subject: [PATCH] Bump owo-colors from 2.0.0 to 2.1.0 Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/jam1garner/owo-colors/releases) - [Commits](https://github.com/jam1garner/owo-colors/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: owo-colors dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- zebra-test/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe60454d..b6642f7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2321,9 +2321,9 @@ checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" [[package]] name = "owo-colors" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2fe43bf372b08cc9ccee5144715db59c79ab00168bbe4cf0d274dc0d5f64d7f" +checksum = "3a61765925aec40abdb23812a3a1a01fafc6ffb9da22768b2ce665a9e84e527c" [[package]] name = "pairing" @@ -4677,7 +4677,7 @@ dependencies = [ "hex", "lazy_static", "once_cell", - "owo-colors 2.0.0", + "owo-colors 2.1.0", "pretty_assertions", "proptest", "rand 0.8.4", diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 32ca3c44..05ca49ed 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "0.3", features = ["rt-multi-thread"] } futures = "0.3.17" color-eyre = "0.5.11" -owo-colors = "2.0.0" +owo-colors = "2.1.0" pretty_assertions = "0.7.2" spandoc = "0.2.0" thiserror = "1.0.29"