From 972d5cf3dec3ac33b00cdea5e6f26f5dbeb54e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 05:39:37 +0000 Subject: [PATCH] build(deps): bump insta in the all-cargo-version-updates group Bumps the all-cargo-version-updates group with 1 update: [insta](https://github.com/mitsuhiko/insta). Updates `insta` from 1.46.2 to 1.46.3 - [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.2...1.46.3) --- updated-dependencies: - dependency-name: insta dependency-version: 1.46.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-version-updates ... 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 fbefb87..af05c96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -503,9 +503,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.46.2" +version = "1.46.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38c91d64f9ad425e80200a50a0e8b8a641680b44e33ce832efe5b8bc65161b07" +checksum = "e82db8c87c7f1ccecb34ce0c24399b8a73081427f3c7c50a5d597925356115e4" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index f200366..552cdfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ typed-builder = "0.23.0" [dev-dependencies] bitvec = "1.0.1" embedded-can = "0.4.1" -insta = "1.46.2" +insta = "1.46.3" test_each_file = "0.3.6" trybuild = "1.0.115" walkdir = "2.5.0"