diff --git a/Cargo.lock b/Cargo.lock index aa5906d534c938a8d792829301b7037cf29b0b2d..61ccead3881da57fd62a3b0ae00fc65b1fa9f02c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2332,9 +2332,9 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "pretty_assertions" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0cfe1b2403f172ba0f234e500906ee0a3e493fb81092dac23ebefe129301cc" +checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50" dependencies = [ "ansi_term", "ctor", diff --git a/Cargo.toml b/Cargo.toml index bddab035042ca40584c507a3970f23cd85842ca4..c5e37edec4693970366131f669be68629d6bbe42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ platforms = "2.0.0" [dev-dependencies] assert_matches = "1.5.0" -pretty_assertions = "1.0.0" +pretty_assertions = "1.1.0" wabt = "0.10.0" [features] diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index 733a65b22b1a7e29e432090a05dcf387bdc857b6..706d33ea6d2012a9d91e905d75f86f1563dec343 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -25,4 +25,4 @@ serde_json = "1.0.78" url = { version = "2.2.2", features = ["serde"] } [dev-dependencies] -pretty_assertions = "1.0.0" +pretty_assertions = "1.1.0"