diff --git a/crates/plotnik-bytecode/Cargo.toml b/crates/plotnik-bytecode/Cargo.toml index 3f707e28..b5e55dae 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 6b3f7249..819a9ceb 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 9d3319ff..b2675bc8 100644 --- a/crates/plotnik-compiler/Cargo.toml +++ b/crates/plotnik-compiler/Cargo.toml @@ -30,7 +30,7 @@ default = ["plotnik-langs"] plotnik-langs = ["plotnik-langs/default"] [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 0c5bf0af..9d36eb29 100644 --- a/crates/plotnik-lib/Cargo.toml +++ b/crates/plotnik-lib/Cargo.toml @@ -26,7 +26,7 @@ default = ["plotnik-langs"] plotnik-langs = ["plotnik-compiler/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 9c26b9ad..13b7591c 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"] }