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"