Skip to content

Commit 8357288

Browse files
authored
Merge pull request #262 from durbanlegend/dependabot/cargo/convert_case-0.10.0
Bump convert_case from 0.9.0 to 0.10.0
2 parents 1bf20a9 + 65e1576 commit 8357288

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)