From f6e95decb48cc6b813091983a25969d2dd6a1a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 15:31:38 +0000 Subject: [PATCH] cargo: bump insta from 1.14.0 to 1.14.1 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.14.0 to 1.14.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.14.0...1.14.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 7a0684063..935b94c20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -648,9 +648,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.14.0" +version = "1.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "689960f187c43c01650c805fb6bc6f55ab944499d86d4ffe9474ad78991d8e94" +checksum = "bcc3e639bcba360d9237acabd22014c16f3df772db463b7446cd81b070714767" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 719c51002..ddc104355 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ thiserror = "1.0.31" assert_cmd = "2.0.4" criterion = "0.3.5" criterion_bencher_compat = "0.3.4" -insta = "1.14.0" +insta = "1.14.1" regex = "1.5.6" predicates = "2.1.1" test-case = "2.1.0" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 8b8ecc84f..4016c91e1 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.14.0" +insta = "1.14.1" num_cpus = "1.13.1" test-case = "2.1.0"