From 85122e1ddd98799b8dcf3d26628a13898599b1b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:04:52 +0000 Subject: [PATCH] Bump insta from 1.30.0 to 1.31.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.30.0 to 1.31.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.30.0...1.31.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 b8afd4f8..56bfa442 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,9 +450,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.30.0" +version = "1.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28491f7753051e5704d4d0ae7860d45fae3238d7d235bc4289dcd45c48d3cec3" +checksum = "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a" dependencies = [ "console", "globset", diff --git a/Cargo.toml b/Cargo.toml index e46cd3ad..1aee34ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ wasm-bindgen = { version = "0.2.81", optional = true } [dev-dependencies] criterion = "0.4.0" -insta = { version = "1.30.0", features = ["glob"] } +insta = { version = "1.31.0", features = ["glob"] } assert_cmd = "2.0.4" [[bench]]