From 9c1206fb24e1faa16e0587314481fe9f070f224f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:54:19 +0000 Subject: [PATCH] chore(deps): Update Rust crate convert_case to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28623d08..437784f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ ron = { version = "0.8.1", optional = true } json5_rs = { version = "0.4.1", optional = true, package = "json5" } corn = { version = "0.10.0", optional = true, package = "libcorn" } indexmap = { version = "2.11.4", features = ["serde"], optional = true } -convert_case = { version = "0.6.0", optional = true } +convert_case = { version = "0.8.0", optional = true } pathdiff = "0.2.3" winnow = "0.7.13" serde-untagged = { version = "0.1.9", optional = true }