chore(napi-derive-backend): update convert_case

This commit is contained in:
LongYinan 2022-01-06 17:40:16 +08:00
parent 349f747ce4
commit 0f5ebc4699
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -17,7 +17,7 @@ strict = []
type-def = ["regex", "once_cell"]
[dependencies]
convert_case = "0.4"
convert_case = "0.5"
proc-macro2 = "1"
quote = "1"
syn = {version = "1", features = ["fold", "full", "extra-traits"]}