From d157074e83004bb2163c23702e43ee07bb4428d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 03:16:34 +0000 Subject: [PATCH] chore(deps)(deps): 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] --- Cargo.toml | 2 +- crates/entity-derive-impl/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 40e0ace..07f4dc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ syn = { version = "2", features = ["full", "extra-traits", "parsing"] } quote = "1" proc-macro2 = "1" darling = "0.23" -convert_case = "0.10" +convert_case = "0.11" async-trait = "0.1" sqlx = { version = "0.8", default-features = false } uuid = { version = "1", features = ["v4", "v7", "serde"] } diff --git a/crates/entity-derive-impl/Cargo.toml b/crates/entity-derive-impl/Cargo.toml index 7ffe173..34227d6 100644 --- a/crates/entity-derive-impl/Cargo.toml +++ b/crates/entity-derive-impl/Cargo.toml @@ -26,7 +26,7 @@ syn = { version = "2", features = ["full", "extra-traits", "parsing"] } quote = "1" proc-macro2 = "1" darling = "0.23" -convert_case = "0.10" +convert_case = "0.11" [dev-dependencies] trybuild = "1"