Skip to content

Commit

Permalink
Merge pull request #12 from ohchase/dependabot/cargo/clap-4.5.6
Browse files Browse the repository at this point in the history
Bump clap from 4.5.4 to 4.5.6
  • Loading branch information
ohchase committed Jun 9, 2024
2 parents b6075de + d6f13ee commit ac75469
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -23,7 +23,7 @@ cli = ["clap", "tracing-subscriber", "sysinfo"]
tracing-android = "0.2.0"

[dependencies]
clap = { version = "4.5.4", features = ["derive"], optional = true }
clap = { version = "4.5.6", features = ["derive"], optional = true }
tracing-subscriber = { version = "0.3.18", optional = true }
sysinfo = { version = "0.29.11", optional = true }

Expand Down

0 comments on commit ac75469

Please sign in to comment.