From 4553ab8c0048f23db65f549a5521bc05714007f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:11:00 +0000 Subject: [PATCH] chore(deps): bump insta from 1.46.1 to 1.46.3 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.46.1 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.1...1.46.3) --- updated-dependencies: - dependency-name: insta dependency-version: 1.46.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67d4eec30..585c3dad6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1799,9 +1799,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.46.1" +version = "1.46.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248b42847813a1550dafd15296fd9748c651d0c32194559dbc05d804d54b21e8" +checksum = "e82db8c87c7f1ccecb34ce0c24399b8a73081427f3c7c50a5d597925356115e4" dependencies = [ "console 0.15.11", "once_cell", @@ -3337,7 +3337,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" dependencies = [ "fastrand", - "getrandom 0.3.3", + "getrandom 0.4.1", "once_cell", "rustix", "windows-sys 0.61.1", diff --git a/Cargo.toml b/Cargo.toml index 213207d04..b597be02c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ homedir = "0.3.6" httpmock = "0.8.3" image = { version = "0.25.9", default-features = false } include_dir = "0.7.4" -insta = { version = "1.46.1", features = ["filters"] } +insta = { version = "1.46.3", features = ["filters"] } itertools = "0.14.0" lazy_static = "1.5.0" liblzma = "0.4.6"