From e4cf75c5ffe1ccc4219557759fe6d75a620edefd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 03:16:47 +0000 Subject: [PATCH] fix(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 | 4 ++-- Cargo.toml | 2 +- crates/aws-toolkit-telemetry-definitions/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f311f4e38..31f1368948 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1871,9 +1871,9 @@ checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" [[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", ] diff --git a/Cargo.toml b/Cargo.toml index 3eced0d620..41028dcbde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ clap_complete = "4.5.46" clap_complete_fig = "4.4.0" color-eyre = "0.6.5" color-print = "0.3.5" -convert_case = "0.8.0" +convert_case = "0.9.0" cookie = "0.18.1" criterion = "0.6.0" crossterm = { version = "0.28.1", features = ["event-stream", "events"] } diff --git a/crates/aws-toolkit-telemetry-definitions/Cargo.toml b/crates/aws-toolkit-telemetry-definitions/Cargo.toml index d29de564c8..467d3d5775 100644 --- a/crates/aws-toolkit-telemetry-definitions/Cargo.toml +++ b/crates/aws-toolkit-telemetry-definitions/Cargo.toml @@ -8,7 +8,7 @@ publish = false workspace = true [build-dependencies] -convert_case = "0.8.0" +convert_case = "0.9.0" prettyplease = "0.2.32" quote = "1.0.40" serde.workspace = true