diff --git a/Cargo.lock b/Cargo.lock index 66de6c7b2..5214e2e84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ dependencies = [ "eyre", "indenter", "once_cell", - "owo-colors", + "owo-colors 1.3.0", "tracing-error", "url", ] @@ -580,7 +580,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6eee477a4a8a72f4addd4de416eb56d54bc307b284d6601bafdee1f4ea462d1" dependencies = [ "once_cell", - "owo-colors", + "owo-colors 1.3.0", "tracing-core", "tracing-error", ] @@ -2024,9 +2024,15 @@ dependencies = [ [[package]] name = "owo-colors" -version = "1.4.2" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f27ef240f1cbbcdc0774a634db63dde96db624aa010aceebccc2bb8a9a0cb67" +checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" + +[[package]] +name = "owo-colors" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2fe43bf372b08cc9ccee5144715db59c79ab00168bbe4cf0d274dc0d5f64d7f" [[package]] name = "pairing" @@ -4198,7 +4204,7 @@ dependencies = [ "futures 0.3.13", "hex", "lazy_static", - "owo-colors", + "owo-colors 2.0.0", "pretty_assertions", "proptest", "regex", diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 565eb263e..efdc62c65 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -20,7 +20,7 @@ spandoc = "0.2.0" regex = "1.4.5" thiserror = "1.0.24" pretty_assertions = "0.7.1" -owo-colors = "1.4.2" +owo-colors = "2.0.0" proptest = "0.10.1" [dev-dependencies]