From e988c4eeb65973646bbda3080b955db77c0eabab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:25:24 +0000 Subject: [PATCH] chore(deps): bump insta from 1.42.0 to 1.42.1 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.42.0 to 1.42.1. - [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.42.0...1.42.1) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df1143eec..a125681b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1457,13 +1457,14 @@ dependencies = [ [[package]] name = "insta" -version = "1.42.0" +version = "1.42.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6513e4067e16e69ed1db5ab56048ed65db32d10ba5fc1217f5393f8f17d8b5a5" +checksum = "71c1b125e30d93896b365e156c33dadfffab45ee8400afcbba4752f59de08a86" dependencies = [ "console", "linked-hash-map", "once_cell", + "pin-project", "regex", "similar", ] diff --git a/Cargo.toml b/Cargo.toml index 694ac317e..226faf5cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ tokio = { version = "1.43.0", features = ["full"] } temp-dir = "0.1.14" sha3 = "0.10.8" blake2 = "0.10.6" -insta = { version = "1.42.0", features = ["filters"] } +insta = { version = "1.42.1", features = ["filters"] } tar = "0.4.43" flate2 = "1.0.35" pathdiff = { version = "0.2.3", features = ["camino"] }