From b6c7ffe1e6d030ae32f70e1dff02d3e285608dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 14:50:53 +0000 Subject: [PATCH] build(deps): bump insta from 1.42.2 to 1.43.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.42.2 to 1.43.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.42.2...1.43.0) --- updated-dependencies: - dependency-name: insta dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++---------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9525fb480..6cb1ebf76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2793,14 +2793,12 @@ dependencies = [ [[package]] name = "insta" -version = "1.42.2" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50259abbaa67d11d2bcafc7ba1d094ed7a0c70e3ce893f0d0997f73558cb3084" +checksum = "ab2d11b2f17a45095b8c3603928ba29d7d918d7129d0d0641a36ba73cf07daa6" dependencies = [ "console", - "linked-hash-map", "once_cell", - "pin-project", "serde", "similar", ] @@ -3049,12 +3047,6 @@ dependencies = [ "vcpkg", ] -[[package]] -name = "linked-hash-map" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" - [[package]] name = "linux-raw-sys" version = "0.4.15" diff --git a/Cargo.toml b/Cargo.toml index e5a306e0b..fb7b0fc0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -202,7 +202,7 @@ features = ["serde"] # Snapshot testing [workspace.dependencies.insta] -version = "1.42.2" +version = "1.43.0" features = ["yaml", "json"] # Email sending