Skip to content

Commit

Permalink
Upgrade clap
Browse files Browse the repository at this point in the history
  • Loading branch information
jrduncans committed Dec 8, 2024
1 parent 780a766 commit e6e4d0d
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
106 changes: 53 additions & 53 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 @@ -15,7 +15,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
chrono = "0.4.38"
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
humantime = "2.1.0"
Expand Down

0 comments on commit e6e4d0d

Please sign in to comment.