diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index 7a548ecb..722c0fdd 100644 --- a/crates/backend/Cargo.toml +++ b/crates/backend/Cargo.toml @@ -18,7 +18,7 @@ strict = [] type-def = ["semver"] [dependencies] -convert_case = "0.6" +convert_case = "0.7" proc-macro2 = "1" quote = "1" syn = { version = "2", features = ["fold", "full", "extra-traits"] } diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index e8270249..4d08c1dd 100644 --- a/crates/macro/Cargo.toml +++ b/crates/macro/Cargo.toml @@ -22,7 +22,7 @@ strict = ["napi-derive-backend/strict"] type-def = ["napi-derive-backend/type-def"] [dependencies] -convert_case = "0.6" +convert_case = "0.7" napi-derive-backend = { version = "2.0.0-alpha.23", path = "../backend" } proc-macro2 = "1" quote = "1"