From 5f0cb71177963f06a770a5859cc385aff4a7ecad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 15:51:07 +0000 Subject: [PATCH] cargo: bump insta from 1.18.0 to 1.18.1 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.18.0 to 1.18.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.18.0...1.18.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 2e5d0ab81..2ad612f99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,9 +612,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.18.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49de01ff8a0781c5414e674b4469b81f6693d6bda6a4d405600c2acd06ebc6d3" +checksum = "1a2bbec77f9472e4ed0cf9be1de622f0dc84d5af96599e3b625e569ef92aaed0" dependencies = [ "console", "linked-hash-map", diff --git a/Cargo.toml b/Cargo.toml index a8c644645..9f75da65f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ thiserror = "1.0.32" assert_cmd = "2.0.4" criterion = "0.3.6" criterion_bencher_compat = "0.3.4" -insta = "1.18.0" +insta = "1.18.1" regex = "1.6.0" predicates = "2.1.1" test-case = "2.2.1" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 2dddf910c..2e48703db 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.18.0" +insta = "1.18.1" num_cpus = "1.13.1" test-case = "2.2.1"