From 2543506509b42e350f8a604a264ac7eabf8dee6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 16:39:09 +0000 Subject: [PATCH] Bump insta from 1.30.0 to 1.34.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.30.0 to 1.34.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.30.0...1.34.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- martian/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e91aacf53f..8d8962c8bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -462,9 +462,9 @@ checksum = "761cde40c27e2a9877f8c928fd248b7eec9dd48623dd514b256858ca593fbba7" [[package]] name = "insta" -version = "1.30.0" +version = "1.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28491f7753051e5704d4d0ae7860d45fae3238d7d235bc4289dcd45c48d3cec3" +checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" dependencies = [ "console", "lazy_static", diff --git a/martian/Cargo.toml b/martian/Cargo.toml index 4e2c476955..9d764837be 100644 --- a/martian/Cargo.toml +++ b/martian/Cargo.toml @@ -22,7 +22,7 @@ rayon = { version = ">=1.0", optional = true } [dev-dependencies] indoc = "2.0.2" pretty_assertions = "1.4.0" -insta = "1.30" +insta = "1.34" [features] default = []