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

Bump clap from 4.4.2 to 4.4.6

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.6.
- [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/clap_complete-v4.4.2...v4.4.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-01 02:58:13 +00:00
committed by Martin Nordholts
parent e455f93a1e
commit db4cdc1cb8
2 changed files with 15 additions and 45 deletions

View File

@@ -79,7 +79,7 @@ default-features = false
features = ["parsing"]
[dependencies.clap]
version = "4.4.2"
version = "4.4.6"
optional = true
features = ["wrap_help", "cargo"]
@@ -99,7 +99,7 @@ tempfile = "3.8.0"
nix = { version = "0.26.2", default-features = false, features = ["term"] }
[build-dependencies.clap]
version = "4.4.2"
version = "4.4.6"
optional = true
features = ["wrap_help", "cargo"]