From 8c58ebee37b7fe2c35d7898d1e214e06f1936329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:15:13 +0000 Subject: [PATCH] Bump insta from 1.34.0 to 1.35.1 (#10127) 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 72ec80242963f..52eb5e7ed0da8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1048,9 +1048,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.34.0" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" +checksum = "7c985c1bef99cf13c58fade470483d81a2bfe846ebde60ed28cc2dddec2df9e2" dependencies = [ "console", "globset", diff --git a/Cargo.toml b/Cargo.toml index 4ffafc16a866a..08562dffd1159 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ imara-diff ={ version = "0.1.5"} imperative = { version = "1.0.4" } indicatif ={ version = "0.17.8"} indoc ={ version = "2.0.4"} -insta = { version = "1.34.0", feature = ["filters", "glob"] } +insta = { version = "1.35.1", feature = ["filters", "glob"] } insta-cmd = { version = "0.4.0" } is-macro = { version = "0.3.5" } is-wsl = { version = "0.4.0" }