From 6ec5f61752d19e6071e3c457600d287741e68685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 04:20:44 +0000 Subject: [PATCH] build(deps): bump insta from 1.46.0 to 1.46.2 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.46.0 to 1.46.2. - [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.0...1.46.2) --- updated-dependencies: - dependency-name: insta dependency-version: 1.46.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 8f59463..17a3af2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1085,9 +1085,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.46.0" +version = "1.46.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b66886d14d18d420ab5052cbff544fc5d34d0b2cdd35eb5976aaa10a4a472e5" +checksum = "38c91d64f9ad425e80200a50a0e8b8a641680b44e33ce832efe5b8bc65161b07" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 5c0c202..606fa50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ toml = "0.9.11" v4l = "0.14.0" [dev-dependencies] -insta = "1.46.0" +insta = "1.46.2" rand = "0.9.2" rand_chacha = "0.9.0" serial_test = "3.3.1"