From 87c40314750c3496979598539139ddee0afb6cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:24:32 +0000 Subject: [PATCH] Bump convert_case from 0.11.0 to 0.12.0 Bumps [convert_case](https://github.com/rutrum/convert-case) from 0.11.0 to 0.12.0. - [Changelog](https://github.com/rutrum/convert-case/blob/master/CHANGELOG.md) - [Commits](https://github.com/rutrum/convert-case/compare/0.11.0...0.12.0) --- updated-dependencies: - dependency-name: convert_case dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- shopify_function_macro/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"