From dba913e0eaadbc98ab6c1842ae4dbbeb7ae9466a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 18:41:28 +0000 Subject: [PATCH] chore(deps): update rust crate insta to v1.46.1 --- Cargo.lock | 4 ++-- 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 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 35bbbd6..43b220a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1530,9 +1530,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.46.0" +version = "1.46.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b66886d14d18d420ab5052cbff544fc5d34d0b2cdd35eb5976aaa10a4a472e5" +checksum = "248b42847813a1550dafd15296fd9748c651d0c32194559dbc05d804d54b21e8" dependencies = [ "console", "once_cell", diff --git a/crates/plotnik-bytecode/Cargo.toml b/crates/plotnik-bytecode/Cargo.toml index 471bdf7..3f707e2 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.0", features = ["yaml"] } +insta = { version = "=1.46.1", features = ["yaml"] } diff --git a/crates/plotnik-cli/Cargo.toml b/crates/plotnik-cli/Cargo.toml index 6a3d86c..308c630 100644 --- a/crates/plotnik-cli/Cargo.toml +++ b/crates/plotnik-cli/Cargo.toml @@ -253,4 +253,4 @@ serde_json = "1.0" thiserror = "2.0" [dev-dependencies] -insta = "=1.46.0" +insta = "=1.46.1" diff --git a/crates/plotnik-compiler/Cargo.toml b/crates/plotnik-compiler/Cargo.toml index 7d771ea..2bd9cd7 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.0", features = ["yaml"] } +insta = { version = "=1.46.1", features = ["yaml"] } indoc = "=2.0.7" serde_json = "=1.0.149" tempfile = "=3.24.0" diff --git a/crates/plotnik-lib/Cargo.toml b/crates/plotnik-lib/Cargo.toml index d5ce4f1..04a20b9 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.0", features = ["yaml"] } +insta = { version = "=1.46.1", features = ["yaml"] } indoc = "=2.0.7" serde_json = "=1.0.149" tempfile = "=3.24.0" diff --git a/crates/plotnik-vm/Cargo.toml b/crates/plotnik-vm/Cargo.toml index d773fc7..83c2ef2 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.0", features = ["yaml"] } +insta = { version = "=1.46.1", features = ["yaml"] }