From 4d61a533e7cb4d14b391e91fe82c8c27c6211777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 19:00:27 +0000 Subject: [PATCH] Bump insta from 1.34.0 to 1.38.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.34.0 to 1.38.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.34.0...1.38.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++------------ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d30cd14a7..9e3c60541 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2446,9 +2446,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.34.0" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" +checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc" dependencies = [ "console", "lazy_static", @@ -2457,7 +2457,6 @@ dependencies = [ "pest_derive", "serde", "similar", - "yaml-rust", ] [[package]] @@ -4617,15 +4616,6 @@ dependencies = [ "lzma-sys", ] -[[package]] -name = "yaml-rust" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" -dependencies = [ - "linked-hash-map", -] - [[package]] name = "yansi" version = "0.5.1" diff --git a/Cargo.toml b/Cargo.toml index 4d3285ec3..34ef5b827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ parking_lot = "0.12" [dev-dependencies] criterion = "0.5.1" gix-testtools = "0.13.0" -insta = { version = "1.34.0", features = ["json", "redactions"] } +insta = { version = "1.38.0", features = ["json", "redactions"] } pretty_assertions = "1.4.0" rstest = "0.18.2"