From da68af93cfe99bf2131c6faac89fe59a194f94b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:39:55 +0100 Subject: [PATCH] Bump insta from 1.40.0 to 1.41.1 (#1457) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fd7dd4a1..ab6443ac6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2197,9 +2197,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.40.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6593a41c7a73841868772495db7dc1e8ecab43bb5c0b6da2059246c4b506ab60" +checksum = "7e9ffc4d4892617c50a928c52b2961cb5174b6fc6ebf252b2fac9d21955c48b8" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 052023ba8..60fabbcb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ typetag = "0.2" [dev-dependencies] criterion = "0.5.1" gix-testtools = "0.15.0" -insta = { version = "1.40.0", features = ["json", "redactions"] } +insta = { version = "1.41.1", features = ["json", "redactions"] } rstest = "0.23.0" [[bench]]