From 78cdf71d9aefb2bc3b75ee48a4a09cc36fd7abad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 16:02:42 +0000 Subject: [PATCH] cargo: bump insta from 1.26.0 to 1.28.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.26.0 to 1.28.0. - [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.26.0...1.28.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 +- lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa637da3d..9e9e1161d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -710,9 +710,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.26.0" +version = "1.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6f0f08b46e4379744de2ab67aa8f7de3ffd1da3e275adc41fcc82053ede46ff" +checksum = "fea5b3894afe466b4bcf0388630fc15e11938a6074af0cd637c825ba2ec8a099" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index c0d4d8c85..b74c62b51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ libc = { version = "0.2.139" } assert_cmd = "2.0.8" criterion = "0.4.0" criterion_bencher_compat = "0.4.0" -insta = { version = "1.26.0", features = ["filters"] } +insta = { version = "1.28.0", features = ["filters"] } predicates = "2.1.5" regex = "1.7.1" testutils = { path = "lib/testutils" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ce9af5c06..9754f69e8 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -45,7 +45,7 @@ prost = "0.11.6" [dev-dependencies] assert_matches = "1.5.0" -insta = "1.26.0" +insta = "1.28.0" num_cpus = "1.15.0" test-case = "3.0.0" testutils = { path = "testutils" }