From 6dc2056743e005dbf8d7e621d3ebddd38df7682d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 19:19:10 +0000 Subject: [PATCH] Bump insta from 1.43.2 to 1.44.2 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.43.2 to 1.44.2. - [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.2) --- updated-dependencies: - dependency-name: insta dependency-version: 1.44.2 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 bcbefae..957ff7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,9 +94,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.43.2" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" +checksum = "dfd3461e1f00283105bdf97c3a1aca2b3f8456eb809a96938d2b190cd4dbc6d2" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 86730b6..0d064f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ console_error_panic_hook = [ "dep:console_error_panic_hook" ] all = [ "wasm", "serde" ] [dev-dependencies] -insta = "1.43.2" +insta = "1.44.2" pretty_assertions = "1.4.1" serde = { version = "1.0.219", features = ["derive"] } serde_yaml = "0.9.34"