fix(deps): update rust crate convert_case to 0.7 (#2422)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-12 03:57:04 +00:00 committed by GitHub
parent 73d5c1d803
commit 68a39b4fba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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"] }

View File

@ -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"