diff --git a/Cargo.lock b/Cargo.lock index 31e29b49fb41450d6a516bf2b2a97a4fecedb9bf..e086d69429f39e2c74cc7d56889281de6064989e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2255,9 +2255,9 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "pretty_assertions" -version = "0.7.2" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b" +checksum = "ec0cfe1b2403f172ba0f234e500906ee0a3e493fb81092dac23ebefe129301cc" dependencies = [ "ansi_term 0.12.1", "ctor", diff --git a/Cargo.toml b/Cargo.toml index f1f8298b9604dbf52f300d05f9af1e943f836418..c773e4f17498bf6b0c6b84d40005170a6f664108 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ platforms = "1.1" [dev-dependencies] assert_matches = "1.5.0" -pretty_assertions = "0.7.2" +pretty_assertions = "1.0.0" wabt = "0.10.0" [features] diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index 915f6d9aafa5d75d8abe8f99233c329ec3bb17d5..4fa06dcd66713458d9ec3cb727680885cc32565b 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -23,4 +23,4 @@ serde_json = "1.0.68" url = { version = "2.2.2", features = ["serde"] } [dev-dependencies] -pretty_assertions = "0.7.2" +pretty_assertions = "1.0.0"