diff --git a/Cargo.lock b/Cargo.lock index 0adc628..ab2dd94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,9 +248,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49" +checksum = "1af709f1f33454bf52eadfc8c78b3b9ef9cb26fb54d16dc9cd9a7299f899fd1b" dependencies = [ "unicode-segmentation", ] @@ -1415,7 +1415,7 @@ version = "2.2.0" dependencies = [ "bluejay-core", "bluejay-typegen-codegen", - "convert_case 0.11.0", + "convert_case 0.12.0", "proc-macro2", "quote", "syn 3.0.3", diff --git a/shopify_function_macro/Cargo.toml b/shopify_function_macro/Cargo.toml index 154c395..9243b77 100644 --- a/shopify_function_macro/Cargo.toml +++ b/shopify_function_macro/Cargo.toml @@ -15,4 +15,4 @@ quote = "1.0" proc-macro2 = "1.0.106" bluejay-typegen-codegen = "0.4.0" bluejay-core = "0.4.0" -convert_case = "0.11" +convert_case = "0.12"