From 4ae45a1d45990cd748fa385d3ae8404377077479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 02:09:11 +0000 Subject: [PATCH] build(deps): bump convert_case from 0.8.0 to 0.9.0 Bumps [convert_case](https://github.com/rutrum/convert-case) from 0.8.0 to 0.9.0. - [Commits](https://github.com/rutrum/convert-case/commits) --- updated-dependencies: - dependency-name: convert_case dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- contracts-proc/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8916da009..471f21edb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1456,9 +1456,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f" +checksum = "db05ffb6856bf0ecdf6367558a76a0e8a77b1713044eb92845c692100ed50190" dependencies = [ "unicode-segmentation", ] @@ -3033,7 +3033,7 @@ dependencies = [ name = "openzeppelin-stylus-proc" version = "0.3.0" dependencies = [ - "convert_case 0.8.0", + "convert_case 0.9.0", "proc-macro2", "quote", "syn 2.0.101", diff --git a/contracts-proc/Cargo.toml b/contracts-proc/Cargo.toml index a498042a9..6479a62cf 100644 --- a/contracts-proc/Cargo.toml +++ b/contracts-proc/Cargo.toml @@ -13,7 +13,7 @@ version = "0.3.0" proc-macro2.workspace = true quote.workspace = true syn.workspace = true -convert_case = "0.8.0" +convert_case = "0.9.0" [lints] workspace = true