From 68a39b4fba1aa5b73fdff52f3debf62f1f88a85c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 03:57:04 +0000 Subject: [PATCH] fix(deps): update rust crate convert_case to 0.7 (#2422) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/backend/Cargo.toml | 2 +- crates/macro/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"