From efe67d1ae4f9516e73a4a97f8aa435d448e25ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 02:12:40 +0000 Subject: [PATCH] chore(Cargo.toml): 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 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52b9fbe..57a7072 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -348,7 +348,7 @@ dependencies = [ "bytes", "chrono", "clap", - "console 0.16.3", + "console", "futures-util", "http", "http-body-util", @@ -406,18 +406,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" @@ -1140,11 +1128,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", "serde", "similar", @@ -2855,15 +2843,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"