chore(deps): bump clap from 4.5.23 to 4.5.29

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.23 to 4.5.29.
- [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.23...clap_complete-v4.5.29)

---
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] 2025-02-12 00:20:13 +00:00 committed by GitHub
parent 9345a1294b
commit 0692390707
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -147,18 +147,18 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.23"
version = "4.5.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
checksum = "8acebd8ad879283633b343856142139f2da2317c96b05b4dd6181c61e2480184"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.5.23"
version = "4.5.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
checksum = "f6ba32cbda51c7e1dfd49acc1457ba1a7dec5b64fe360e828acb13ca8dc9c2f9"
dependencies = [
"anstream",
"anstyle",

View file

@ -24,7 +24,7 @@ edition = "2018"
bitflags = "2.6.0"
byteorder = "1.5.0"
chrono = "0.4.39"
clap = "4.5.23"
clap = "4.5.29"
dns-parser = "0.8.0"
flate2 = "1.0"
itertools = "0.13.0"