From 18feef3775504f3334b7a4c5af13e3c33531c40e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 15:07:15 +0000 Subject: [PATCH] cargo: bump insta from 1.21.0 to 1.21.1 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.21.0 to 1.21.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/commits/1.21.1) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 661a1830d..42dcb83ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -652,9 +652,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.21.0" +version = "1.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581d4e3314cae4536e5d22ffd23189d4a374696c5ef733eadafae0ed273fd303" +checksum = "ba1e75aa1530e7385af7b2685478dece08dafb9db3b4225c753286decea83bef" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 81ae48630..2d0aebc85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ libc = { version = "0.2.137" } assert_cmd = "2.0.6" criterion = "0.4.0" criterion_bencher_compat = "0.4.0" -insta = "1.21.0" +insta = "1.21.1" regex = "1.7.0" predicates = "2.1.3" test-case = "2.2.2" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 18417ae99..8e0d18f8f 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -46,7 +46,7 @@ zstd = "0.11.2" [dev-dependencies] assert_matches = "1.5.0" -insta = "1.21.0" +insta = "1.21.1" num_cpus = "1.14.0" test-case = "2.2.2" testutils = { path = "testutils" }