diff --git a/Cargo.lock b/Cargo.lock index ac63eef81ec59..4fe7629a612ae 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 3c3d9d7dd43ca..1069dbe2eefec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -256,7 +256,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"