From 15842fe52d20e0bd2dcc107eeb67e476a64ccd70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 20:25:06 +0200 Subject: [PATCH] Bump insta from 1.38.0 to 1.39.0 (#1344) 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 ac792dbbe..859e07648 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2445,9 +2445,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.38.0" +version = "1.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc" +checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 49fa4570a..853077092 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ parking_lot = "0.12" [dev-dependencies] criterion = "0.5.1" gix-testtools = "0.13.0" -insta = { version = "1.38.0", features = ["json", "redactions"] } +insta = { version = "1.39.0", features = ["json", "redactions"] } pretty_assertions = "1.4.0" rstest = "0.19.0"