From 99a165a00d620e3aa897930180391bc513618649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 03:26:30 +0000 Subject: [PATCH] fix(deps): bump insta from 1.43.2 to 1.46.1 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.43.2 to 1.46.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.43.2...1.46.1) --- updated-dependencies: - dependency-name: insta dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b7748c60..df74a7c0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3796,13 +3796,14 @@ dependencies = [ [[package]] name = "insta" -version = "1.43.2" +version = "1.46.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" +checksum = "248b42847813a1550dafd15296fd9748c651d0c32194559dbc05d804d54b21e8" dependencies = [ "console", "once_cell", "similar", + "tempfile", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2e2e8c4ea..8d30da8d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ hyper = { version = "1.6.0", features = ["server"] } hyper-util = { version = "0.1.11", features = ["tokio"] } indicatif = "0.17.11" indoc = "2.0.6" -insta = "1.43.1" +insta = "1.46.1" libc = "0.2.172" mimalloc = "0.1.46" mockito = "1.7.0"