From f795de06d0f6d145ecaf92fa4ad617307c4685a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:42:27 +0000 Subject: [PATCH] Update convert_case requirement from 0.10 to 0.11 Updates the requirements on [convert_case](https://github.com/rutrum/convert-case) to permit the latest version. - [Commits](https://github.com/rutrum/convert-case/commits) --- updated-dependencies: - dependency-name: convert_case dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bluejay-typegen-codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluejay-typegen-codegen/Cargo.toml b/bluejay-typegen-codegen/Cargo.toml index ecd1541..2e181a0 100644 --- a/bluejay-typegen-codegen/Cargo.toml +++ b/bluejay-typegen-codegen/Cargo.toml @@ -16,7 +16,7 @@ bluejay-validator = { workspace = true } syn = { version = "2.0", features = ["full"] } quote = "1.0" proc-macro2 = "1.0" -convert_case = "0.10" +convert_case = "0.11" itertools = "0.14.0" [lints]