From 1b0e1667a309dbfde2e1d9532fdf1918af82cbdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 10:02:01 +0100 Subject: [PATCH] Update convert_case requirement from 0.7 to 0.8 (#449) --- impl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl/Cargo.toml b/impl/Cargo.toml index 18882d73..caa88887 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -26,7 +26,7 @@ proc-macro = true proc-macro2 = "1.0" quote = "1.0" syn = "2.0.45" -convert_case = { version = "0.7", optional = true } +convert_case = { version = "0.8", optional = true } unicode-xid = { version = "0.2.2", optional = true } [build-dependencies]