From eb2d1f0bbc5a0f462daa5ce8aa863d91ff6f1f3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 12:59:24 +0000 Subject: [PATCH] Update Rust crate insta to 1.48.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d0571714..b0e806c37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2269,9 +2269,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.47.2" +version = "1.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a6248eb93a4401ed2f37dfe8ea592d3cf05b7cf4f8efa867b6895af7e094e" +checksum = "86f0f8fee8c926415c58d6ae43a08523a26faccb2323f5e6b644fe7dd4ef6b82" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index eb87b170e..0ab38e006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ typetag = "0.2.21" [dev-dependencies] criterion = "0.8.2" gix-testtools = "0.19.0" -insta = { version = "1.47.2", features = ["json", "redactions"] } +insta = { version = "1.48.0", features = ["json", "redactions"] } rstest = "0.26.1" [[bench]]