From 49f871d286e0c0f067d75769946d5b2276f14b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:47:18 +0000 Subject: [PATCH] build(deps): bump insta from 1.41.1 to 1.42.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.41.1 to 1.42.0. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b29913bb4..6c24bb74d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2787,13 +2787,13 @@ dependencies = [ [[package]] name = "insta" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9ffc4d4892617c50a928c52b2961cb5174b6fc6ebf252b2fac9d21955c48b8" +checksum = "6513e4067e16e69ed1db5ab56048ed65db32d10ba5fc1217f5393f8f17d8b5a5" dependencies = [ "console", - "lazy_static", "linked-hash-map", + "once_cell", "serde", "similar", ] diff --git a/Cargo.toml b/Cargo.toml index c65183dc1..7dee69880 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -165,7 +165,7 @@ default-features = false # Snapshot testing [workspace.dependencies.insta] -version = "1.41.1" +version = "1.42.0" features = ["yaml", "json"] # Email sending