1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 07:04:04 +00:00

Bump clap from 4.4.10 to 4.4.12 (#2824)

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.10 to 4.4.12.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.10...v4.4.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-01 04:10:40 +00:00
committed by GitHub
parent 5c4bcd6611
commit 15dc20109f
2 changed files with 6 additions and 6 deletions

View File

@@ -79,7 +79,7 @@ default-features = false
features = ["parsing"]
[dependencies.clap]
version = "4.4.10"
version = "4.4.12"
optional = true
features = ["wrap_help", "cargo"]
@@ -102,7 +102,7 @@ nix = { version = "0.26.4", default-features = false, features = ["term"] }
anyhow = "1.0.78"
[build-dependencies.clap]
version = "4.4.10"
version = "4.4.12"
optional = true
features = ["wrap_help", "cargo"]