From 99a11bdb3f9138a69ba36ccb065a189aec8c6acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 04:33:24 +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] --- vtk-gen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtk-gen/Cargo.toml b/vtk-gen/Cargo.toml index a0dceaa..0f43ba0 100644 --- a/vtk-gen/Cargo.toml +++ b/vtk-gen/Cargo.toml @@ -11,7 +11,7 @@ include = ["src/*.rs", "/Default/*"] anyhow = "1.0.98" cargo_toml = "0.22.3" clap = { version = "4.5.54", features = ["derive"] } -convert_case = "0.10.0" +convert_case = "0.11.0" glob = "0.3.2" log = "0.4.27" pretty_env_logger = "0.5.0"