From 8aa8d84f1ebf3cb155e989ed6e782982ea52eb9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 15:59:00 +0000 Subject: [PATCH] cargo: bump insta from 1.29.0 to 1.30.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.29.0 to 1.30.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.29.0...1.30.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 14e0983f0..0092cded5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -756,9 +756,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.29.0" +version = "1.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972" +checksum = "28491f7753051e5704d4d0ae7860d45fae3238d7d235bc4289dcd45c48d3cec3" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 91262a91b..2295f74db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ libc = { version = "0.2.146" } [dev-dependencies] assert_cmd = "2.0.8" assert_matches = "1.5.0" -insta = { version = "1.29.0", features = ["filters"] } +insta = { version = "1.30.0", features = ["filters"] } regex = "1.8.4" testutils = { path = "lib/testutils" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b29a78c26..f00d304e4 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -54,7 +54,7 @@ rustix = { version = "0.37.20", features = ["fs"] } [dev-dependencies] assert_matches = "1.5.0" criterion = "0.5.1" -insta = "1.29.0" +insta = "1.30.0" num_cpus = "1.15.0" test-case = "3.1.0" testutils = { path = "testutils" }