From f68d79f248b81ee87dd96098b2c008c1d4739251 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 14:06:19 +0000 Subject: [PATCH] Pin Rust crate indoc to =2.0.7 --- crates/plotnik-lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/plotnik-lib/Cargo.toml b/crates/plotnik-lib/Cargo.toml index 46955f49..0489bbb0 100644 --- a/crates/plotnik-lib/Cargo.toml +++ b/crates/plotnik-lib/Cargo.toml @@ -12,4 +12,4 @@ serde = { version = "1.0.228", features = ["derive"] } [dev-dependencies] insta = { version = "=1.44.3", features = ["yaml"] } -indoc = "2" +indoc = "=2.0.7"