From f0ce91a841c80579fe50a3e0b2930af9c54cee64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Dec 2021 07:33:31 +1000 Subject: [PATCH] Bump owo-colors from 3.1.0 to 3.1.1 (#3173) Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/jam1garner/owo-colors/releases) - [Commits](https://github.com/jam1garner/owo-colors/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: owo-colors dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- zebra-test/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b70995d4..3183959b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2218,9 +2218,9 @@ checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" [[package]] name = "owo-colors" -version = "3.1.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9ad6d222cdc2351ccabb7af4f68bfaecd601b33c5f10d410ec89d2a273f6fff" +checksum = "8d3b1ca05e7e4171727a5dab03790a344f248eaad925dce8ba0014fd78392b88" [[package]] name = "pairing" @@ -4519,7 +4519,7 @@ dependencies = [ "hex", "lazy_static", "once_cell", - "owo-colors 3.1.0", + "owo-colors 3.1.1", "proptest", "rand 0.8.4", "regex", diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index d72f1049..5e9f82b5 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -20,7 +20,7 @@ tower = { version = "0.4.11", features = ["util"] } futures = "0.3.18" color-eyre = "0.5.11" -owo-colors = "3.1.0" +owo-colors = "3.1.1" spandoc = "0.2.0" thiserror = "1.0.30" tracing = "0.1.29"