Skip to content

Commit

Permalink
Merge pull request #13 from ohchase/dependabot/cargo/clap-4.5.7
Browse files Browse the repository at this point in the history
Bump clap from 4.5.6 to 4.5.7
  • Loading branch information
ohchase authored Jun 22, 2024
2 parents ac75469 + 0350f4d commit 827dde3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.6", features = ["derive"], optional = true }
clap = { version = "4.5.7", 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 827dde3

Please sign in to comment.