From 7e1207e61eab77879c0887b1d799e031dd89624d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:03:21 +0000 Subject: [PATCH] build(deps): bump insta from 1.43.2 to 1.48.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.43.2 to 1.48.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.43.2...1.48.0) --- updated-dependencies: - dependency-name: insta dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 ++++++--------------- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1693753..cca8ffa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,14 +122,13 @@ dependencies = [ [[package]] name = "console" -version = "0.15.11" +version = "0.16.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" +checksum = "4fe5f465a4f6fee88fad41b85d990f84c835335e85b5d9e6e63e0d06d28cba7c" dependencies = [ "encode_unicode", "libc", - "once_cell", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -637,14 +636,15 @@ dependencies = [ [[package]] name = "insta" -version = "1.43.2" +version = "1.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" +checksum = "86f0f8fee8c926415c58d6ae43a08523a26faccb2323f5e6b644fe7dd4ef6b82" dependencies = [ "console", "once_cell", "serde", "similar", + "tempfile", ] [[package]] @@ -1846,15 +1846,6 @@ dependencies = [ "windows-targets", ] -[[package]] -name = "windows-sys" -version = "0.59.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" -dependencies = [ - "windows-targets", -] - [[package]] name = "windows-sys" version = "0.61.2" diff --git a/Cargo.toml b/Cargo.toml index 57523a5..bde169d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ parzen = "0.1.1" async-trait = "=0.1.89" enumset = { version = "=1.1.5", features = ["serde"] } futures = "=0.3.32" -insta = { version = "=1.43.2", features = ["json"] } +insta = { version = "=1.48.0", features = ["json"] } once_cell = "=1.21.4" proptest = "1.5" rand = "=0.9.3"