From 828a3d9253b5e438e1197bca282023faf2e9af04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:31:25 +0000 Subject: [PATCH] Bump insta from 1.31.0 to 1.34.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.31.0 to 1.34.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.31.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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b6e33a45..f2259299d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2110,9 +2110,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.31.0" +version = "1.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a" +checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 8eb6a4b6a..205847976 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ parking_lot = "0.12" [dev-dependencies] criterion = "0.5.1" gix-testtools = "0.12.0" -insta = { version = "1.31.0", features = ["json", "redactions"] } +insta = { version = "1.34.0", features = ["json", "redactions"] } pretty_assertions = "1.4.0" rstest = "0.18.2"