From 8dbfdeb618d2ba49b060f698f7368c65a95f9ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:33:30 +0000 Subject: [PATCH] Update convert_case requirement from 0.10.0 to 0.11.0 Updates the requirements on [convert_case](https://github.com/rutrum/convert-case) to permit the latest version. - [Commits](https://github.com/rutrum/convert-case/commits) --- updated-dependencies: - dependency-name: convert_case dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- shakespeare-macro/Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shakespeare-macro/Cargo.toml b/shakespeare-macro/Cargo.toml index b22cfad..e29da7e 100644 --- a/shakespeare-macro/Cargo.toml +++ b/shakespeare-macro/Cargo.toml @@ -16,7 +16,7 @@ proc-macro = true proc-macro2 = "1.0.101" quote = "1.0.41" syn = { version = "2.0.106", features = ["full", "fold", "extra-traits"] } -convert_case = "0.10.0" +convert_case = "0.11.0" itertools = "0.14.0" structmeta = "0.3.0" visibility = "0.1.1" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index c473950..f71e7a8 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -23,7 +23,7 @@ syn = { version = "2.0.106", features = ["full", "fold", "extra-traits", "visit- proc-macro2 = "1.0.101" quote = "1.0.41" itertools = "0.14.0" -convert_case = "0.10.0" +convert_case = "0.11.0" structmeta = "0.3.0" walkdir = "2.5.0" visibility = "0.1.1"