diff --git a/Cargo.lock b/Cargo.lock index bb89dad135..2a6966e006 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3626,7 +3626,7 @@ dependencies = [ "tokio", "tracing", "walkdir", - "yansi", + "yansi 0.5.1", ] [[package]] @@ -8159,12 +8159,12 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" +checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" dependencies = [ "diff", - "yansi", + "yansi 1.0.1", ] [[package]] @@ -13607,6 +13607,12 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" +[[package]] +name = "yansi" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" + [[package]] name = "zerocopy" version = "0.7.34" diff --git a/Cargo.toml b/Cargo.toml index 1316873395..0c864e90d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -229,7 +229,7 @@ codespan-reporting = "0.11.1" codespan = "0.11.1" termcolor = "1.1.2" versions = "4.1.0" -pretty_assertions = "1.2.0" +pretty_assertions = "1.4.1" syn = { version = "1.0.104", features = ["full", "extra-traits"] } quote = "1.0" proc-macro2 = "1.0.86"