From ccb6d8d31dfc197ef71d17c5c6587b199db95309 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 08:07:31 +0000 Subject: [PATCH] Update Rust crate insta to 1.48.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff15597..2f33138 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3132,9 +3132,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.47.2" +version = "1.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a6248eb93a4401ed2f37dfe8ea592d3cf05b7cf4f8efa867b6895af7e094e" +checksum = "86f0f8fee8c926415c58d6ae43a08523a26faccb2323f5e6b644fe7dd4ef6b82" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 5c616a5..9c6eacc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ tokio = { version = "1", features = ["full"] } vortex-datafusion = "0.83.0" [dev-dependencies] -insta = "1.47.2" +insta = "1.48.0"