diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-03-15 18:15:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-15 18:15:56 -0400 |
| commit | 5d60ee7f1280d8000b918e7fb9e11e3ddca779e7 (patch) | |
| tree | 9e5480290aadec91020c33e3f8145b495cd394d8 /Cargo.lock | |
| parent | 60466de5d5808280542d1a62f86bacffef555cc2 (diff) | |
chore(test_util): use pretty_assertions::assert_eq when not pattern matching (#13965)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 286bfd884..e2d5a3e0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2926,9 +2926,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] name = "pretty_assertions" -version = "0.7.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b" +checksum = "57c038cb5319b9c704bf9c227c261d275bfec0ad438118a2787ce47944fb228b" dependencies = [ "ansi_term", "ctor", @@ -4346,6 +4346,7 @@ dependencies = [ "hyper", "lazy_static", "os_pipe", + "pretty_assertions", "pty", "regex", "rustls-pemfile 0.2.1", |
