From 5694d8bb58f79b3aed650ecf39aefcf34d14045d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:56:33 +0000 Subject: [PATCH] fix(deps): update rust crate toml to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a707083..586985d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ clap = { version = "4.0", features = ["derive"] } walkdir = "2.3" chrono = { version = "0.4", features = ["serde"] } tera = "1.20" -toml = "0.9.5" +toml = "1.0.0" regex = "1.10" # Resolve external tool paths (pandoc, typst) which = "8.0.0"