diff --git a/Cargo.lock b/Cargo.lock index 56511a075..35296f4e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2505,9 +2505,9 @@ checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" [[package]] name = "owo-colors" -version = "3.0.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfea10fc4a7e897bc95f2e5f6a2c2a48d8a6594e14953289de816e6c74c34918" +checksum = "503a1a6634186cefb8adc93a751df98215c52b8db8bf416b496865f04ec09e13" [[package]] name = "pairing" @@ -4935,7 +4935,7 @@ dependencies = [ "hex", "lazy_static", "once_cell", - "owo-colors 3.0.0", + "owo-colors 3.0.1", "pretty_assertions", "proptest", "rand 0.8.4", diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 22893044e..4c2ce515c 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "0.3", features = ["full"] } futures = "0.3.17" color-eyre = "0.5.11" -owo-colors = "3.0.0" +owo-colors = "3.0.1" pretty_assertions = "1.0.0" spandoc = "0.2.0" thiserror = "1.0.30"