From f8101a756da4c1e2973751ae0e21d279ff7a3b89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 12:07:47 +0000 Subject: [PATCH] chore(deps): update rust crate toml to 0.9.0 --- model/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/Cargo.toml b/model/Cargo.toml index 731673a..7eed933 100644 --- a/model/Cargo.toml +++ b/model/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" [dependencies] serde = { version = "1.0.215", features = ["derive"] } -toml = {version = "0.8.19", features = ["indexmap"] } +toml = {version = "0.9.0", features = ["indexmap"] }