mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
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:
parent
73d5c1d803
commit
68a39b4fba
@ -18,7 +18,7 @@ strict = []
|
|||||||
type-def = ["semver"]
|
type-def = ["semver"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
convert_case = "0.6"
|
convert_case = "0.7"
|
||||||
proc-macro2 = "1"
|
proc-macro2 = "1"
|
||||||
quote = "1"
|
quote = "1"
|
||||||
syn = { version = "2", features = ["fold", "full", "extra-traits"] }
|
syn = { version = "2", features = ["fold", "full", "extra-traits"] }
|
||||||
|
|||||||
@ -22,7 +22,7 @@ strict = ["napi-derive-backend/strict"]
|
|||||||
type-def = ["napi-derive-backend/type-def"]
|
type-def = ["napi-derive-backend/type-def"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
convert_case = "0.6"
|
convert_case = "0.7"
|
||||||
napi-derive-backend = { version = "2.0.0-alpha.23", path = "../backend" }
|
napi-derive-backend = { version = "2.0.0-alpha.23", path = "../backend" }
|
||||||
proc-macro2 = "1"
|
proc-macro2 = "1"
|
||||||
quote = "1"
|
quote = "1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user