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"