core: bump clap from 4.6.1 to 4.6.2 (#24214)

Bumps [clap](https://github.com/clap-rs/clap) from 4.6.1 to 4.6.2.
- [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.6.1...clap_complete-v4.6.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.6.2
  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]
2026-07-20 12:43:33 +01:00
committed by GitHub
parent ff8ce61147
commit 6ff14f2b9b
2 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ argh = "= 0.1.19"
axum-server = { version = "= 0.8.0", features = ["tls-rustls-no-provider"] }
aws-lc-rs = { version = "= 1.17.1", features = ["fips"] }
axum = { version = "= 0.8.9", features = ["http2", "macros", "ws"] }
clap = { version = "= 4.6.1", features = ["derive", "env"] }
clap = { version = "= 4.6.2", features = ["derive", "env"] }
client-ip = { version = "0.2.1", features = ["forwarded-header"] }
chrono = { version = "0.4.45", features = ["serde"] }
color-eyre = "= 0.6.5"