From 25c34e6079295644958993aecdcea13c84b3ee08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:11:13 +0000 Subject: [PATCH] Bump insta from 1.43.2 to 1.44.1 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.43.2 to 1.44.1. - [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.1) --- updated-dependencies: - dependency-name: insta dependency-version: 1.44.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2dcb82..a7d21c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -397,9 +397,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.43.2" +version = "1.44.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" +checksum = "e8732d3774162a0851e3f2b150eb98f31a9885dd75985099421d393385a01dfd" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 40ba2a9..2bd21ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ ordered-float = "5.1.0" [dev-dependencies] assert_cmd = "2.0.17" -insta = "1.43.2" +insta = "1.44.1"