From 4b700a22c334e231320d221b36697be3049bbf24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:40:29 +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] --- springtime-di-derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springtime-di-derive/Cargo.toml b/springtime-di-derive/Cargo.toml index 3bfa07e..a110681 100644 --- a/springtime-di-derive/Cargo.toml +++ b/springtime-di-derive/Cargo.toml @@ -20,7 +20,7 @@ threadsafe = [] default = ["threadsafe"] [dependencies] -convert_case = "0.10.0" +convert_case = "0.11.0" itertools = "0.14.0" proc-macro2 = "1.0.70" syn = { version = "2.0.39", features = ["full"] }