From b3245152219e71f8ab658004afe6cc5cc143d3a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 19:55:48 +0000 Subject: [PATCH] Bump insta in /zjit in the jit group across 1 directory Bumps the jit group with 1 update in the /zjit directory: [insta](https://github.com/mitsuhiko/insta). Updates `insta` from 1.47.1 to 1.47.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.47.1...1.47.2) --- updated-dependencies: - dependency-name: insta dependency-version: 1.47.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jit ... Signed-off-by: dependabot[bot] --- zjit/Cargo.lock | 4 ++-- zjit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zjit/Cargo.lock b/zjit/Cargo.lock index 5cc26c6859bb21..df96918cb9d233 100644 --- a/zjit/Cargo.lock +++ b/zjit/Cargo.lock @@ -180,9 +180,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.47.1" +version = "1.47.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99322078b2c076829a1db959d49da554fabc4342257fc0ba5a070a1eb3a01cd8" +checksum = "7b4a6248eb93a4401ed2f37dfe8ea592d3cf05b7cf4f8efa867b6895af7e094e" dependencies = [ "console", "once_cell", diff --git a/zjit/Cargo.toml b/zjit/Cargo.toml index 14a512cab5cceb..53b6a5a0133abd 100644 --- a/zjit/Cargo.toml +++ b/zjit/Cargo.toml @@ -12,7 +12,7 @@ capstone = { version = "0.14.0", optional = true } jit = { version = "0.1.0", path = "../jit" } [dev-dependencies] -insta = "1.47.1" +insta = "1.47.2" rand = "0.10" yjit = { path = "../yjit" }