From e6e31a1f3d574bab7d79d40bb939ea3849b7b6d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:08:43 +0000 Subject: [PATCH] Bump insta from 1.43.0 to 1.44.3 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.43.0 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.0...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 fdfbd43..608fc94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,9 +212,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.43.0" +version = "1.44.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2d11b2f17a45095b8c3603928ba29d7d918d7129d0d0641a36ba73cf07daa6" +checksum = "b5c943d4415edd8153251b6f197de5eb1640e56d84e8d9159bea190421c73698" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 5b88bc1..57c4779 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ svd-encoder = "0.14.2" cfg-if = "1.0.3" [dev-dependencies] -insta = { version = "1.41.1", features = ["yaml"] } +insta = { version = "1.44.3", features = ["yaml"] } [profile.test.package.insta] opt-level = 3