From 5e89320bdc08758705246d5942d6aabccd2d9337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:58:44 +0000 Subject: [PATCH] Update convert_case requirement from 0.6 to 0.7 --- updated-dependencies: - dependency-name: convert_case dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- impl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl/Cargo.toml b/impl/Cargo.toml index 520ab437..b836827b 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.6", optional = true } +convert_case = { version = "0.7", optional = true } unicode-xid = { version = "0.2.2", optional = true } [build-dependencies]