From 1ef450b94ed8f22cd2b056eb62794cf54690f733 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:55:32 +0000 Subject: [PATCH] chore(deps): Update Rust crate convert_case to 0.8 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17e5c89d..38d73a1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,9 +269,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.6.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" +checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f" dependencies = [ "unicode-segmentation", ] diff --git a/Cargo.toml b/Cargo.toml index 560dd3e8..c837ae89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,7 +142,7 @@ rust-ini = { version = "0.21", optional = true } ron = { version = "0.8", optional = true } json5_rs = { version = "0.4", optional = true, package = "json5" } indexmap = { version = "2.10.0", features = ["serde"], optional = true } -convert_case = { version = "0.6", optional = true } +convert_case = { version = "0.8", optional = true } pathdiff = "0.2" winnow = "0.7.0"