From 569e3dc2a7170726f101e7e9b28f12338c2869e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:50:00 +0000 Subject: [PATCH] Bump convert_case from 0.9.0 to 0.10.0 Bumps [convert_case](https://github.com/rutrum/convert-case) from 0.9.0 to 0.10.0. - [Commits](https://github.com/rutrum/convert-case/commits) --- updated-dependencies: - dependency-name: convert_case dependency-version: 0.10.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 1d06451..d884932 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,9 +178,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db05ffb6856bf0ecdf6367558a76a0e8a77b1713044eb92845c692100ed50190" +checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" dependencies = [ "unicode-segmentation", ] @@ -1259,7 +1259,7 @@ version = "2.0.3" dependencies = [ "bluejay-core", "bluejay-typegen-codegen", - "convert_case 0.9.0", + "convert_case 0.10.0", "proc-macro2", "quote", "syn", diff --git a/shopify_function_macro/Cargo.toml b/shopify_function_macro/Cargo.toml index b36334e..d9c0863 100644 --- a/shopify_function_macro/Cargo.toml +++ b/shopify_function_macro/Cargo.toml @@ -15,4 +15,4 @@ quote = "1.0" proc-macro2 = "1.0.103" bluejay-typegen-codegen = "0.3.1" bluejay-core = "0.3.1" -convert_case = "0.9" +convert_case = "0.10"