From 9ba3fd85caf784c51ce30af992082e20607462d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:30:53 +0000 Subject: [PATCH] chore(deps): update rust crate insta to v1.47.2 --- crates/plotnik-bytecode/Cargo.toml | 2 +- crates/plotnik-cli/Cargo.toml | 2 +- crates/plotnik-compiler/Cargo.toml | 2 +- crates/plotnik-lib/Cargo.toml | 2 +- crates/plotnik-vm/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/plotnik-bytecode/Cargo.toml b/crates/plotnik-bytecode/Cargo.toml index 3f707e2..b5e55da 100644 --- a/crates/plotnik-bytecode/Cargo.toml +++ b/crates/plotnik-bytecode/Cargo.toml @@ -15,4 +15,4 @@ regex-automata = { version = "0.4", features = ["dfa-search"] } thiserror = "2.0.17" [dev-dependencies] -insta = { version = "=1.46.1", features = ["yaml"] } +insta = { version = "=1.47.2", features = ["yaml"] } diff --git a/crates/plotnik-cli/Cargo.toml b/crates/plotnik-cli/Cargo.toml index 06f718d..0ed0f43 100644 --- a/crates/plotnik-cli/Cargo.toml +++ b/crates/plotnik-cli/Cargo.toml @@ -255,4 +255,4 @@ serde_json = "1.0" thiserror = "2.0" [dev-dependencies] -insta = "=1.46.1" +insta = "=1.47.2" diff --git a/crates/plotnik-compiler/Cargo.toml b/crates/plotnik-compiler/Cargo.toml index cd2d9d0..09333fe 100644 --- a/crates/plotnik-compiler/Cargo.toml +++ b/crates/plotnik-compiler/Cargo.toml @@ -29,7 +29,7 @@ regex-syntax = "0.8" default = ["plotnik-langs"] [dev-dependencies] -insta = { version = "=1.46.1", features = ["yaml"] } +insta = { version = "=1.47.2", features = ["yaml"] } indoc = "=2.0.7" serde_json = "=1.0.149" tempfile = "=3.27.0" diff --git a/crates/plotnik-lib/Cargo.toml b/crates/plotnik-lib/Cargo.toml index 0e43d8c..38c077e 100644 --- a/crates/plotnik-lib/Cargo.toml +++ b/crates/plotnik-lib/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] } default = ["plotnik-langs"] [dev-dependencies] -insta = { version = "=1.46.1", features = ["yaml"] } +insta = { version = "=1.47.2", features = ["yaml"] } indoc = "=2.0.7" serde_json = "=1.0.149" tempfile = "=3.27.0" diff --git a/crates/plotnik-vm/Cargo.toml b/crates/plotnik-vm/Cargo.toml index 9c26b9a..13b7591 100644 --- a/crates/plotnik-vm/Cargo.toml +++ b/crates/plotnik-vm/Cargo.toml @@ -18,4 +18,4 @@ serde = { version = "1.0", features = ["derive"] } thiserror = "2.0.17" [dev-dependencies] -insta = { version = "=1.46.1", features = ["yaml"] } +insta = { version = "=1.47.2", features = ["yaml"] }