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

Bump clap from 4.4.6 to 4.4.10 (#2786)

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.6 to 4.4.10.
- [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.6...v4.4.10)

---
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]
2023-12-01 03:44:01 +00:00
committed by GitHub
parent 7658334645
commit 31bed250ba
2 changed files with 8 additions and 8 deletions

View File

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