diff --git a/Cargo.lock b/Cargo.lock index 3c2f81aa44..041d7802d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -573,9 +573,9 @@ checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" [[package]] name = "insta" -version = "1.31.0" +version = "1.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a" +checksum = "a3e02c584f4595792d09509a94cdb92a3cef7592b1eb2d9877ee6f527062d0ea" dependencies = [ "console", "lazy_static", diff --git a/melior/Cargo.toml b/melior/Cargo.toml index d7c3927d14..4793b2a999 100644 --- a/melior/Cargo.toml +++ b/melior/Cargo.toml @@ -21,7 +21,7 @@ once_cell = "1" [dev-dependencies] indoc = "2.0.4" -insta = "1.31.0" +insta = "1.32.0" pretty_assertions = "1.4.0" [[bench]]