From 0174e62e175f7e704eb8f81c506d84f2c1fa33f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:36:53 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6c2f44..78062ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1.0.196", features = ["derive"] } shellexpand = "3.1.0" simsearch = "0.2.4" tempfile = "3.8.1" -toml = "0.8.19" +toml = "0.9.0" simplelog = "0.12.2" log = "0.4.22"