diff --git a/Cargo.lock b/Cargo.lock index 8d48fecac1..13ff46675e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -463,9 +463,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[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", @@ -834,6 +834,6 @@ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" [[package]] name = "yansi" -version = "0.5.1" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" +checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index f000d7dab4..107f45b80a 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -26,4 +26,4 @@ unindent = "0.2.3" [dev-dependencies] melior = { path = "../melior", features = ["ods-dialects"] } mlir-sys = "0.2.2" -pretty_assertions = "1.4.0" +pretty_assertions = "1.4.1" diff --git a/melior/Cargo.toml b/melior/Cargo.toml index 0b11b993a6..144f9903c8 100644 --- a/melior/Cargo.toml +++ b/melior/Cargo.toml @@ -20,4 +20,4 @@ once_cell = "1" [dev-dependencies] indoc = "2.0.5" insta = "1.40.0" -pretty_assertions = "1.4.0" +pretty_assertions = "1.4.1"