Skip to content

Commit 57f5aa9

Browse files
committed
chore: update clap dependency to 4.5
1 parent fe204a1 commit 57f5aa9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

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

boreal-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ profiling = ["boreal/profiling"]
2828
boreal = { path = "../boreal", version = "0.4.0" }
2929

3030
# CLI arguments handling
31-
clap = { version = "4.3", features = ["cargo"] }
31+
clap = { version = "4.5", features = ["cargo"] }
3232

3333
# Proper error reporting on parsing
3434
codespan-reporting = "0.11"

0 commit comments

Comments
 (0)