Skip to content

Commit

Permalink
chore(deps-dev): Update clap requirement from =4.2.4 to =4.5.4 (#48)
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 21, 2024
1 parent f188a2a commit 1141783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ doc = true

[dependencies]
chrono = { version = "=0.4.35", features = ["serde"] }
clap = { version = "=4.2.4", features = ["derive"] }
clap = { version = "=4.5.4", features = ["derive"] }
derive_builder = "0.20.0"
lazy_static = "1.4.0"
log = "0.4.17"
Expand Down

0 comments on commit 1141783

Please sign in to comment.