From 0f5ebc4699435f2d4cd6dba4bd93f853f1e5ff36 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 6 Jan 2022 17:40:16 +0800 Subject: [PATCH] chore(napi-derive-backend): update convert_case --- crates/backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index 3ee1aafc..e2271f12 100644 --- a/crates/backend/Cargo.toml +++ b/crates/backend/Cargo.toml @@ -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"]}