From e22de0e6469294e59225446e06f7a0b84481daef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 19:55:29 +0000 Subject: [PATCH] build(deps): bump owo-colors from 3.2.0 to 3.3.0 (#3920) Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/jam1garner/owo-colors/releases) - [Commits](https://github.com/jam1garner/owo-colors/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: owo-colors dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- zebra-test/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad0b426b..457f8818 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -756,7 +756,7 @@ dependencies = [ "eyre", "indenter", "once_cell", - "owo-colors 3.2.0", + "owo-colors 3.3.0", "tracing-error 0.2.0", ] @@ -779,7 +779,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce" dependencies = [ "once_cell", - "owo-colors 3.2.0", + "owo-colors 3.3.0", "tracing-core", "tracing-error 0.2.0", ] @@ -2719,9 +2719,9 @@ checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" [[package]] name = "owo-colors" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20448fd678ec04e6ea15bbe0476874af65e98a01515d667aa49f1434dc44ebf4" +checksum = "5e72e30578e0d0993c8ae20823dd9cff2bc5517d2f586a8aef462a581e8a03eb" [[package]] name = "pairing" @@ -5824,7 +5824,7 @@ dependencies = [ "insta", "lazy_static", "once_cell", - "owo-colors 3.2.0", + "owo-colors 3.3.0", "proptest", "rand 0.8.5", "regex", diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index ff88c74c..16cc6e0b 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -21,7 +21,7 @@ tower = { version = "0.4.12", features = ["util"] } futures = "0.3.21" color-eyre = "0.5.11" -owo-colors = "3.2.0" +owo-colors = "3.3.0" spandoc = "0.2.1" thiserror = "1.0.30" tracing-subscriber = "0.2.25"