From bdf7e76d278c42df1329618e5fd73092cd551a89 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 19 Dec 2025 05:30:35 +0000 Subject: [PATCH] chore(deps): update rust crate insta to 1.45.0 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31d7910d714..d5be3af872f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1688,12 +1688,13 @@ dependencies = [ [[package]] name = "insta" -version = "1.44.3" +version = "1.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5c943d4415edd8153251b6f197de5eb1640e56d84e8d9159bea190421c73698" +checksum = "b76866be74d68b1595eb8060cb9191dca9c021db2316558e52ddc5d55d41b66c" dependencies = [ "once_cell", "similar", + "tempfile", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 846fb9e1d69..54e049aa17e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ indent_write = "2.2.0" indexmap = "2.12.1" indicatif = "0.18.3" indoc = "2.0.7" -insta = { version = "1.44.3", default-features = false } +insta = { version = "1.45.0", default-features = false } is_ci = "1.2.0" itertools = "0.14.0" libc = "0.2.178"