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"