From 202f9038c719c32e51d98d611d10d5051325368f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 15:32:36 +0000 Subject: [PATCH] cargo: bump insta from 1.15.0 to 1.16.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.15.0 to 1.16.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.15.0...1.16.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 8537c1e40..3d77808ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -654,9 +654,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4126dd76ebfe2561486a1bd6738a33d2029ffb068a99ac446b7f8c77b2e58dbc" +checksum = "36fb7ec420af04ce7d1a422945cd19c52bf01772ead45934cee77f056dca1081" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 31e277fef..8fabff75e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ thiserror = "1.0.31" assert_cmd = "2.0.4" criterion = "0.3.6" criterion_bencher_compat = "0.3.4" -insta = "1.15.0" +insta = "1.16.0" regex = "1.6.0" predicates = "2.1.1" test-case = "2.1.0" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index bdb2af7ab..9e480eb6b 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.15.0" +insta = "1.16.0" num_cpus = "1.13.1" test-case = "2.1.0"