diff --git a/Cargo.lock b/Cargo.lock index 7cbd557880001dfe3711d617f0fa58f530bd53a4..21204c1ef1f4088211d57509cc9ed1f05875fd89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2297,9 +2297,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/Cargo.toml b/Cargo.toml index 20fc34ec73ec819e29cee4283353ff6dab265cd9..ddcfbff60f9f1ac81668fb05401704614f1dc50f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ platforms = "1.1" [dev-dependencies] assert_matches = "1.5.0" -pretty_assertions = "0.7.1" +pretty_assertions = "0.7.2" wabt = "0.10.0" [features] diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index c885848b1f1f729e481d86261a67193b59846ffc..091a341f2ae7f9b562825a72922cd14e2acd7d39 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -23,4 +23,4 @@ serde_json = "1.0.64" url = { version = "2.2.1", features = ["serde"] } [dev-dependencies] -pretty_assertions = "0.7.1" +pretty_assertions = "0.7.2"