chore(deps): bump clap from 4.5.35 to 4.5.36

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.35 to 4.5.36.
- [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.35...clap_complete-v4.5.36)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.36
  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-04-11 22:06:07 +00:00 committed by GitHub
commit 463e8199fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,7 @@ async-trait = "0.1.88"
futures-util = { version = "0.3.31", default-features = false }
# config
clap = { version = "4.5.35", features = ["std", "cargo", "wrap_help"] }
clap = { version = "4.5.36", features = ["std", "cargo", "wrap_help"] }
toml = { version = "0.8.20", default-features = false, features = ["parse"] }
hot_reload = "0.1.9"
serde_ignored = "0.1.11"