From ceff590c1211d8d2b64658af7f4db3679954f2e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 03:31:53 +0000 Subject: [PATCH] build(deps): bump owo-colors from 3.4.0 to 3.5.0 (#5037) Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/jam1garner/owo-colors/releases) - [Commits](https://github.com/jam1garner/owo-colors/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: owo-colors dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebra-test/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4f6ed64b..332b59dc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3056,9 +3056,9 @@ dependencies = [ [[package]] name = "owo-colors" -version = "3.4.0" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b" +checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "pairing" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 8bcbb7130..9e66cec9d 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -27,7 +27,7 @@ color-eyre = "0.6.1" tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } humantime = "2.1.0" -owo-colors = "3.4.0" +owo-colors = "3.5.0" spandoc = "0.2.2" thiserror = "1.0.33"