build(deps): bump clap from 4.5.47 to 4.5.48

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.47 to 4.5.48.
- [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.47...clap_complete-v4.5.48)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.48
  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-09-22 14:44:46 +00:00 committed by GitHub
commit 556e7d2ba1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ default = ["use-toplevel"]
use-toplevel = ["dep:wayland-client", "dep:wayland-protocols", "dep:wayland-protocols-wlr"]
[dependencies]
clap = { version = "4.5.47", features = ["derive", "env"] }
clap = { version = "4.5.48", features = ["derive", "env"] }
clap-verbosity-flag = "3.0.4"
dirs = "6.0.0"
imagesize = "0.14.0"