From 2d79b31d2e714130f1e6c6a8c738fcfa4e798ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 03:07:20 +0000 Subject: [PATCH] chore(deps)(deps): update convert_case requirement from 0.11 to 0.12 Updates the requirements on [convert_case](https://github.com/rutrum/convert-case) to permit the latest version. - [Changelog](https://github.com/rutrum/convert-case/blob/master/CHANGELOG.md) - [Commits](https://github.com/rutrum/convert-case/compare/0.11.0...0.12.0) --- updated-dependencies: - dependency-name: convert_case dependency-version: 0.12.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 bcad6e4..1b4bec0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ syn = { version = "2", features = ["full", "extra-traits", "parsing"] } quote = "1" proc-macro2 = "1" darling = "0.23" -convert_case = "0.11" +convert_case = "0.12" async-trait = "0.1" sqlx = { version = "0.9", 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 b4f7279..e41f057 100644 --- a/crates/entity-derive-impl/Cargo.toml +++ b/crates/entity-derive-impl/Cargo.toml @@ -80,7 +80,7 @@ syn = { version = "2", features = ["full", "extra-traits", "parsing"] } quote = "1" proc-macro2 = "1" darling = "0.23" -convert_case = "0.11" +convert_case = "0.12" serde = { version = "1", features = ["derive"] } [dev-dependencies]