From bea286155c711b39947a395da4364cd2d4b5b857 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 19:50:35 +0000 Subject: [PATCH] chore(deps): update rust crate insta to 1.36.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 921d3968c8..c9b5358472 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1188,9 +1188,9 @@ checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" [[package]] name = "insta" -version = "1.35.1" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c985c1bef99cf13c58fade470483d81a2bfe846ebde60ed28cc2dddec2df9e2" +checksum = "a508bf83e6f6f2aa438588ae7ceb558a81030c5762cbfe838180a861cf5dc110" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 42656be933..68fac5e19b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ built = { version = "0.7.1", features = ["chrono", "git2"] } [dev-dependencies] assert_cmd = "2.0.14" ctor = "0.2.6" -insta = { version = "1.35.1", features = ["filters", "json"] } +insta = { version = "1.36.0", features = ["filters", "json"] } predicates = "3.1.0" pretty_assertions = "1.4.0" test-case = "3.3.1"