Skip to content

Commit 65e1576

Browse files
Bump convert_case from 0.9.0 to 0.10.0
Bumps [convert_case](https://github.com/rutrum/convert-case) from 0.9.0 to 0.10.0. - [Commits](https://github.com/rutrum/convert-case/commits) --- updated-dependencies: - dependency-name: convert_case dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1bf20a9 commit 65e1576

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -239,7 +239,7 @@ cargo_toml = { version = "0.22", optional = true }
239239
chrono = "0.4"
240240
clap = { version = "4.5", features = ["cargo", "derive"], optional = true }
241241
colored = { version = "3.0", optional = true }
242-
convert_case = { version = "0.9", optional = true }
242+
convert_case = { version = "0.10", optional = true }
243243
# NB: Required for stdin -d. Must align version with ratatui::crossterm
244244
crossterm = { version = "0.28", features = ["use-dev-tty"] }
245245
dhat = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)