From e86afb1cb52caed54f7154d163c6fe20b44f7780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 20:43:05 +0000 Subject: [PATCH] Bump insta from 1.46.3 to 1.47.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.46.3 to 1.47.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.46.3...1.47.0) --- updated-dependencies: - dependency-name: insta dependency-version: 1.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 29 ++++------------------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a9d9350..af830ae9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -223,18 +223,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "console" -version = "0.15.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" -dependencies = [ - "encode_unicode", - "libc", - "once_cell", - "windows-sys 0.59.0", -] - [[package]] name = "console" version = "0.16.3" @@ -787,7 +775,7 @@ version = "0.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb" dependencies = [ - "console 0.16.3", + "console", "portable-atomic", "unicode-width", "unit-prefix", @@ -796,11 +784,11 @@ dependencies = [ [[package]] name = "insta" -version = "1.46.3" +version = "1.47.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e82db8c87c7f1ccecb34ce0c24399b8a73081427f3c7c50a5d597925356115e4" +checksum = "6f40e41efb5f592d3a0764f818e2f08e5e21c4f368126f74f37c81bd4af7a0c6" dependencies = [ - "console 0.15.11", + "console", "once_cell", "regex", "serde", @@ -2086,15 +2074,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "windows-sys" -version = "0.59.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" -dependencies = [ - "windows-targets 0.52.6", -] - [[package]] name = "windows-sys" version = "0.60.2" diff --git a/Cargo.toml b/Cargo.toml index db360eb2..9fab253a 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.46.3", features = ["yaml", "filters"] } +insta = { version = "1.47.0", features = ["yaml", "filters"] } tempfile = "3.27.0" tmp-path = "0.1.2"