From df22b9e05368fef8668a1a272e82f46adde32bbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:40:32 +0000 Subject: [PATCH] Bump insta from 1.47.0 to 1.47.2 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.47.0 to 1.47.2. - [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.47.0...1.47.2) --- updated-dependencies: - dependency-name: insta dependency-version: 1.47.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 af830ae9..50cad5e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -784,9 +784,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.47.0" +version = "1.47.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f40e41efb5f592d3a0764f818e2f08e5e21c4f368126f74f37c81bd4af7a0c6" +checksum = "7b4a6248eb93a4401ed2f37dfe8ea592d3cf05b7cf4f8efa867b6895af7e094e" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 9fab253a..8c948547 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,6 @@ serde_json = "1.0.149" time = { version = "0.3.47", features = ["local-offset"] } [dev-dependencies] -insta = { version = "1.47.0", features = ["yaml", "filters"] } +insta = { version = "1.47.2", features = ["yaml", "filters"] } tempfile = "3.27.0" tmp-path = "0.1.2"