From 150dd981b0b2f320794c3b9dc29c5aea5e174e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:39:10 +0000 Subject: [PATCH] build(deps): bump insta from 1.39.0 to 1.40.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.39.0 to 1.40.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.39.0...1.40.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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba5573b..88e9ea1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1617,9 +1617,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.39.0" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5" +checksum = "6593a41c7a73841868772495db7dc1e8ecab43bb5c0b6da2059246c4b506ab60" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index dba63ca..62131eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ pbjson-build = "0.7" prost-build = "0.13" [dev-dependencies] -insta = { version = "1.36", features = ["yaml"] } +insta = { version = "1.40", features = ["yaml"] } log = "0.4" pretty_assertions = "1.4" rstest = "0.22.0"