From 4564ae74266723d8046ef10ee8d3bf3db5133ec8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 12:37:57 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6afccbd..85da696 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ shell-words = "1.1.0" strum = { version = "0.27", features = ["derive"] } sysinfo = "0.37" tokio = { version = "1", features = ["full"] } -toml = { version = "0.8", features = ["indexmap", "preserve_order"] } +toml = { version = "0.9", features = ["indexmap", "preserve_order"] } uuid = { version = "1", features = ["v4", "fast-rng"] } xx = { version = "2", features = ["fslock", "hash"] }