Bump clap from 4.5.36 to 4.5.37 in the cargo group

Bumps the cargo group with 1 update: [clap](https://github.com/clap-rs/clap).


Updates `clap` from 4.5.36 to 4.5.37
- [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.36...clap_complete-v4.5.37)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-21 13:26:36 +00:00 committed by GitHub
parent 5c50d9636e
commit 0ad2095015
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

8
Cargo.lock generated
View File

@ -496,9 +496,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.36"
version = "4.5.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2df961d8c8a0d08aa9945718ccf584145eee3f3aa06cddbeac12933781102e04"
checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
dependencies = [
"clap_builder",
"clap_derive",
@ -506,9 +506,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.5.36"
version = "4.5.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "132dbda40fb6753878316a489d5a1242a8ef2f0d9e47ba01c951ea8aa7d013a5"
checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
dependencies = [
"anstream",
"anstyle",

View File

@ -24,7 +24,7 @@ thiserror = "2.0.12"
tracing = "0.1.41"
[dependencies.clap]
version = "4.5.36"
version = "4.5.37"
features = ["derive"]
[dependencies.tracing-subscriber]

View File

@ -19,7 +19,7 @@ url = "2.5.4"
path = "../autolib"
[dependencies.clap]
version = "4.5.36"
version = "4.5.37"
features = ["derive"]
[dependencies.tokio]

View File

@ -24,7 +24,7 @@ version = "0.12.14"
features = ["blocking"]
[dependencies.clap]
version = "4.5.36"
version = "4.5.37"
features = ["std", "derive", "env"]
default-features = false