From ebc7c1ea9f2a1ebf88db4b3da988ea18dcdbe765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:15:50 +0000 Subject: [PATCH] build(deps): bump insta from 1.34.0 to 1.41.1 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.34.0 to 1.41.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.34.0...1.41.1) --- 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 ae311d2..4a0920e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1351,16 +1351,15 @@ dependencies = [ [[package]] name = "insta" -version = "1.34.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" +checksum = "7e9ffc4d4892617c50a928c52b2961cb5174b6fc6ebf252b2fac9d21955c48b8" dependencies = [ "console", "lazy_static", "linked-hash-map", "serde", "similar", - "yaml-rust", ] [[package]] @@ -3832,15 +3831,6 @@ dependencies = [ "windows-sys 0.48.0", ] -[[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 = "zerocopy" version = "0.7.32" diff --git a/Cargo.toml b/Cargo.toml index 0cea600..6103743 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ prost-build = "0.13" [dev-dependencies] file_diff = "1.0" -insta = { version = "1.34", features = ["yaml"] } +insta = { version = "1.41", features = ["yaml"] } rstest = "0.23" serde_test = "1.0" temp_testdir = "0.2"