Skip to content

Commit

Permalink
Merge pull request #709 from JakeStanger/dependabot/cargo/clap-4.5.16
Browse files Browse the repository at this point in the history
build(deps): bump clap from 4.5.15 to 4.5.16
  • Loading branch information
JakeStanger authored Aug 20, 2024
2 parents 7c07bbe + a710748 commit 553d22b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ ctrlc = "3.4.4"
cfg-if = "1.0.0"

# cli
clap = { version = "4.5.15", optional = true, features = ["derive"] }
clap = { version = "4.5.16", optional = true, features = ["derive"] }

# ipc
serde_json = { version = "1.0.124", optional = true }
Expand Down

0 comments on commit 553d22b

Please sign in to comment.