From eb2d6c45bc6fb291d9832ab50f957df1cb16ceb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:10:11 +0000 Subject: [PATCH] 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 | 25 +++++++++++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 311220eb5..4f27ae1dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2420,15 +2420,16 @@ 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", "pest", "pest_derive", + "pin-project", "serde", "similar", ] @@ -2954,6 +2955,26 @@ dependencies = [ "siphasher", ] +[[package]] +name = "pin-project" +version = "1.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916" +dependencies = [ + "pin-project-internal", +] + +[[package]] +name = "pin-project-internal" +version = "1.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.95", +] + [[package]] name = "pin-project-lite" version = "0.2.16" diff --git a/Cargo.toml b/Cargo.toml index bbeff30d9..40752c915 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ typetag = "0.2" [dev-dependencies] criterion = "0.5.1" gix-testtools = "0.15.0" -insta = { version = "1.42.0", features = ["json", "redactions"] } +insta = { version = "1.42.1", features = ["json", "redactions"] } rstest = "0.24.0" [[bench]]