Skip to content

Commit

Permalink
chore(deps): bump clap from 4.5.2 to 4.5.7
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.2 to 4.5.7.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.2...v4.5.7)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 99b09cb commit 671a279
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 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 @@ -20,7 +20,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
chrono = { version = "0.4.34", features = [] }
clap = { version = "4.5.2", features = ["derive"] }
clap = { version = "4.5.7", features = ["derive"] }
metrics = { version = "0.22.1", features = [] }
metrics-exporter-prometheus = { version = "0.13.1", features = ["http-listener", "tokio"] }
rand = { version = "0.9.0-alpha.0", features = [] }
Expand Down

0 comments on commit 671a279

Please sign in to comment.