From 2a357ac2df232d8149b3effefe5e57d9f84e8ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 18:52:03 +0000 Subject: [PATCH] cargo: bump insta from 1.22.0 to 1.23.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.22.0 to 1.23.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.22.0...1.23.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 b335656ed..ed0626522 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,9 +688,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.22.0" +version = "1.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "197f4e300af8b23664d4077bf5c40e0afa9ba66a567bb5a51d3def3c7b287d1c" +checksum = "e48b08a091dfe5b09a6a9688c468fdd5b4396e92ce09e2eb932f0884b02788a4" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 9045da607..5996b9828 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ libc = { version = "0.2.138" } assert_cmd = "2.0.7" criterion = "0.4.0" criterion_bencher_compat = "0.4.0" -insta = "1.22.0" +insta = "1.23.0" predicates = "2.1.4" regex = "1.7.0" test-case = "2.2.2" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 1e76b5c43..47b4a796d 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -46,7 +46,7 @@ tracing = "0.1.37" [dev-dependencies] assert_matches = "1.5.0" -insta = "1.22.0" +insta = "1.23.0" num_cpus = "1.14.0" test-case = "2.2.2" testutils = { path = "testutils" }