diff --git a/Cargo.lock b/Cargo.lock index 1027157e924b8..2b27d667d033e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5092,13 +5092,13 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "0.6.1" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427" +checksum = "f297542c27a7df8d45de2b0e620308ab883ad232d06c14b76ac3e144bda50184" dependencies = [ - "ansi_term 0.11.0", + "ansi_term 0.12.1", "ctor", - "difference", + "diff", "output_vt100", ] diff --git a/Cargo.toml b/Cargo.toml index 13b9c2948ab6f..258794dc271e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -255,7 +255,7 @@ httpmock = "0.5.2" libc = "0.2.80" libz-sys = "1.1.2" matches = "0.1.8" -pretty_assertions = "0.6.1" +pretty_assertions = "0.7.1" reqwest = { version = "0.10.9", features = ["json"] } rusty-fork = "0.3.0" tempfile = "3.0.6"