From da806e8d08d05a18e02b43f3df8c8bf8971895f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:15:22 +0000 Subject: [PATCH] build(deps): Bump insta from 1.43.2 to 1.44.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.43.2 to 1.44.0. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.43.2...1.44.0) --- updated-dependencies: - dependency-name: insta dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- melior/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"