From b410ebc0c193d04d571d4434139f9b92af4aafaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 11:02:54 +0000 Subject: [PATCH] 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 c1ba63a..3debd2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,13 +153,13 @@ checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" [[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 c93d274..88f06b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,5 +23,5 @@ serde_json = "1.0.133" thiserror = "2.0.10" [dev-dependencies] -insta = { version = "1.41.1", features = ["yaml"] } +insta = { version = "1.42.0", features = ["yaml"] } tempfile = "3.15.0"