From b1d2a72d741edfd02c8533bf8f294a0976da7715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:58:42 +0000 Subject: [PATCH] chore(deps): update convert_case requirement from 0.8.0 to 0.9.0 --- updated-dependencies: - dependency-name: convert_case dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/macros/Cargo.toml b/crates/macros/Cargo.toml index a8f8cb64f..784b6f286 100644 --- a/crates/macros/Cargo.toml +++ b/crates/macros/Cargo.toml @@ -20,7 +20,7 @@ syn = { version = "2.0.100", features = ["full", "extra-traits", "printing"] } darling = "0.21" quote = "1.0.9" proc-macro2 = "1.0.26" -convert_case = "0.8.0" +convert_case = "0.9.0" itertools = "0.14.0" [lints.rust]