From cedee326de01f06bc4072e57b24aaedfa46ce276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:43:28 +0000 Subject: [PATCH] build(deps): bump insta from 1.46.3 to 1.47.1 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.46.3 to 1.47.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.46.3...1.47.1) --- updated-dependencies: - dependency-name: insta dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +++++------ protobug/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7346fb..5f69434 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -231,14 +231,13 @@ dependencies = [ [[package]] name = "console" -version = "0.15.11" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" +checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87" dependencies = [ "encode_unicode", "libc", - "once_cell", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -618,9 +617,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.46.3" +version = "1.47.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e82db8c87c7f1ccecb34ce0c24399b8a73081427f3c7c50a5d597925356115e4" +checksum = "99322078b2c076829a1db959d49da554fabc4342257fc0ba5a070a1eb3a01cd8" dependencies = [ "console", "once_cell", diff --git a/protobug/Cargo.toml b/protobug/Cargo.toml index bd47a35..2312814 100644 --- a/protobug/Cargo.toml +++ b/protobug/Cargo.toml @@ -25,7 +25,7 @@ tui-textarea = { package = "tui-textarea-2", version = "0.10.2" } [dev-dependencies] indoc = "2" -insta = "1.46.3" +insta = "1.47.1" pretty_assertions = "1" protogen = { path = "../protogen" } tempfile = "3"