From 6a075ed4b2ca7687f42143cc9cccf8032db4dc35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Dec 2020 10:01:09 +0000 Subject: [PATCH] build(deps): bump owo-colors from 1.1.3 to 1.2.0 Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 1.1.3 to 1.2.0. - [Release notes](https://github.com/jam1garner/owo-colors/releases) - [Commits](https://github.com/jam1garner/owo-colors/commits) 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 4f7050c2..97397db9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1863,9 +1863,9 @@ dependencies = [ [[package]] name = "owo-colors" -version = "1.1.3" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a1250cdd103eef6bd542b5ae82989f931fc00a41a27f60377338241594410f3" +checksum = "25ac891a7415905f6cc1b61909772d1a975c0281da8b455f269daa0b6e56f9cb" [[package]] name = "parity-scale-codec" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 79b06879..1f0afe7e 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -20,7 +20,7 @@ spandoc = "0.2.0" regex = "1.4.2" thiserror = "1.0.22" pretty_assertions = "0.6.1" -owo-colors = "1.1.3" +owo-colors = "1.2.0" proptest = "0.10.1" tempdir = "0.3.7"