From 5e1b43f15e6cd5331288b97c791dad69adc7e72c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 07:50:01 +0000 Subject: [PATCH] chore(deps): update rust crate toml to v1 --- model/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/Cargo.toml b/model/Cargo.toml index 731673a..fbdf0d3 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 = "1.0.0", features = ["indexmap"] }