1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-11-01 07:32:01 +00:00

build(deps): bump clap from 4.5.24 to 4.5.46

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.24 to 4.5.46.
- [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.5.24...clap_complete-v4.5.46)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.46
  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]
2025-09-02 04:44:36 +00:00
committed by Martin Nordholts
parent ff8cd39620
commit fe4754e9cd
2 changed files with 6 additions and 6 deletions

View File

@@ -83,7 +83,7 @@ default-features = false
features = ["parsing"]
[dependencies.clap]
version = "4.4.12"
version = "4.5.46"
optional = true
features = ["wrap_help", "cargo"]
@@ -120,7 +120,7 @@ toml = { version = "0.9.1", features = ["preserve_order"] }
walkdir = "2.5"
[build-dependencies.clap]
version = "4.4.12"
version = "4.5.46"
optional = true
features = ["wrap_help", "cargo"]