From 70b31e5f9f56aff73cf89afa140861c98db06731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 07:55:01 +0000 Subject: [PATCH] chore(deps): bump insta from 1.44.3 to 1.45.1 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.44.3 to 1.45.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.44.3...1.45.1) --- updated-dependencies: - dependency-name: insta dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7859c1d..c194c2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -548,13 +548,14 @@ dependencies = [ [[package]] name = "insta" -version = "1.44.3" +version = "1.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5c943d4415edd8153251b6f197de5eb1640e56d84e8d9159bea190421c73698" +checksum = "983e3b24350c84ab8a65151f537d67afbbf7153bb9f1110e03e9fa9b07f67a5c" dependencies = [ "console", "once_cell", "similar", + "tempfile", ] [[package]]