From 2fcdede8741d8690499be822a4607be47f7e5db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 09:01:35 +0000 Subject: [PATCH] build(deps):(deps): 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 ad07edf..fc56c3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -365,9 +365,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[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", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 650da0a..84f1ad2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ tempfile = "3.23.0" textwrap = "0.16.2" [dev-dependencies] -insta = "1.45.0" +insta = "1.45.1"