Skip to content

Commit

Permalink
build(deps): bump clap from 4.5.20 to 4.5.21
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.20 to 4.5.21.
- [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.20...clap_complete-v4.5.21)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and AMDmi3 committed Nov 20, 2024
1 parent ad650a4 commit 1d72664
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 repology-vulnupdater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
anyhow = "1.0.93"
async-trait = "0.1.83"
chrono = { version = "0.4.38", default-features = false, features = ["now"] }
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
indoc = "2.0.5"
metrics = "0.24.0"
metrics-exporter-prometheus = { version = "0.16.0", default-features = false, features = ["http-listener"] }
Expand Down
2 changes: 1 addition & 1 deletion repology-webapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ askama = "0.12.1"
axum = { version = "0.7.9", features = ["macros"] }
chrono = { version = "0.4.38", default-features = false, features = ["std", "now"] }
cityhasher = "0.1.0"
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
flate2 = "1.0.33"
include_dir = { version = "0.7.4", features = ["glob", "nightly"] }
indexmap = "2.6.0"
Expand Down

0 comments on commit 1d72664

Please sign in to comment.