diff --git a/Cargo.lock b/Cargo.lock index 276a9fa66a..bf894d8b1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,9 +156,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.43.2" +version = "1.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" +checksum = "b246c455fbf8e7bdda56a226b525b24b601c0bbe15458beb72412678319cda5a" dependencies = [ "console", "once_cell", diff --git a/melior/Cargo.toml b/melior/Cargo.toml index 8d05299948..ea3fc94d6d 100644 --- a/melior/Cargo.toml +++ b/melior/Cargo.toml @@ -20,5 +20,5 @@ mlir-sys = "210.0.1" [dev-dependencies] indoc = "2.0.7" -insta = "1.43.2" +insta = "1.44.0" pretty_assertions = "1.4.1"