From 7bb4aebbdbbffdd5de07f97ab7fd9f6f85747040 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:45:38 +0900 Subject: [PATCH] chore(deps): update rust crate insta to 1.42.2 (#5250) Co-authored-by: renovate[bot] <29139614+renovate[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 2c709bc926bc..a7d669378fc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2621,9 +2621,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.42.1" +version = "1.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71c1b125e30d93896b365e156c33dadfffab45ee8400afcbba4752f59de08a86" +checksum = "50259abbaa67d11d2bcafc7ba1d094ed7a0c70e3ce893f0d0997f73558cb3084" dependencies = [ "console", "globset", diff --git a/Cargo.toml b/Cargo.toml index 90ca23c5be2b..1e39405d991d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -192,7 +192,7 @@ grit-pattern-matcher = "0.5.1" grit-util = "0.5.1" ignore = "0.4.23" indexmap = { version = "2.7.1" } -insta = "1.42.1" +insta = "1.42.2" natord = "1.0.9" oxc_resolver = "4.0" papaya = "0.1.9"