From 5daf7013f99fdd50619af3cbf6ce01aebd0df6da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:41:35 +0000 Subject: [PATCH] chore(deps): update rust crate insta to v1.43.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5de19197..38a4df55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,9 +257,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.43.1" +version = "1.43.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371" +checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 09186aa3..96d9104e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ rstest = "=0.26.1" rstest_reuse = "=0.7.0" # For snapshot testing. -insta = "=1.43.1" +insta = "=1.43.2" [profile.release]