diff --git a/Cargo.lock b/Cargo.lock index c511d00601f..fd8d15342d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3628,9 +3628,9 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" +checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" dependencies = [ "diff", "yansi", @@ -6561,9 +6561,9 @@ checksum = "63658493314859b4dfdf3fb8c1defd61587839def09582db50b8a4e93afca6bb" [[package]] name = "yansi" -version = "0.5.1" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" +checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" [[package]] name = "zerocopy" diff --git a/store/postgres/Cargo.toml b/store/postgres/Cargo.toml index 9a746646807..58b98e839f3 100644 --- a/store/postgres/Cargo.toml +++ b/store/postgres/Cargo.toml @@ -31,7 +31,7 @@ anyhow = "1.0.86" git-testament = "0.2.5" itertools = "0.13.0" hex = "0.4.3" -pretty_assertions = "1.4.0" +pretty_assertions = "1.4.1" [dev-dependencies] clap.workspace = true diff --git a/store/test-store/Cargo.toml b/store/test-store/Cargo.toml index fe05f12233e..2435b447570 100644 --- a/store/test-store/Cargo.toml +++ b/store/test-store/Cargo.toml @@ -18,4 +18,4 @@ prost-types = { workspace = true } [dev-dependencies] hex = "0.4.3" -pretty_assertions = "1.4.0" +pretty_assertions = "1.4.1"