diff --git a/Cargo.lock b/Cargo.lock index d1db7bc8..b70afa54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2141,9 +2141,9 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "pretty_assertions" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f297542c27a7df8d45de2b0e620308ab883ad232d06c14b76ac3e144bda50184" +checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b" dependencies = [ "ansi_term 0.12.1", "ctor", diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index ed33d35a..57fc9470 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -19,7 +19,7 @@ tracing-error = "0.1.2" spandoc = "0.2.0" regex = "1.4.5" thiserror = "1.0.24" -pretty_assertions = "0.7.1" +pretty_assertions = "0.7.2" owo-colors = "2.0.0" proptest = "0.10.1"