From 5aeb12d580ddc65a5da8981a7d0aec00d9c972c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 20:07:35 +0000 Subject: [PATCH] Bump insta from 1.45.0 to 1.45.1 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.45.0 to 1.45.1. - [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.45.0...1.45.1) --- updated-dependencies: - dependency-name: insta dependency-version: 1.45.1 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 358a14f3..f7495cea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -713,9 +713,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.45.0" +version = "1.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b76866be74d68b1595eb8060cb9191dca9c021db2316558e52ddc5d55d41b66c" +checksum = "983e3b24350c84ab8a65151f537d67afbbf7153bb9f1110e03e9fa9b07f67a5c" dependencies = [ "console 0.15.11", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 148ba870..2ae23b5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,6 @@ serde_json = "1.0.147" time = { version = "0.3.44", features = ["local-offset"] } [dev-dependencies] -insta = { version = "1.45.0", features = ["yaml", "filters"] } +insta = { version = "1.45.1", features = ["yaml", "filters"] } tempfile = "3.24.0" tmp-path = "0.1.2"