From 5aba1352c5f262413ec8e4d6d950380a52216cb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:42:01 +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 c65e494..d14b059 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -507,14 +507,14 @@ 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", "globset", - "lazy_static", "linked-hash-map", + "once_cell", "similar", "walkdir", ] diff --git a/Cargo.toml b/Cargo.toml index 7dbe620..9d114aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ simd = ["bytecount/runtime-dispatch-simd"] [dev-dependencies] ammonia = "4.0.0" divan = "0.1.15" -insta = { version = "1.41.1", features = ["glob"] } +insta = { version = "1.42.0", features = ["glob"] } mimalloc = "0.1.43" [lints.clippy]