From 3a1c1089a717680ba7240d00ca2f7eff8e7e1004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 08:34:02 +0000 Subject: [PATCH] build(deps): bump insta from 1.32.0 to 1.33.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.32.0 to 1.33.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.32.0...1.33.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 ea1b0c5..656a299 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2193,9 +2193,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e02c584f4595792d09509a94cdb92a3cef7592b1eb2d9877ee6f527062d0ea" +checksum = "1aa511b2e298cd49b1856746f6bb73e17036bcd66b25f5e92cdcdbec9bd75686" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 2e43d73..206f4eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ clap_mangen = "0.2.14" [dev-dependencies] heck = "0.4.1" -insta = "1.32.0" +insta = "1.33.0" tempfile = "3.8.0" [features]