Skip to content

Commit 867255c

Browse files
fix(deps): bump convert_case from 0.6.0 to 0.8.0 (#691)
Bumps [convert_case](https://github.com/rutrum/convert-case) from 0.6.0 to 0.8.0. - [Commits](https://github.com/rutrum/convert-case/commits) --- updated-dependencies: - dependency-name: convert_case dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a28838b commit 867255c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ clap = { version = "4.5.23", features = [
5050
"wrap_help",
5151
] }
5252
cocoa = "0.26.0"
53-
convert_case = "0.6.0"
53+
convert_case = "0.8.0"
5454
core-foundation = "0.10.0"
5555
core-foundation-sys = "0.8.7"
5656
core-graphics = "0.24.0"

crates/aws-toolkit-telemetry-definitions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
workspace = true
99

1010
[build-dependencies]
11-
convert_case = "0.6.0"
11+
convert_case = "0.8.0"
1212
prettyplease = "0.2.30"
1313
quote = "1.0.39"
1414
serde.workspace = true

0 commit comments

Comments
 (0)