From 4da5bcfcc77025879b79708b27a68b3fb7ca10cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:44:30 +0000 Subject: [PATCH] chore(deps): bump insta from 1.43.2 to 1.44.3 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.43.2 to 1.44.3. - [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.3) --- updated-dependencies: - dependency-name: insta dependency-version: 1.44.3 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 5fc993463b017..ca9f928d2da80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3782,9 +3782,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.43.2" +version = "1.44.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" +checksum = "b5c943d4415edd8153251b6f197de5eb1640e56d84e8d9159bea190421c73698" dependencies = [ "console 0.15.11", "globset", diff --git a/Cargo.toml b/Cargo.toml index 9632d3397d8a5..ddf2fc2f00a97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,7 +159,7 @@ half = { version = "2.7.0", default-features = false } hashbrown = { version = "0.14.5", features = ["raw"] } hex = { version = "0.4.3" } indexmap = "2.12.1" -insta = { version = "1.43.2", features = ["glob", "filters"] } +insta = { version = "1.44.3", features = ["glob", "filters"] } itertools = "0.14" liblzma = { version = "0.4.4", features = ["static"] } log = "^0.4"