build(deps): bump clap-verbosity-flag from 3.0.3 to 3.0.4

Bumps [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) from 3.0.3 to 3.0.4.
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap-verbosity-flag/compare/v3.0.3...v3.0.4)

---
updated-dependencies:
- dependency-name: clap-verbosity-flag
  dependency-version: 3.0.4
  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-08-20 09:24:31 +00:00 committed by GitHub
commit 3f09f4d043
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ rust-version = "1.85"
[dependencies]
clap = { version = "4.5.45", features = ["derive"] }
clap-verbosity-flag = "3.0.3"
clap-verbosity-flag = "3.0.4"
dirs = "6.0.0"
rmp-serde = "1.3.0"
imagesize = "0.14.0"