From ed76cb877752cc0874fea1af9130ae2e1e423864 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:58:15 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 1.0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8b6378c..1274c20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18" tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "process"] } -toml = "1.0.0" +toml = "1.0.6" # dev-dependencies assert_cmd = "2.1.2"