From d53d9020c938f8770a247df01251ceef5cb0c69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 15:42:30 +0000 Subject: [PATCH] cargo: bump insta from 1.19.0 to 1.19.1 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.19.0 to 1.19.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/compare/1.19.0...1.19.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 4b018cb85..c598c5045 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,9 +639,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.19.0" +version = "1.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f37dc501f12ec0c339b385787fa89ffda3d5d2caa62e558da731134c24d6e0c4" +checksum = "fc61e98be01e89296f3343a878e9f8ca75a494cb5aaf29df65ef55734aeb85f5" dependencies = [ "console", "linked-hash-map", diff --git a/Cargo.toml b/Cargo.toml index a16ee0d80..5ebb210d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ thiserror = "1.0.33" assert_cmd = "2.0.4" criterion = "0.3.6" criterion_bencher_compat = "0.3.4" -insta = "1.19.0" +insta = "1.19.1" lazy_static = "1.4.0" regex = "1.6.0" predicates = "2.1.1" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 5f9887a65..c76a6f78a 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -42,7 +42,7 @@ zstd = "0.11.2" [dev-dependencies] assert_matches = "1.5.0" -insta = "1.19.0" +insta = "1.19.1" num_cpus = "1.13.1" test-case = "2.2.1"