From 87928120363b4fef33c59ef4b4c06686b229d237 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 10:13:58 +0000 Subject: [PATCH] chore(deps): Update Rust crate convert_case to 0.11.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0553435b..c55a0873 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,9 +222,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.6.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" +checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49" dependencies = [ "unicode-segmentation", ] diff --git a/Cargo.toml b/Cargo.toml index 499db750..0d571537 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,7 @@ ron = { version = "0.12.0", optional = true } json5 = { version = "0.4.1", optional = true } corn = { version = "0.10.1", optional = true, package = "libcorn" } indexmap = { version = "2.13.0", features = ["serde"], optional = true } -convert_case = { version = "0.6.0", optional = true } +convert_case = { version = "0.11.0", optional = true } pathdiff = "0.2.3" winnow = "1.0.0" serde-untagged = { version = "0.1.9", optional = true }