From 4dc97de928eea09cb43584b72de02a063b507ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 16:04:56 +0000 Subject: [PATCH] cargo: bump insta from 1.28.0 to 1.29.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.28.0 to 1.29.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.28.0...1.29.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 79332b36d..d8efbbc2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -710,9 +710,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.28.0" +version = "1.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea5b3894afe466b4bcf0388630fc15e11938a6074af0cd637c825ba2ec8a099" +checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 3daaee33e..2394faa55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ assert_cmd = "2.0.8" assert_matches = "1.5.0" criterion = "0.4.0" criterion_bencher_compat = "0.4.0" -insta = { version = "1.28.0", features = ["filters"] } +insta = { version = "1.29.0", features = ["filters"] } predicates = "2.1.5" regex = "1.7.2" testutils = { path = "lib/testutils" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c3ac285d9..4947ff9d4 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -45,7 +45,7 @@ prost = "0.11.8" [dev-dependencies] assert_matches = "1.5.0" -insta = "1.28.0" +insta = "1.29.0" num_cpus = "1.15.0" test-case = "3.0.0" testutils = { path = "testutils" }