chore(deps): update rust crate clap to v4.5.26

This commit is contained in:
renovate[bot] 2025-01-11 06:13:05 +00:00 committed by GitHub
parent ffef622904
commit e97ac1032d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
Cargo.lock generated

@ -148,18 +148,18 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.25"
version = "4.5.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b95dca1b68188a08ca6af9d96a6576150f598824bdb528c1190460c2940a0b48"
checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.5.25"
version = "4.5.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ab52925392148efd3f7562f2136a81ffb778076bcc85727c6e020d6dd57cf15"
checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121"
dependencies = [
"anstream",
"anstyle",