From 6de89e90d91bcbfcf04e8809c96023dc5cf7cdad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 06:01:02 +0000 Subject: [PATCH] fix(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 8d8e9d5c..dd96b1aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5048,9 +5048,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", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 4309c097..48458614 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ hex = "0.4.3" http = "1.2.0" indicatif = "0.17.11" indoc = "2.0.6" -insta = "1.43.1" +insta = "1.44.3" libc = "0.2.172" mimalloc = "0.1.46" nix = { version = "0.29.0", features = [