Skip to content

Commit

Permalink
chore: update clap dependency to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vthib committed Feb 16, 2024
1 parent fe204a1 commit 57f5aa9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion boreal-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ profiling = ["boreal/profiling"]
boreal = { path = "../boreal", version = "0.4.0" }

# CLI arguments handling
clap = { version = "4.3", features = ["cargo"] }
clap = { version = "4.5", features = ["cargo"] }

# Proper error reporting on parsing
codespan-reporting = "0.11"
Expand Down

0 comments on commit 57f5aa9

Please sign in to comment.