From 0b3c5283002dfd7bfd64ccbdc30a1d304822978e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 06:41:46 +0000 Subject: [PATCH] Update Rust crate convert_case to 0.7.0 --- discord-frontend/hartex-discord-entitycache-macros/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord-frontend/hartex-discord-entitycache-macros/Cargo.toml b/discord-frontend/hartex-discord-entitycache-macros/Cargo.toml index c8698f163..fee87f816 100644 --- a/discord-frontend/hartex-discord-entitycache-macros/Cargo.toml +++ b/discord-frontend/hartex-discord-entitycache-macros/Cargo.toml @@ -11,7 +11,7 @@ rust-version = "1.86.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -convert_case = "0.6.0" +convert_case = "0.7.0" itertools = "0.14.0" lazy_static = "1.5.0" pluralizer = "0.4.0" @@ -21,7 +21,7 @@ syn = { version = "2.0.95", features = ["extra-traits", "full"] } hartex-macro-utils = { path = "../../rust-utilities/hartex-macro-utils" } [build-dependencies] -convert_case = "0.6.0" +convert_case = "0.7.0" proc-macro2 = "1.0.92" quote = "1.0.38" reqwest = { version = "0.12.12", features = ["blocking"] }