Skip to content

Commit

Permalink
Merge pull request #55 from ohchase/dependabot/cargo/clap-4.5.29
Browse files Browse the repository at this point in the history
Bump clap from 4.5.28 to 4.5.29
  • Loading branch information
ohchase authored Feb 12, 2025
2 parents edcbd66 + 2cc14a2 commit 3d5c45c
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.28", features = ["derive"], optional = true }
clap = { version = "4.5.29", features = ["derive"], optional = true }
tracing-subscriber = { version = "0.3.19", optional = true }
sysinfo = { version = "0.33.1", optional = true }

Expand Down

0 comments on commit 3d5c45c

Please sign in to comment.