build(deps): bump clap from 4.5.43 to 4.5.45 (#1812)

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.43 to 4.5.45.
- [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.43...clap_complete-v4.5.45)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.45
  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] 2025-08-25 10:47:11 -06:00 committed by GitHub
parent 3a9260cf8f
commit d7fe8d76c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@ repository = "https://github.com/automattic/harper"
[dependencies]
anyhow = "1.0.99"
ariadne = "0.4.1"
clap = { version = "4.5.43", features = ["derive", "string"] }
clap = { version = "4.5.45", features = ["derive", "string"] }
harper-stats = { path = "../harper-stats", version = "0.59.0" }
dirs = "6.0.0"
harper-literate-haskell = { path = "../harper-literate-haskell", version = "0.59.0" }